paper-with-me

Papers

Attention by Synchronization in Coupled Oscillator Networks

2026-06-10 · Fabio Pasqualetti, Taosha Guo arxiv

We address transformer attention on energy-constrained physical substrates. Softmax attention requires exponentiation and global reduction, operations with high energy cost on von Neumann hardware and no natural physical analog. We show that Kuramoto synchronization dynamics (which arise in electrical, mechanical, superconducting, and charge-density-wave oscillator arrays, among other physical systems) implement a well-defined attention operation without either. The resulting mechanism, fixed-query oscillator attention, replaces softmax's arithmetic with the equilibration of a gradient flow on the sphere: queries are learned anchors fixed on the sphere, and free oscillators evolve under Kuramoto-Lohe dynamics until they settle at positions encoding attention weights via cosine similarity. Because the computation is equilibration, it requires no exponentiation; the only global operation is an affine normalization at readout. The fixed point is provably unique and globally attractive from almost every initial condition, a guarantee that holds across every physical realization. Empirically, at the minimal hardware configuration (oscillator dimension $d_{\mathrm{osc}}$ = 2), oscillator attention outperforms softmax on keyword spotting (+1.00 pp) and on subject-verb agreement (+5.27 pp on hard sentences, with zero training failures versus one in five for softmax). On causal language modeling, where softmax retains an advantage, oscillator attention closes the gap as $d_{\mathrm{osc}}$ grows: from +11.09 PPL at $d_{\mathrm{osc}}$ = 2 to +2.98 PPL at $d_{\mathrm{osc}}$ = 32 on WikiText-2, and from +2.39 PPL at $d_{\mathrm{osc}}$ = 2 to +0.57 PPL at $d_{\mathrm{osc}}$ = 32 on TinyStories. The main objective of this work is not to replace softmax in software but to provide a mathematically grounded blueprint for accurate attention on physical substrates.

📄 PDF Abstract BibTeX arXiv:2606.12059

Code (0)

등록된 구현이 없습니다.

Tasks

Keyword Spotting

Similar Papers 제목 키워드 기반

The Utility of Phase Models in Studying Neural Synchronization

2017-07-18 · Youngmin Park, Stewart Heitmann, G. Bard Ermentrout

Synchronized neural spiking is associated with many cognitive functions and thus, merits study for its own sake. The analysis of neural synchronization naturally leads to the study of repetitive spiking and consequently …

Global Synchronization of Pulse-Coupled Oscillator Networks Under Byzantine Attacks

2020-05-07 · Zhenqian Wang, Yongqiang Wang

Synchronization of pulse-coupled oscillators (PCOs) has gained significant attention recently due to their increased applications in sensor networks and wireless communications. Given the distributed and unattended natur…

All

Reservoir Computing using High Order Synchronization of Coupled Oscillators

2020-04-08 · A. A. Velichko, D. V. Ryabokon, S. D. Khanin, A. V. Sidorenko 외

We propose a concept for reservoir computing on oscillators using the high-order synchronization effect. The reservoir output is presented in the form of oscillator synchronization metrics: fractional high-order synchron…

FormVocal Bursts Intensity Prediction

Synchronization Conditions for Nonlinear Oscillator Networks

2024-04-10 · Sanjeev Kumar Pandey, Shaunak Sen, Indra Narayan Kar

Understanding conditions for the synchronization of a network of interconnected oscillators is a challenging problem. Typically, only sufficient conditions are reported for the synchronization problem. Here, we adopted t…

Selective Synchronization Attention

2026-02-16 · Hasi Hays arxiv

The Transformer architecture has become the foundation of modern deep learning, yet its core self-attention mechanism suffers from quadratic computational complexity and lacks grounding in biological neural computation. …