paper-with-me

Papers

ERNIE-SPARSE: Learning Hierarchical Efficient Transformer Through Regularized Self-Attention

2022-03-23 · Yang Liu, Jiaxiang Liu, Li Chen, Yuxiang Lu, Shikun Feng, Zhida Feng, Yu Sun, Hao Tian, Hua Wu, Haifeng Wang

Sparse Transformer has recently attracted a lot of attention since the ability for reducing the quadratic dependency on the sequence length. We argue that two factors, information bottleneck sensitivity and inconsistency between different attention topologies, could affect the performance of the Sparse Transformer. This paper proposes a well-designed model named ERNIE-Sparse. It consists of two distinctive parts: (i) Hierarchical Sparse Transformer (HST) to sequentially unify local and global information. (ii) Self-Attention Regularization (SAR) method, a novel regularization designed to minimize the distance for transformers with different attention topologies. To evaluate the effectiveness of ERNIE-Sparse, we perform extensive evaluations. Firstly, we perform experiments on a multi-modal long sequence modeling task benchmark, Long Range Arena (LRA). Experimental results demonstrate that ERNIE-Sparse significantly outperforms a variety of strong baseline methods including the dense attention and other efficient sparse attention methods and achieves improvements by 2.77% (57.78% vs. 55.01%). Secondly, to further show the effectiveness of our method, we pretrain ERNIE-Sparse and verified it on 3 text classification and 2 QA downstream tasks, achieve improvements on classification benchmark by 0.83% (92.46% vs. 91.63%), on QA benchmark by 3.24% (74.67% vs. 71.43%). Experimental results continue to demonstrate its superior performance.

📄 PDF Abstract BibTeX arXiv:2203.12276

Code (0)

등록된 구현이 없습니다.

Tasks

Sparse Learningtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…

Similar Papers 제목 키워드 기반

ERNIE-SPARSE: Learning Hierarchical Efficient Transformer Through Regularized Self-Attention

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Sparse Transformer has recently attracted a lot of attention since the ability for reducing the quadratic dependency on the sequence length. We argue that two factors, information bottleneck sensitivity and inconsistency…

Sparse Learningtext-classificationText Classification

ERNIE-SPARSE: Robust Efficient Transformer Through Hierarchically Unifying Isolated Information

2021-09-29 · Yang Liu, Jiaxiang Liu, Yuxiang Lu, Shikun Feng 외

Sparse Transformer has recently attracted a lot of attention since the ability for reducing the quadratic dependency on the sequence length. In this paper, we argue that two factors could affect the robustness and causin…

Sensitivitytext-classificationText Classification

ERNIE-Doc: A Retrospective Long-Document Modeling Transformer

2020-12-31 · ACL 2021 5 · Siyu Ding, Junyuan Shang, Shuohuan Wang, Yu Sun 외

Transformers are not suited for processing long documents, due to their quadratically increasing memory and time consumption. Simply truncating a long document or applying the sparse attention mechanism will incur the co…

Language ModelingLanguage ModellingQuestion AnsweringSentiment Analysis+1

ERNIE-Image Technical Report

2026-05-25 · Jiaxiang Liu, Zhida Feng, Pengyu Zou, Zhenyu Qian 외 arxiv

We introduce ERNIE-Image, an open-source text-to-image generation model built upon an 8B single-stream DiT architecture. ERNIE-Image aims to bridge the gap between current open-source models and leading closed-source sys…

Text-to-Image GenerationInstruction Following

Sparse Transformer Architectures via Regularized Wasserstein Proximal Operator with $L_1$ Prior

2025-10-18 · Fuqun Han, Stanley Osher, Wuchen Li arxiv

In this work, we propose a sparse transformer architecture that incorporates prior information about the underlying data distribution directly into the transformer structure of the neural network. The design of the model…