Bifocal Attention: Harmonizing Geometric and Spectral Positional Embeddings for Algorithmic Generalization
Kanishk Awadhiya
TL;DR
The paper identifies spectral rigidity in fixed Rotary Positional Embeddings (RoPE) as a core bottleneck for deep algorithmic reasoning, framing a Structure Gap between content and structure. It proposes Bifocal Attention, combining Geometric Eyes (standard RoPE) with Spectral Eyes (a learnable spectral basis) and a Spectral Evolution training protocol to adapt frequencies, amplitudes, and phases during learning. The Spectral-RoPE engine is integrated surgically into transformer attention, enabling orthogonality in phase space and a harmonic representation of recursion depths. Empirical results on formal-language tasks show near-zero losses where baselines fail, with strong convergence signals and evidence of non-monotonic phase dynamics, suggesting a path toward logic-native architectures with practical gains in algorithmic reasoning and long-context generalization.
Abstract
Rotary Positional Embeddings (RoPE) have become the standard for Large Language Models (LLMs) due to their ability to encode relative positions through geometric rotation. However, we identify a significant limitation we term ''Spectral Rigidity'': standard RoPE utilizes a fixed geometric decay ($θ^{-i}$) optimized for local syntactic coherence, which fails to capture the long-range, periodic structures inherent in recursive logic and algorithmic reasoning. This results in a ''Structure Gap'', where models trained on shallow reasoning chains fail to extrapolate to deeper recursive steps. In this work, we introduce Bifocal Attention, an architectural paradigm that decouples positional encoding into two distinct modalities: Geometric Eyes (Standard RoPE) for precise token-level manipulation, and Spectral Eyes (Learnable Harmonic Operators) for tracking long-range recursive depth. We propose a novel training protocol, Spectral Evolution, which initializes positional frequencies as static geometric parameters but allows them to evolve via gradient descent into a harmonic basis optimized for the specific algorithmic topology of the task.
