paper-with-me

Papers

MAGE: All-[MASK] Block Already Knows Where to Look in Block Diffusion LLM

2026-02-15 · Omin Kwon, Yeonjae Kim, Doyeon Kim, Minseo Kim, Yeonhong Park, Jae W. Lee arxiv

Block diffusion LLMs are an emerging paradigm for parallel language generation, but their KV caching makes memory access the dominant bottleneck in long-context inference. Sparse attention, which attends only to a small KV subset per query, can reduce this latency with minimal accuracy loss. In block diffusion, however, the B tokens of each block must share a single KV subset, and we show this per-block constraint degrades existing sparse KV estimators by up to 25% in recall. We address this challenge by exploiting a property that emerges from the block-diffusion training objective: it aligns the block-average query across denoising steps, so the All-[MASK] block at the first step already reveals the per-block KV subset for the entire trajectory. We exploit this in MAGE ([MASK]-Guided Sparse Attention), a training-free method that runs one exact attention pass at the first step and reuses its top-k index sets for all remaining steps within the block. Across three block-diffusion families on LongBench, MAGE matches Exact Attention at k=512 with near-lossless accuracy, achieves up to 6.82x end-to-end speedup at 128K context, and runs up to 3.35x and 2.28x faster than Quest and SparseD, designed for AR LLMs and fully bidirectional diffusion LLMs, respectively.

📄 PDF Abstract BibTeX arXiv:2602.14209

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Explore then Execute: Adapting without Rewards via Factorized Meta-Reinforcement Learning

2020-06-12 · ICML Workshop LifelongML 2020 7 · Evan Zheran Liu, aditi raghunathan, Percy Liang, Chelsea Finn

We seek to efficiently learn by leveraging shared structure between different tasks and environments. For example, cooking is similar in different kitchens, even though the ingredients may change location. In principle, …

Meta Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Visual Navigation

Where Do CoT Training Gains Land in LLM based Agents?

2026-06-25 · Jingyu Liu, Zhiwen Wang, Yuxin Jing, Huanyu Zhou 외 arxiv

Chain-of-thought (CoT) reasoning is widely used in language-model agents, but prior work has shown that verbalized CoT is not always faithful and may instead reflect post-hoc reasoning, which means the model already know…

Domain Generalization

Knows: Agent-Native Structured Research Representations

2026-04-19 · Guangsheng Yu, Xu Wang arxiv

Research artifacts are distributed primarily as reader-oriented documents like PDFs. This creates a bottleneck for increasingly agent-assisted and agent-native research workflows, in which LLM agents need to infer fine-g…

Hasse Diagrams for Attention: A Partial Order Framework for Designing Transformer Masks

2026-06-08 · Chentao Li, Han Guo arxiv

During the training of large Transformer models, attention masks regulate the scope and direction of information flow across a sequence. Numerous mask variants exist, and operators such as FlexAttention already support a…

End-to-End Learned Block-Based Image Compression with Block-Level Masked Convolutions and Asymptotic Closed Loop Training

2022-03-22 · Fatih Kamisli

Learned image compression research has achieved state-of-the-art compression performance with auto-encoder based neural network architectures, where the image is mapped via convolutional neural networks (CNN) into a late…

Image CompressionVideo Compression