Spectral Utilization Index (SUI) Explained
- SUI is a normalized measure quantifying effective spectrum use in both neural networks and RF applications by combining hard and soft rank metrics.
- It is computed from the eigenspectrum of post-activation covariance, balancing dominant-mode participation with tail capacity to derive an effective dimension.
- SUI informs design decisions for network width, pruning, and low-rank adaptations, and parallels indices in RF spectrum management through normalization.
Spectral Utilization Index (SUI) denotes a normalized measure of how effectively a system uses a spectrum-like resource. In feed-forward networks (FFNs) for LLMs, SUI is defined as a harmonic combination of width-normalized hard and soft spectral ranks computed from the eigenspectrum of post-activation covariance, and it is intended to be high only when dominant-mode participation and tail coverage are simultaneously healthy (Jha et al., 1 Oct 2025). In the RF-spectrum literature represented here, the term itself does not appear in MUSE, but compatible utilization indices can be constructed by normalizing utilized, available, or receiver-constrained spectrum-space over discretized space, time, and frequency (Khambekar et al., 2015).
1. Latent-space utilization in feed-forward networks
The FFN usage of SUI begins from a spectral utilization problem: the relevant question is not only how wide an FFN is, but how much of the added latent capacity is effectively used. Rather than auditing parameter count or FLOPs, the method audits how variance is distributed across FFN latent directions. Each FFN produces a -dimensional post-activation latent vector per token. Over a batch of tokens, the covariance of these activations and its eigenspectrum describe how variance is allocated across directions. Directions with large eigenvalues correspond to dominant modes, while many small eigenvalues form a low-energy tail. A direction is “meaningfully activated” if it carries non-negligible variance in this eigenspectrum (Jha et al., 1 Oct 2025).
Within this framework, Hard Rank, Soft Rank, and Spectral Concentration play complementary roles. Hard Rank is a participation-ratio statistic and is described as a spike-sensitive count of dominant directions. Soft Rank is an entropic rank and tracks how broadly variance is spread, responding to tail growth. Spectral Concentration measures how strongly variance is front-loaded into early principal components. SUI combines the normalized hard and soft ranks so that either collapse into a narrow dominant subspace or excessive dilution into a weak tail lowers the index.
The same paper also defines an effective dimension, eDim, as a re-expression of SUI on the original width scale. This converts a unit-interval utilization score back into an “active components” count between $1$ and , making the metric more directly interpretable when comparing width sweeps.
2. Formal definition and derived quantities
Let be the post-activation matrix at an FFN layer for tokens, let be the model embedding dimension, and let be the FFN hidden width. The unbiased covariance and eigendecomposition are
0
1
where 2 is the row-wise mean of 3. All spectral metrics depend only on the sorted eigenvalues (Jha et al., 1 Oct 2025).
Hard Rank uses the participation ratio on the raw eigenvalues:
4
It is normalized to 5 by
6
Soft Rank first normalizes eigenvalues to probabilities,
7
then defines entropy with the natural logarithm,
8
and sets
9
0
Spectral Concentration uses the cumulative variance curve
1
and the uniform baseline
2
to form
3
Its range is 4; higher values indicate that variance is concentrated in early components, while lower values indicate a more uniform spread.
The Spectral Utilization Index harmonically combines the two normalized ranks:
5
The index lies in 6 and is high only when both dominant-mode participation and tail coverage are healthy. Effective dimension is then defined as
7
This mapping translates SUI into an intuitive count of active components between 8 and 9.
3. Computation in decoder-only Transformers
The computation pipeline is defined on post-activation FFN outputs in decoder-only Transformers. For gated FFNs such as SwiGLU, the paper writes 0 and 1, where 2 is SiLU and 3 is elementwise product. The spectral audit is performed on 4, and spectra are computed from the eigenvalues of the covariance 5, not from the SVD of 6 directly (Jha et al., 1 Oct 2025).
For a given layer and training step, the procedure is sequential. One first gathers the 7 post-activation matrix across tokens, computes the row-wise mean, and centers the activations. One then forms the covariance, computes and sorts the eigenvalues, and uses those eigenvalues to compute Hard Rank, Soft Rank, Spectral Concentration, SUI, and eDim. If needed, a tiny 8 may be added only where required for numerical stability, for example when forming 9 if $1$0 must be guaranteed.
Aggregation is performed across layers and training steps, and the paper often reports layer medians together with across-layer variability. The training setup uses C4 data and width sweeps of the form $1$1 with $1$2. Once the eigenvalues are known, the computation of ranks, concentration, and SUI is $1$3; covariance eigendecomposition is the dominant cost.
The practical defaults stated in the paper are to use post-activation covariance, natural logarithm for entropy, float32 or float64 arithmetic, and a small $1$4 only if needed to avoid $1$5. When the metrics are tracked over training, stabilization is reported after approximately $1$6K steps.
4. Spectral scaling laws and architectural effects
The central empirical result is an asymmetric spectral scaling law: across LLaMA backbones, soft rank scales nearly linearly with FFN width, while hard rank grows sublinearly and with substantially higher variance. The paper summarizes the log-log fits as follows (Jha et al., 1 Oct 2025):
| Backbone | Soft rank | Hard rank |
|---|---|---|
| LLaMA-70M (Pre-LN) | $1$7, $1$8 | $1$9, 0 |
| LLaMA-130M (Pre-LN) | 1, 2 | 3, 4 |
| LLaMA-250M (Pre-LN) | 5, 6 | 7, 8 |
In the LLaMA-130M example highlighted in the introduction, the paper reports soft rank 9 with 0 versus hard rank 1 with 2. The stated functional forms are 3 with 4–5, and 6 with 7–8. Hard rank exhibits higher variance, occasional crossovers, and sensitivity to training transients.
After training stabilizes at roughly 9K steps, the width-normalized utilization exponents in LLaMA-130M Pre-LN converge to approximately 0 and 1. The paper states this as confirmation that normalized hard rank tends to decrease with width while normalized soft rank is near-flat or slightly increasing: 2 and 3.
Spectral Concentration is calibrated in the paper using synthetic spectra of the form 4. Under that construction, 5 increases monotonically with 6 from approximately 7 at 8 to approximately 9 at 0. For 1, at least 2 variance resides in the top approximately 3 principal components and is described as collapse; for 4, at least 5 of dimensions are required to explain approximately 6 variance and this is described as dilution. Empirically, typical LLaMA-like activations exhibit 7–8.
The representative eDim values reported in the paper are sublinear and remain a small fraction of 9 across widths. For LLaMA-70M, illustrative layer-median eDim values are approximately 0 1, 2 3, 4 5, 6 7, 8 9, 00 01, 02 03, and 04 05. For LLaMA-130M the corresponding values are approximately 06, 07, 08, 09, 10, 11, 12, and 13. For LLaMA-250M they are approximately 14, 15, 16, 17, 18, 19, 20, and 21. These numbers are used in the paper to argue that widening predominantly expands tail capacity and that gains can be non-monotonic across layers.
The same study reports substantial dependence on normalization strategy and model family. Pre-LN shows the “classic” asymmetry. Post-LN suppresses tail growth, with soft-rank exponents approximately 22–23, slightly improves hard-rank exponents to approximately 24–25, but is prone to collapse in LLaMA-250M at larger widths, where perplexity spikes above 26. Mix-LN restores near-linear soft scaling, approximately 27–28, and boosts hard scaling to approximately 29–30. Adding WeightNorm or hyperspherical normalization in Post-LN LLaMA-250M prevents collapse and improves perplexity; the paper gives the example of 31 perplexity near 32 with WeightNorm versus approximately 33 for vanilla Post-LN. In the GPT-2 versus nGPT comparison, vanilla GPT-2 shows strong asymmetry, while nGPT narrows the soft-hard gap, reduces concentration to approximately 34 versus GPT-2’s approximately 35, and improves performance; the stated 36 perplexities are 37 for nGPT versus approximately 38–39 for GPT-2 variants.
5. Design guidance, robustness, and limitations
The stated interpretation is that FFN widening mainly adds low-energy tail directions while dominant-mode subspaces saturate early. SUI is designed to penalize both failure modes: if the core collapses, 40 is low; if variance is spread too diffusely, 41 is low. The paper therefore recommends monitoring SUI and eDim during width sweeps and treats width selection as a trade-off between tail capacity and dominant-mode capacity (Jha et al., 1 Oct 2025).
For inference-efficient design, the paper reports that gains in eDim per unit 42 drop beyond approximately 43–44 for LLaMA-like setups under standard training. It gives the heuristic to prefer widths where SUI increases steadily and eDim grows faster than linear in compute cost, and to reallocate budget to depth or other components once SUI plateaus. If SUI plateaus and eDim45 stagnates, extra width is described as tail-only. In regimes where hard rank stops growing and Spectral Concentration remains high, the paper states that narrowing FFNs or adding normalization such as Mix-LN, WeightNorm, or hyperspherical normalization can improve SUI more than raw widening.
The article’s operational implications extend to pruning, low-rank adaptation, and Mixture-of-Experts. Layers with persistently low SUI or eDim at large 46 are identified as candidates for width reduction or structured pruning. If 47 is low and 48 is high, the dominant subspace is small, and low-rank approximations or adapters can target those active directions. Since widening primarily adds tail capacity, Mixture-of-Experts is presented as a mechanism that can allocate experts to tail directions more efficiently than uniformly widening dense FFNs.
Several caveats are explicit. The results are reported for English decoder-only models trained on C4, so spectral use may shift with domain or multilingual corpora. Spectral behavior varies by depth, and the paper reports layer medians and variability rather than claiming uniform layerwise behavior. Early training stages show crossovers and higher variance, especially for hard rank, and scaling exponents stabilize only after roughly 49K steps. The work focuses on activation covariance spectra rather than weight spectra, because weight spectra do not directly measure representational usage under the data distribution. It also states that causality between spectral metrics and perplexity is suggestive but not proven, and that the study spans 50M–51M parameter backbones, so behavior at much larger scales may differ.
The proposed future directions are extending the analysis to encoder-decoder and multilingual settings, combining SUI with task-specific probes, exploring differentiated width allocation across layers, and developing closed-form or online estimators for training-time control. The paper presents 52 as a lightweight estimator for this purpose.
6. RF spectrum-space indices derived from MUSE
A distinct usage arises in spectrum management. In MUSE, spectrum use is characterized in discretized space, time, and frequency, and the total spectrum-space over a region is
53
with
54
At a point 55, aggregate occupancy is
56
the unit-spectrum-space occupancy is
57
the unit-spectrum-space opportunity is
58
and the unit-spectrum-space liability is
59
Aggregated over a region, MUSE defines utilized, forbidden, and available spectrum-spaces as 60, 61, and 62, with the conservation law
63
The paper explicitly states that the term Spectral Utilization Index does not appear in MUSE; the following normalized indices are derived to be consistent with its formalism (Khambekar et al., 2015).
The transmitter-level index is the fraction of total spectrum-space occupied by a transmitter:
64
The receiver-level construction has two complementary forms. The Receiver Liability Index is
65
while the Receiver Allowable-Opportunity Index is based on the summed positive interference opportunity and is normalized by 66. The system-level form is
67
Related normalized fractions are 68 and 69.
The worked example reported with the MUSE framework uses a 70 km 71 72 km region, a hexagonal grid with 73 unit regions of side 74 m, a unit frequency band of 75 MHz, and a unit time-quanta of 76 s, giving 77, 78, and 79. With 80 W and 81 dBm, 82 W per unit and 83 W·m84. For one transmitter and one receiver, the quantified results are 85 W·m86, 87 W·m88, and 89 W·m90. The derived indices are therefore 91, 92, 93, and 94.
The RF formulation is power-centric and differs fundamentally from the FFN formulation. MUSE quantifies RF power occupancy and receiver-imposed constraints in discretized spectrum-space, whereas the FFN version quantifies activation-covariance eigenspectra. The RF indices are contrasted in the source material with spectral efficiency in bits/s/Hz and with channel-occupancy percentages: the former measures information rate, the latter is typically not spatially resolved, while MUSE-style normalized indices separate transmitter occupancy, receiver liability, and remaining opportunity over space, time, and frequency.