paper-with-me

홈 › Papers

Energy-Gated Attention: Spectral Salience as an Inductive Bias for Transformer Attention

2026-05-21 · Athanasios Zeris arxiv

Standard transformer attention computes pairwise similarity between queries and keys, treating all tokens as equally salient regardless of their intrinsic informational content. In turbulent fluid dynamics, coherent structures -- the energetically dominant, spatially organized patterns that persist amid background chaos -- carry a disproportionate fraction of total energy and govern all transport. We propose that tokens play an analogous role in transformer attention: informationally dense positions (morphological boundaries, syntactic heads, discourse markers) concentrate spectral energy and should attract proportionally more attention than background tokens (function words, repeated patterns, low-information filler). We propose Energy-Gated Attention (EGA): a simple modification that gates value aggregation by the spectral energy of key token embeddings, computed by a single learned linear projection that discovers the dominant spectral mode of the embedding field. On TinyShakespeare, EGA achieves +0.103 validation loss improvement with only 12,480 additional parameters (<0.26% overhead) and no measurable computational cost. The result is consistent on Penn Treebank (+0.101), demonstrating dataset independence. A systematic ablation across three wavelet families (fixed Morlet, Daubechies db2/db4, and a parametric Morlet) establishes that fixed structured bases are suboptimal -- the optimal energy direction is data-adaptive and non-sinusoidal -- while identifying learned wavelet packets as a promising open direction. The learned energy threshold converges to tau ~= 0.35 independently of initialization, corresponding to the fraction (~36%) of tokens carrying above-average spectral energy in English text, a stable linguistic property consistent with the fraction of content words in running English text.

📄 PDF Abstract BibTeX arXiv:2605.21842

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Energy-Gated Attention and Wavelet Positional Encoding: Complementary Inductive Biases for Transformer Attention

2026-05-25 · Athanasios Zeris arxiv

Standard transformer attention computes pairwise token similarity but treats all tokens as equally salient and all positions as equally local, regardless of the informational structure of the input. We identify two compl…

NAACA: Training-Free NeuroAuditory Attentive Cognitive Architecture with Oscillatory Working Memory for Salience-Driven Attention Gating

2026-05-13 · Zhongju Yuan, Geraint Wiggins, Dick Botteldooren arxiv

Audio provides critical situational cues, yet current Audio Language Models (ALMs) face an attention bottleneck in long-form recordings where dominant background patterns can dilute rare, salient events. We introduce NAA…

Personalization of Saliency Estimation

2017-11-21 · Bingqing Yu, James J. Clark

Most existing saliency models use low-level features or task descriptions when generating attention predictions. However, the link between observer characteristics and gaze patterns is rarely investigated. We present a n…

Saliency Prediction

Salience Estimation with Multi-Attention Learning for Abstractive Text Summarization

2020-04-07 · Piji Li, Lidong Bing, Zhongyu Wei, Wai Lam

Attention mechanism plays a dominant role in the sequence generation models and has been used to improve the performance of machine translation and abstractive text summarization. Different from neural machine translatio…

Abstractive Text SummarizationDecoderMachine TranslationText Summarization+1

Temporal Attention-Gated Model for Robust Sequence Classification

2016-12-01 · CVPR 2017 7 · Wenjie Pei, Tadas Baltrušaitis, David M. J. Tax, Louis-Philippe Morency

Typical techniques for sequence classification are designed for well-segmented sequences which have been edited to remove noisy or irrelevant parts. Therefore, such methods cannot be easily applied on noisy sequences exp…

ClassificationGeneral ClassificationmodelSentiment Analysis