paper-with-me

Papers

SPLA: Block Sparse Plus Linear Attention for Long Context Modeling

2026-01-29 · Bailin Wang, Dan Friedman, Tao Lei, Chong Wang arxiv

Block-wise sparse attention offers significant efficiency gains for long-context modeling, yet existing methods often suffer from low selection fidelity and cumulative contextual loss by completely discarding unselected blocks. To address these limitations, we introduce Sparse Plus Linear Attention (SPLA), a framework that utilizes a selection metric derived from second-order Taylor expansions to accurately identify relevant blocks for exact attention. Instead of discarding the remaining "long tail," SPLA compresses unselected blocks into a compact recurrent state via a residual linear attention (RLA) module. Crucially, to avoid IO overhead, we derive an optimized subtraction-based formulation for RLA -- calculating the residual as the difference between global and selected linear attention -- ensuring that unselected blocks are never explicitly accessed during inference. Our experiments demonstrate that SPLA closes the performance gap in continual pretraining, surpassing dense attention models on long-context benchmarks like RULER while maintaining competitive general knowledge and reasoning capabilities.

📄 PDF Abstract BibTeX arXiv:2601.22379

Code (0)

등록된 구현이 없습니다.

Tasks

Continual PretrainingGeneral Knowledge

Similar Papers 제목 키워드 기반

AdaSplash-2: Faster Differentiable Sparse Attention

2026-04-16 · Nuno Gonçalves, Hugo Pitorro, Vlad Niculae, Edoardo Ponti 외 arxiv

Sparse attention has been proposed as a way to alleviate the quadratic cost of transformers, a central bottleneck in long-context training. A promising line of work is $α$-entmax attention, a differentiable sparse altern…

Uncertainty-gated selection for block-sparse attention

2026-07-04 · Thomas Rossi arxiv

Block-sparse attention scales long-context language models by replacing the O(N^2) softmax with a per-query top-k selection over key blocks. This cutoff is myopic: when the k-th and (k+1)-th blocks are nearly tied in sco…

Hierarchical Sparse Plus Low Rank Compression of LLM

2025-12-19 · Pawan Kumar, Aditi Gupta arxiv

Modern large language models (LLMs) place extraordinary pressure on memory and compute budgets, making principled compression indispensable for both deployment and continued training. We present Hierarchical Sparse Plus …

Sparsity Moves Computation: How FFN Architecture Reshapes Attention in Small Transformers

2026-05-10 · Gabriel Smithline, Chris Mascioli arxiv

Architectural choices inside the Transformer feedforward network (FFN) block do not merely affect the block itself; they reshape the computations learned by the rest of the model. We study this effect in one-layer Transf…

FreeSplatter: Pose-free Gaussian Splatting for Sparse-view 3D Reconstruction

2024-12-12 · Jiale Xu, Shenghua Gao, Ying Shan

Existing sparse-view reconstruction models heavily rely on accurate known camera poses. However, deriving camera extrinsics and intrinsics from sparse-view images presents significant challenges. In this work, we present…

3D ReconstructionImage to 3Dparameter estimationPose Estimation