paper-with-me

홈 › Papers

MAC-Attention: a Match-Amend-Complete Scheme for Fast and Accurate Attention Computation

2026-03-31 · Jinghan Yao, Sam Adé Jacobs, Walid Krichene, Masahiro Tanaka, Dhabaleswar K Panda arxiv

Long-context decoding in LLMs is IO-bound: each token re-reads an ever-growing KV cache. Prior accelerations cut bytes via compression, which lowers fidelity, or selection/eviction, which restricts what remains accessible, and both can degrade delayed recall and long-form generation. We introduce MAC-Attention, a fidelity- and access-preserving alternative that accelerates decoding by reusing prior attention computations for semantically similar recent queries. It starts with a match stage that performs pre-RoPE L2 matching over a short local window; an amend stage rectifies the reused attention by recomputing a small band near the match boundary; and a complete stage fuses the rectified results with fresh attention computed on the KV tail through a numerically stable merge. On a match hit, the compute and bandwidth complexity is constant regardless of context length. The method is model-agnostic and composes with IO-aware kernels, paged-KV managers, and MQA/GQA. Across LongBench v2 (120K), RULER (120K), and LongGenBench (16K continuous generation), compared to the latest FlashInfer library, MAC-Attention reduces KV accesses by up to 99%, cuts token generation latency by over 60% at 128K, and achieves over 14.3x attention-phase speedups, up to 2.6x end-to-end, while maintaining full-attention quality. By reusing computation, MAC-Attention delivers long-context inference that is both fast and faithful. Code is available here: https://github.com/YJHMITWEB/MAC-Attention.git

📄 PDF Abstract BibTeX arXiv:2604.00235

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Revealed Preference Analysis Under Limited Attention

2022-08-16 · Mikhail Freer, Hassan Nosratabadi

An observer wants to understand a decision-maker's welfare from her choice. She believes that decisions are made under limited attention. We argue that the standard model of limited attention cannot help the observer gre…

Adversarial Amendment is the Only Force Capable of Transforming an Enemy into a Friend

2023-05-18 · Chong Yu, Tao Chen, Zhongxue Gan

Adversarial attack is commonly regarded as a huge threat to neural networks because of misleading behavior. This paper presents an opposite perspective: adversarial attacks can be harnessed to improve neural models if am…

Adversarial AttackAdversarial DefenseAdversarial Robustnessobject-detection+1

Finito: A Faster, Permutable Incremental Gradient Method for Big Data Problems

2014-07-10 · Aaron J. Defazio, Tibério S. Caetano, Justin Domke

Recent advances in optimization theory have shown that smooth strongly convex finite sums can be minimized faster than by treating them as a black box "batch" problem. In this work we introduce a new method in this class…

Evaluation Scheme of Focal Translation for Japanese Partially Amended Statutes

2021-08-01 · ACL (WAT) 2021 8 · Takahiro Yamakoshi, Takahiro Komamizu, Yasuhiro Ogawa, Katsuhiko Toyama

For updating the translations of Japanese statutes based on their amendments, we need to consider the translation “focality;” that is, we should only modify expressions that are relevant to the amendment and retain the o…

Translation

Music theme recognition using CNN and self-attention

2019-11-16 · Manoj Sukhavasi, Sainath Adapa

We present an efficient architecture to detect mood/themes in music tracks on autotagging-moodtheme subset of the MTG-Jamendo dataset. Our approach consists of two blocks, a CNN block based on MobileNetV2 architecture an…