← Search

Can Yaras

5 accepted papers

2026

Stochastic Sparse Attention for Memory-Bound Inference

ICML 2026poster

Autoregressive decoding becomes bandwidth-limited at long contexts, as generating each token requires reading all $n_k$ key and value vectors from KV cache. We present Stochastic Additive No-mulT Attention (SANTA), a method that sparsifies value-cache access by sampling $S \ll n_k$ indices from the …

Cited by 0SourceScholar
2026

Understanding Deep Representation Learning via Layerwise Feature Compression and Discrimination

ICML 2026poster

Over the past decade, deep learning has proven to be a highly effective tool for learning meaningful features from raw data. However, it remains an open question how deep networks perform hierarchical feature learning across layers. In this work, we attempt to unveil this mystery by investigating th…

Cited by 0SourcecodeScholar
2025

MonarchAttention: Zero-Shot Conversion to Fast, Hardware-Aware Structured Attention

NeurIPS 2025spotlight

Transformers have achieved state-of-the-art performance across various tasks, but suffer from a notable quadratic complexity in sequence length due to the attention mechanism. In this work, we propose MonarchAttention -- a novel approach to sub-quadratic attention approximation via Monarch matrices,…

Cited by 0SourcecodeScholar
2024

Compressible Dynamics in Deep Overparameterized Low-Rank Learning & Adaptation

ICML 2024oral

While overparameterization in machine learning models offers great benefits in terms of optimization and generalization, it also leads to increased computational requirements as model sizes grow. In this work, we show that by leveraging the inherent low-dimensional structures of data and compressibl…

2022

Neural Collapse with Normalized Features: A Geometric Analysis over the Riemannian Manifold

NeurIPS 2022accept

When training overparameterized deep networks for classification tasks, it has been widely observed that the learned features exhibit a so-called "neural collapse'" phenomenon. More specifically, for the output features of the penultimate layer, for each class the within-class features converge to t…