paper-with-me

Papers

Compressed Convolutional Attention: Efficient Attention in a Compressed Latent Space

2025-10-06 · Tomas Figliolia, Nicholas Alonso, Rishi Iyer, Quentin Anthony, Beren Millidge arxiv

Multi-headed Attention's (MHA) quadratic compute and linearly growing KV-cache make long-context transformers expensive to train and serve. Prior works such as Grouped Query Attention (GQA) and Multi-Latent Attention (MLA) shrink the cache, speeding decode, but leave compute, which determines prefill and training speed, largely unchanged. We introduce Compressed Convolutional Attention (CCA), a novel attention method which down-projects queries, keys, and values and performs the entire attention operation inside the shared latent space. This simple design dramatically cuts parameters, KV-cache, and FLOPs all at once by the desired compression factor. Because CCA is orthogonal to head-sharing, we combine the two to form Compressed Convolutional Grouped Query Attention (CCGQA), which further tightens the compute-bandwidth Pareto frontier so that users can tune compression toward either FLOP or memory limits without sacrificing quality. Experiments show that CCGQA consistently outperforms both GQA and MLA at equal KV-cache compression on dense and MoE models. Additionally, we show that CCGQA outperforms all other attention methods on MoE models with half the KV-cache of GQA and MLA, achieving an 8x KV-cache compression with no drop in performance compared to standard MHA. CCA and CCGQA also dramatically reduce the FLOP cost of attention which leads to substantially faster training and prefill than existing methods. On H100 GPUs, our fused CCA/CCGQA kernel reduces prefill latency by about 1.7x at a sequence length of 16k relative to MHA, and accelerates backward by about 1.3x.

📄 PDF Abstract BibTeX arXiv:2510.04476

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DNN-Compressed Domain Visual Recognition with Feature Adaptation

2023-05-13 · Yingpeng Deng, Lina J. Karam

Learning-based image compression was shown to achieve a competitive performance with state-of-the-art transform-based codecs. This motivated the development of new learning-based visual compression standards such as JPEG…

Computational Efficiencydomain classificationImage Compression

GroupCDL: Interpretable Denoising and Compressed Sensing MRI via Learned Group-Sparsity and Circulant Attention

2024-07-19 · Nikola Janjusevic, Amirhossein Khalilian-Gourtani, Adeen Flinker, Li Feng 외

Nonlocal self-similarity within images has become an increasingly popular prior in deep-learning models. Despite their successful image restoration performance, such models remain largely uninterpretable due to their bla…

compressed sensingDenoisingDictionary LearningImage Denoising+2

Learning Spatiotemporal Frequency-Transformer for Compressed Video Super-Resolution

2022-08-05 · Zhongwei Qiu, Huan Yang, Jianlong Fu, Dongmei Fu

Compressed video super-resolution (VSR) aims to restore high-resolution frames from compressed low-resolution counterparts. Most recent VSR approaches often enhance an input frame by borrowing relevant textures from neig…

Super-ResolutionVideo EnhancementVideo Super-Resolution

T2CI-GAN: Text to Compressed Image generation using Generative Adversarial Network

2022-10-01 · Bulla Rajesh, Nandakishore Dusa, Mohammed Javed, Shiv Ram Dubey 외

The problem of generating textual descriptions for the visual data has gained research attention in the recent years. In contrast to that the problem of generating visual data from textual descriptions is still very chal…

Computational EfficiencyGenerative Adversarial NetworkImage Generation

Robust Salient Object Detection on Compressed Images Using Convolutional Neural Networks

2024-09-20 · Guibiao Liao, Wei Gao

Salient object detection (SOD) has achieved substantial progress in recent years. In practical scenarios, compressed images (CI) serve as the primary medium for data transmission and storage. However, scant attention has…

Benchmarkingobject-detectionObject DetectionRepresentation Learning+1