LGApr 26

Transformer as an Euler Discretization of Score-based Variational Flow

arXiv:2604.2374070.8
AI Analysis

This work provides a unified theoretical foundation for the Transformer architecture, explaining its empirical properties and offering principled regularization insights for practitioners.

The paper introduces Score-based Variational Flow (SVFlow), a continuous-time dynamical system for representation learning, and shows that its Euler discretization exactly recovers the Transformer architecture. Experiments on pre-trained language models demonstrate that SVFlow-induced metrics correlate with task performance and reveal depth-dependent sensitivity.

Despite the Transformer's dominance across machine learning, its architecture remains largely heuristic and lacks a unified theoretical foundation. We introduce Score-based Variational Flow (SVFlow), a continuous-time dynamical system for representation learning in which the state evolves according to a variational posterior-weighted average of conditional log-likelihood scores, and provide a principled basis for regularization through variational consistency. We show that forward Euler discretization of spherical SVFlow exactly recovers the Transformer architecture. Multi-head attention approximates SVFlow vector field via a vMF kernel-smoothed posterior, while MoE/FFN approximates it in a relaxed network-based way, and the residual-normalization block implements a relaxed retraction that maintains spherical geometry. This unification explains why attention trains stably without explicit regularization while MoE requires auxiliary balancing losses. Experiments on pre-trained language models with prefix shuffling show that SVFlow-induced metrics correlate with task performance, reveal depth-dependent sensitivity, and reflect the intrinsic dynamics of attention.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes