paper-with-me

Papers

A Practical Survey on Faster and Lighter Transformers

2021-03-26 · Quentin Fournier, Gaétan Marceau Caron, Daniel Aloise

Recurrent neural networks are effective models to process sequences. However, they are unable to learn long-term dependencies because of their inherent sequential nature. As a solution, Vaswani et al. introduced the Transformer, a model solely based on the attention mechanism that is able to relate any two positions of the input sequence, hence modelling arbitrary long dependencies. The Transformer has improved the state-of-the-art across numerous sequence modelling tasks. However, its effectiveness comes at the expense of a quadratic computational and memory complexity with respect to the sequence length, hindering its adoption. Fortunately, the deep learning community has always been interested in improving the models' efficiency, leading to a plethora of solutions such as parameter sharing, pruning, mixed-precision, and knowledge distillation. Recently, researchers have directly addressed the Transformer's limitation by designing lower-complexity alternatives such as the Longformer, Reformer, Linformer, and Performer. However, due to the wide range of solutions, it has become challenging for researchers and practitioners to determine which methods to apply in practice in order to meet the desired trade-off between capacity, computation, and memory. This survey addresses this issue by investigating popular approaches to make Transformers faster and lighter and by providing a comprehensive explanation of the methods' strengths, limitations, and underlying assumptions.

📄 PDF Abstract BibTeX arXiv:2103.14636

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationSurvey

Methods 이 논문이 사용한 방법론

Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
FAVOR+ 설명 없음
Performer Performer is a Transformer architecture which can estimate regular…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
LSH Attention 설명 없음

Similar Papers 제목 키워드 기반

Faster and Lighter LLMs: A Survey on Current Challenges and Way Forward

2024-02-02 · Arnav Chavan, Raghav Magazine, Shubham Kushwaha, Mérouane Debbah 외

Despite the impressive performance of LLMs, their widespread adoption faces challenges due to substantial computational and memory requirements during inference. Recent advancements in model compression and system-level …

Model CompressionSurvey

BaldWhisper: Faster Whisper with Head Shearing and Layer Merging

2025-10-06 · Yaya Sy, Christophe Cerisara, Irina Illina arxiv

Pruning large pre-trained transformers in a data-scarce scenario is challenging, as it often requires massive retraining data to recover performance. For instance, Distill-Whisper prunes Whisper by 40 and retrains on 21,…

A Survey on Efficient Training of Transformers

2023-02-02 · Bohan Zhuang, Jing Liu, Zizheng Pan, Haoyu He 외

Recent advances in Transformers have come with a huge requirement on computing resources, highlighting the importance of developing efficient training techniques to make Transformer training faster, at lower cost, and to…

Survey

A Survey of Graph Transformers: Architectures, Theories and Applications

2025-02-23 · Chaohao Yuan, Kangfei Zhao, Ercan Engin Kuruoglu, Liang Wang 외

Graph Transformers (GTs) have demonstrated a strong capability in modeling graph structures by addressing the intrinsic limitations of graph neural networks (GNNs), such as over-smoothing and over-squashing. Recent studi…

Graph LearningSurvey

A multitask deep learning model for real-time deployment in embedded systems

2017-10-31 · Miquel Martí, Atsuto Maki

We propose an approach to Multitask Learning (MTL) to make deep learning models faster and lighter for applications in which multiple tasks need to be solved simultaneously, which is particularly useful in embedded, real…

object-detectionObject DetectionSemantic Segmentation