Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Fastformer: Additive Attention Can Be All You Need

About

Transformer is a powerful model for text understanding. However, it is inefficient due to its quadratic complexity to input sequence length. Although there are many methods on Transformer acceleration, they are still either inefficient on long sequences or not effective enough. In this paper, we propose Fastformer, which is an efficient Transformer model based on additive attention. In Fastformer, instead of modeling the pair-wise interactions between tokens, we first use additive attention mechanism to model global contexts, and then further transform each token representation based on its interaction with global context representations. In this way, Fastformer can achieve effective context modeling with linear complexity. Extensive experiments on five datasets show that Fastformer is much more efficient than many existing Transformer models and can meanwhile achieve comparable or even better long text modeling performance.

Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang, Xing Xie• 2021

Related benchmarks

TaskDatasetResultRank
SummarizationPubmed
ROUGE-138.09
70
News RecommendationMIND (test)
AUC72.68
27
Sentiment ClassificationAmazon (test)
Accuracy66.13
17
Document ClassificationMIND (test)
Accuracy0.8234
12
Text SummarizationCNN/DailyMail
ROUGE-138.54
7
Showing 5 of 5 rows

Other info

Code

Follow for update