paper-with-me

Papers

Alleviating Forgetfulness of Linear Attention by Hybrid Sparse Attention and Contextualized Learnable Token Eviction

2025-10-23 · Mutian He, Philip N. Garner arxiv

Linear-attention models that compress the entire input sequence into a fixed-size recurrent state offer an efficient alternative to Transformers, but their finite memory induces forgetfulness that harms retrieval-intensive tasks. To mitigate the issue, we explore a series of hybrid models that restore direct access to past tokens. We interleave token mixers with intermediate time and space complexity between linear and full attention, including sparse attention with token eviction, and the query-aware native sparse attention. Particularly, we propose a novel learnable token eviction approach. Combined with sliding-window attention, an end-to-end trainable lightweight CNN aggregates information from both past and future adjacent tokens to adaptively retain a limited set of critical KV-pairs per head, maintaining linear attention's constant time and space complexity. Efficient Triton kernels for the sparse attention mechanisms are provided. Empirical evaluations on retrieval-intensive benchmarks support the effectiveness of our approaches.

📄 PDF Abstract BibTeX arXiv:2510.20787

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LT2: Linear-Time Looped Transformers

2026-05-20 · Chunyuan Deng, Yizhe Zhang, Rui-Jie Zhu, Yuanyuan Xu 외 arxiv

Looped Transformers (LT) have emerged as a powerful architecture by iterating their layers multiple times before decoding the final token. However, pairing them with full attention retains quadratic complexity, making th…

UniPrefill: Universal Long-Context Prefill Acceleration via Block-wise Dynamic Sparsification

2026-05-07 · Qihang Fan, Huaibo Huang, Zhiying Wu, Bingning Wang 외 arxiv

As large language models (LLMs) continue to advance rapidly, they are becoming increasingly capable while simultaneously demanding ever-longer context lengths. To improve the inference efficiency of long-context processi…

MiniCPM-SALA: Hybridizing Sparse and Linear Attention for Efficient Long-Context Modeling

2026-02-12 · MiniCPM Team, Wenhao An, Yingfa Chen, Yewei Fang 외 arxiv

The evolution of large language models (LLMs) towards applications with ultra-long contexts faces challenges posed by the high computational and memory costs of the Transformer architecture. While existing sparse and lin…

Sparse Modular Activation for Efficient Sequence Modeling

2023-06-19 · NeurIPS 2023 11 · Liliang Ren, Yang Liu, Shuohang Wang, Yichong Xu 외

Recent hybrid models combining Linear State Space Models (SSMs) with self-attention mechanisms have demonstrated impressive results across a range of sequence modeling tasks. However, current approaches apply attention m…

ChunkingLanguage ModelingLanguage ModellingLong-range modeling+1

Hydra-SGG: Hybrid Relation Assignment for One-stage Scene Graph Generation

2024-09-16 · Minghan Chen, Guikun Chen, Wenguan Wang, Yi Yang

DETR introduces a simplified one-stage framework for scene graph generation (SGG). However, DETR-based SGG models face two challenges: i) Sparse supervision, as each image typically contains fewer than 10 relation annota…

Graph GenerationRelationScene Graph Generation