English

Fast-FNet: Accelerating Transformer Encoder Models via Efficient Fourier Layers

Computation and Language 2023-05-17 v2 Artificial Intelligence General Literature Audio and Speech Processing

Abstract

Transformer-based language models utilize the attention mechanism for substantial performance improvements in almost all natural language processing (NLP) tasks. Similar attention structures are also extensively studied in several other areas. Although the attention mechanism enhances the model performances significantly, its quadratic complexity prevents efficient processing of long sequences. Recent works focused on eliminating the disadvantages of computational inefficiency and showed that transformer-based models can still reach competitive results without the attention layer. A pioneering study proposed the FNet, which replaces the attention layer with the Fourier Transform (FT) in the transformer encoder architecture. FNet achieves competitive performances concerning the original transformer encoder model while accelerating training process by removing the computational burden of the attention mechanism. However, the FNet model ignores essential properties of the FT from the classical signal processing that can be leveraged to increase model efficiency further. We propose different methods to deploy FT efficiently in transformer encoder models. Our proposed architectures have smaller number of model parameters, shorter training times, less memory usage, and some additional performance improvements. We demonstrate these improvements through extensive experiments on common benchmarks.

Keywords

Cite

@article{arxiv.2209.12816,
  title  = {Fast-FNet: Accelerating Transformer Encoder Models via Efficient Fourier Layers},
  author = {Nurullah Sevim and Ege Ozan Özyedek and Furkan Şahinuç and Aykut Koç},
  journal= {arXiv preprint arXiv:2209.12816},
  year   = {2023}
}

Comments

11 pages

R2 v1 2026-06-28T02:07:29.170Z