paper-with-me

홈 › Papers

Improving Autoregressive NLP Tasks via Modular Linearized Attention

2023-04-17 · Victor Agostinelli, Lizhong Chen

Various natural language processing (NLP) tasks necessitate models that are efficient and small based on their ultimate application at the edge or in other resource-constrained environments. While prior research has reduced the size of these models, increasing computational efficiency without considerable performance impacts remains difficult, especially for autoregressive tasks. This paper proposes modular linearized attention (MLA), which combines multiple efficient attention mechanisms, including cosFormer, to maximize inference quality while achieving notable speedups. We validate this approach on several autoregressive NLP tasks, including speech-to-text neural machine translation (S2T NMT), speech-to-text simultaneous translation (SimulST), and autoregressive text-to-spectrogram, noting efficiency gains on TTS and competitive performance for NMT and SimulST during training and inference.

📄 PDF Abstract BibTeX arXiv:2304.08453

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyMachine TranslationNMTSpeech-to-TextTranslation

Similar Papers 제목 키워드 기반

When Linear Attention Meets Autoregressive Decoding: Towards More Effective and Efficient Linearized Large Language Models

2024-06-11 · Haoran You, Yichao Fu, Zheng Wang, Amir Yazdanbakhsh 외

Autoregressive Large Language Models (LLMs) have achieved impressive performance in language tasks but face two significant bottlenecks: (1) quadratic complexity in the attention module as the number of tokens increases,…

Decoder

LeaPformer: Enabling Linear Transformers for Autoregressive and Simultaneous Tasks via Learned Proportions

2024-05-18 · Victor Agostinelli, Sanghyun Hong, Lizhong Chen

A promising approach to preserving model performance in linearized transformers is to employ position-based re-weighting functions. However, state-of-the-art re-weighting functions rely heavily on target sequence lengths…

Language ModelingLanguage ModellingSimultaneous Speech-to-Text TranslationSpeech-to-Text+1

Simple yet Effective Gradient-Free Graph Convolutional Networks

2023-02-01 · Yulin Zhu, Xing Ai, Qimai Li, Xiao-Ming Wu 외

Linearized Graph Neural Networks (GNNs) have attracted great attention in recent years for graph representation learning. Compared with nonlinear Graph Neural Network (GNN) models, linearized GNNs are much more time-effi…

Graph Neural NetworkGraph Representation LearningNode ClassificationRepresentation Learning

Linear attention is (maybe) all you need (to understand transformer optimization)

2023-10-02 · Kwangjun Ahn, Xiang Cheng, Minhak Song, Chulhee Yun 외

Transformer training is notoriously difficult, requiring a careful design of optimizers and use of various heuristics. We make progress towards understanding the subtleties of training Transformers by carefully studying …

All

LongVQ: Long Sequence Modeling with Vector Quantization on Structured Memory

2024-04-17 · Zicheng Liu, Li Wang, Siyuan Li, Zedong Wang 외

Transformer models have been successful in various sequence processing tasks, but the self-attention mechanism's computational cost limits its practicality for long sequences. Although there are existing attention varian…

Computational EfficiencyLanguage ModelingLanguage ModellingQuantization+1