🤖 AI Summary
This work addresses the quadratic computational bottleneck of long-context attention mechanisms and the inefficiency of existing layer-wise hybrid attention approaches by proposing a novel head-level heterogeneous architecture. Leveraging interpretability analysis to identify critical attention heads, the method introduces a key-head retention strategy and a scale-normalized fusion module, integrated within a three-stage transfer training framework that incorporates parameter reuse and knowledge distillation. This enables efficient collaboration between full and linear attention at the head level. Trained on only 15 billion tokens, the model achieves over a 69% performance gain over the baseline on 512K-context tasks, matching the effectiveness of a 3:1 layer-wise hybrid model with a more efficient 7:1 ratio of linear to full attention heads, while maintaining strong general reasoning capabilities.
📝 Abstract
The quadratic complexity of attention poses a critical bottleneck for long-context processing, spurring interest in hybrid attention designs. Most open-source hybrid models adopt a layer-wise strategy. Yet, prior work has noted the inherent difficulty of integrating Linear Attention (LA) with Full Attention (FA), suggesting that the design space of attention hybridization remains underexplored. To probe this space, we conduct interpretability analysis and observe that layers exhibit block-wise functional similarity, while individual heads within the same layer display distinct functional specialization despite sharing input features. This head-level heterogeneity suggests that the head dimension provides a natural and principled granularity for fusing heterogeneous attention signals. Building on this insight, we introduce HydraHead, a novel architecture that hybridizes FA and LA along the head axis. HydraHead features two key innovations: (1) an interpretability-driven selection strategy that identifies retrieval-critical heads and preserves FA only for them, and (2) a scale-normalized fusion module that reconciles the distributional gap between FA and LA head outputs. By leveraging a three-stage transfer pipeline with parameter reuse and distillation, we achieve high-performance hybrid models with minimal training overhead. Under a unified training setup, HydraHead outperforms other hybrid designs in long-context tasks while maintaining strong general reasoning. With interpretability-driven head selection, it matches a 3:1 layer-wise hybrid's long-context performance at a 7:1 LA-to-FA ratio. Crucially, trained on only 15B tokens, HydraHead achieves over 69% improvement over the baseline at 512K context length, approaching Qwen3.5, a leading model of comparable size with a native context length of 256K. This highlights the significant scaling potential of head-level hybridization.