paper-with-me

홈 › Papers

From Sparsity to Simplicity: Enabling Simpler Sequential Replacements via Sparse Attention Distillation

2026-05-15 · Yuxin Ren, Maxwell D Collins, Miao Hu, Huanrui Yang arxiv

Self-attention serves as the core foundation of large-scale transformer pretraining, but its quadratic token interaction cost makes inference expensive. Replacing attention with simpler sequential modules is appealing, yet naive substitution is often lossy, especially at larger scales. This paper revisits attention replacement through the lens of sparsity. Based on the observation of diverse sparsity patterns across transformer layers, we posit that pretrained transformers decompose the complex token dependency across tokens into various sequence-to-sequence mappings of diverse complexities, where some layer functionalities can be approximated and replaced with much simpler sequential modules without loss. We evaluate this premise using a plug-and-play layer-wise distillation framework to approximate and replace attention functionalities in pretrained vision transformer models. Controlled group-wise replacements under a fixed training budget reveal a clear pattern: substituting layers with sparser attention incurs substantially smaller accuracy drops than replacing denser ones. We further impose explicit attention sparsity on the pretrained ViT via AViT-style token retention and perform sparsity-guided distillation for sequential replacing models, where we see increasing teacher sparsity consistently reduces the student-teacher gap. The proposed method achieves efficient attention replacement for reduced parameter size and latency through the guidance of attention sparsity.

📄 PDF Abstract BibTeX arXiv:2605.18865

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The (Un)Suitability of Automatic Evaluation Metrics for Text Simplification

2021-12-01 · CL (ACL) 2021 12 · Fernando Alva-Manchego, Carolina Scarton, Lucia Specia

Abstract In order to simplify sentences, several rewriting operations can be performed, such as replacing complex words per simpler synonyms, deleting unnecessary information, and splitting long sentences. Despite this m…

SentenceText Simplification

Hierarchical Simplicity Bias of Neural Networks

2023-11-05 · Zhehang Du

Neural networks often exhibit simplicity bias, favoring simpler features over more complex ones, even when both are equally predictive. We introduce a novel method called imbalanced label coupling to explore and extend t…

Investigating Lexical Replacements for Arabic-English Code-Switched Data Augmentation

2022-05-25 · Injy Hamed, Nizar Habash, Slim Abdennadher, Ngoc Thang Vu

Data sparsity is a main problem hindering the development of code-switching (CS) NLP systems. In this paper, we investigate data augmentation techniques for synthesizing dialectal Arabic-English CS text. We perform lexic…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationLanguage Modelling+4

Dynamic sparsity in tree-structured feed-forward layers at scale

2026-03-18 · Reza Sedghi, Robin Schiewer, Anand Subramoney, David Kappel arxiv

At typical context lengths, the feed-forward MLP block accounts for a large share of a transformer's compute budget, motivating sparse alternatives to dense MLP blocks. We study sparse, tree-structured feed-forward layer…

Question Answering

Statistical learning theory and Occam's razor: The core argument

2023-12-21 · Tom F. Sterkenburg

Statistical learning theory is often associated with the principle of Occam's razor, which recommends a simplicity preference in inductive inference. This paper distills the core argument for simplicity obtainable from s…

Learning Theory