English

Attention Mechanism with Energy-Friendly Operations

Computation and Language 2022-10-20 v1

Abstract

Attention mechanism has become the dominant module in natural language processing models. It is computationally intensive and depends on massive power-hungry multiplications. In this paper, we rethink variants of attention mechanism from the energy consumption aspects. After reaching the conclusion that the energy costs of several energy-friendly operations are far less than their multiplication counterparts, we build a novel attention model by replacing multiplications with either selective operations or additions. Empirical results on three machine translation tasks demonstrate that the proposed model, against the vanilla one, achieves competitable accuracy while saving 99\% and 66\% energy during alignment calculation and the whole attention procedure. Code is available at: https://github.com/NLP2CT/E-Att.

Keywords

Cite

@article{arxiv.2204.13353,
  title  = {Attention Mechanism with Energy-Friendly Operations},
  author = {Yu Wan and Baosong Yang and Dayiheng Liu and Rong Xiao and Derek F. Wong and Haibo Zhang and Boxing Chen and Lidia S. Chao},
  journal= {arXiv preprint arXiv:2204.13353},
  year   = {2022}
}

Comments

Findings@ACL2022

R2 v1 2026-06-24T11:01:12.117Z