paper-with-me

홈 › Papers

Sparse Transformer: Concentrated Attention Through Explicit Selection

2019-09-25 · Guangxiang Zhao, Junyang Lin, Zhiyuan Zhang, Xuancheng Ren, Xu sun

Self-attention-based Transformer has demonstrated the state-of-the-art performances in a number of natural language processing tasks. Self attention is able to model long-term dependencies, but it may suffer from the extraction of irrelevant information in the context. To tackle the problem, we propose a novel model called Sparse Transformer. Sparse Transformer is able to improve the concentration of attention on the global context through an explicit selection of the most relevant segments. Extensive experimental results on a series of natural language processing tasks, including neural machine translation, image captioning, and language modeling, all demonstrate the advantages of Sparse Transformer in model performance. Sparse Transformer reaches the state-of-the-art performances in the IWSLT 2015 English-to-Vietnamese translation and IWSLT 2014 German-to-English translation. In addition, we conduct qualitative analysis to account for Sparse Transformer's superior performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningLanguage ModelingLanguage ModellingMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Explicit Sparse Transformer: Concentrated Attention Through Explicit Selection

2019-12-25 · Guangxiang Zhao, Junyang Lin, Zhiyuan Zhang, Xuancheng Ren 외

Self-attention based Transformer has demonstrated the state-of-the-art performances in a number of natural language processing tasks. Self-attention is able to model long-term dependencies, but it may suffer from the ext…

Image CaptioningLanguage ModelingLanguage ModellingMachine Translation+1

HopFormer: Sparse Graph Transformers with Explicit Receptive Field Control

2026-02-02 · Sanggeon Yun, Raheeb Hassan, Ryozo Masukawa, Sungheon Jeong 외 arxiv

Graph Transformers typically rely on explicit positional or structural encodings and dense global attention to incorporate graph topology. In this work, we show that neither is essential. We introduce HopFormer, a graph …

Routing Absorption in Sparse Attention: Why Random Gates Are Hard to Beat

2026-02-11 · Keston Aquino-Michaels arxiv

Can a transformer learn which attention entries matter during training? In principle, yes: attention distributions are highly concentrated, and a small gate network can identify the important entries post-hoc with near-p…

Representation Learning

SCOPE: Subspace Clustering with Online Per-Head Top-K Estimation for Sparse Video Attention

2026-08-13 · Qi Zhao, Qirui Li, Hanlin Tang, Yiduo Li 외 arxiv

Diffusion Transformers (DiTs) incur quadratic self-attention cost over spatiotemporal tokens. Existing training-free sparse attention methods often construct sparse masks from block-level or cluster-level proxy scores, w…

Understanding the Expressive Power and Mechanisms of Transformer for Sequence Modeling

2024-02-01 · Mingze Wang, Weinan E

We conduct a systematic study of the approximation properties of Transformer for sequence modeling with long, sparse and complicated memory. We investigate the mechanisms through which different components of Transformer…