Emerging Systems

Massive activations invalidate naive rank measurements

FINDINGS  ·  2026-08-16   methodsactivationsrankcaution

A methods note rather than a result, and the kind of thing that quietly ruins an analysis.

Llama-3 hidden states contain a small number of channels running 52-83x the median magnitude. They dominate variance completely, so any rank or compressibility measurement taken naively reports near-rank-1.

layermax/medianeffective rank, rawafter removing 8 channels
017x1.92.1
783x1.019.2
1462x1.058.0
2152x1.115.0
2716x2.73.8

An order of magnitude, from excluding 8 channels out of 3072.

What it means in practice

If you are measuring whether activations occupy a low-dimensional subspace — to justify a projection, a low-rank cache, or a compression scheme — strip the massive-activation channels first and report both numbers. The raw figure is not wrong so much as it is a measurement of those few channels rather than of the representation.

Reproduce with subspace_rank.py, which reports raw and corrected side by side.

← Back to the library