Papers › Massive Activations in Hybrid Linear Attention Large Language Models: Pre-Attention...

Massive Activations in Hybrid Linear Attention Large Language Models: Pre-Attention Spikes and Inter-Spike Plateaus

12 Aug 2026arXiv:2608.12149added by Syntology

Zunhai Su, Bohan Sun, Xialie Zhuang, Shuibai Zhang, He Xiao, Jing Xiong, Hengyuan Zhang, Zhongzhu Zhou, Tiantian Zhang, Ngai Wong, Chuan-Wei Kuo

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.12149")

Code

Syntology Ran 14 of 15 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 14 ran with no contract checked.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

StartLuxLabs/Massive-Activations-HLA found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 14 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

14ran
1unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from StartLuxLabs/Massive-Activations-HLA. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

decode_token StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/capture/activation_capture.py found in paper text by Syntology ran MIT (permissive) · 6f0e70c8d1d908d2 · report
expand_env_vars StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/config.py found in paper text by Syntology ran MIT (permissive) · 5885037f620d454d · report
fixed_sink_tokens StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/analysis/pas_isp_metrics.py found in paper text by Syntology ran MIT (permissive) · ea1c1241e4968af3 · report
full_attention_layers_from_checkpoint StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/models/released_gdn.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 15866371793aa634 · report
get_attention_module StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/capture/component_capture.py found in paper text by Syntology ran MIT (permissive) · 1ba948b289154e6d · report
get_decoder_layers StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/capture/layer_hooks.py found in paper text by Syntology ran MIT (permissive) · 8ada4f4bbcf54940 · report
get_mlp_module StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/capture/component_capture.py found in paper text by Syntology ran MIT (permissive) · a7084b57f45c06a1 · report
load_attention_array StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/analysis/attention_maps.py found in paper text by Syntology ran MIT (permissive) · ea35a8d921142831 · report
load_attention_maps StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/analysis/attention_maps.py found in paper text by Syntology ran MIT (permissive) · 572399d2736cdd47 · report
load_tokenizer StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/capture/model_loading.py found in paper text by Syntology ran MIT (permissive) · 4b04b5f6e4343de9 · report
max_activation_sink_tokens StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/analysis/pas_isp_metrics.py found in paper text by Syntology ran MIT (permissive) · f0a8d349aecae1a9 · report
sink_spike_alignment_rate StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/analysis/pas_isp_metrics.py found in paper text by Syntology ran MIT (permissive) · c64def6a629711c6 · report
tensor_from_output StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/capture/layer_hooks.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 4e5ae62476589fd7 · report
torch_dtype_from_name StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/capture/model_loading.py found in paper text by Syntology ran MIT (permissive) · 0a3cd5591063c46e · report
load_yaml StartLuxLabs/Massive-Activations-HLA/src/massive_activations_hla/config.py found in paper text by Syntology unverified MIT (permissive) · 01de090b986f48d3 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.12149, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections