Search papers, labs, and topics across Lattice.
This study systematically investigates Massive Activations (MAs) in hybrid linear attention large language models (HLA LLMs), revealing two distinct morphologies: pre-attention spikes (PAS) that occur before full attention layers and inter-spike plateaus (ISP) that persist through linear attention layers. The research demonstrates that as full attention density increases, the connectivity between successive PAS through ISP enhances, ultimately mirroring the stable MA morphology found in full attention LLMs. By analyzing various architectures and configurations, the authors establish that these activation patterns emerge early and respond differently to output gating mechanisms, providing insights into the underlying lifecycle of MAs.
Pre-attention spikes and inter-spike plateaus reveal a surprising organization in hybrid linear attention models that could redefine our understanding of activation dynamics in LLMs.
We present the first systematic study of Massive activations (MAs) in layer-interleaved HLA LLMs and uncover two architecture-aligned morphologies: MAs consistently spike immediately before full attention layers, forming pre-attention spikes (PAS), and can persist through intervening linear attention layers, giving rise to inter-spike plateaus (ISP). As full attention becomes denser, successive PAS become increasingly connected through ISP, ultimately recovering the stable MA morphology of full attention LLMs. We establish the recurrence of this organization across five linear attention architectures, six hybridization configurations, five data domains, and representative open-source hybrid models spanning 1.2B to 397B total parameters. Controlled pretraining of GDN-based hybrids at scales up to 1.3B shows that both morphologies emerge early and respond asymmetrically to output gating: full attention output gating strongly attenuates their absolute magnitudes without eliminating their layerwise organization, whereas removing GDN gates yields comparatively modest amplification. Mechanistically, our systematic-outlier analysis supports a shared lifecycle account governed by the timing of MA cancellation. PAS follows a localized write-sink-cancel process, while the extended persistence of ISP is consistent with delayed cancellation. At the full attention limit, this account recovers the stable MA morphology characteristic of full attention LLMs. Our code is available at https://github.com/StartluxLabs/Massive-Activations-HLA.