Papers
Topics
Authors
Recent
Search
2000 character limit reached

Spectral Utilization Index (SUI) Explained

Updated 14 July 2026
  • 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 DD-dimensional post-activation latent vector per token. Over a batch of tokens, the D×DD \times D covariance Σ\Sigma of these activations and its eigenspectrum λ1λ2λD\lambda_1 \ge \lambda_2 \ge \dots \ge \lambda_D 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 DD, making the metric more directly interpretable when comparing width sweeps.

2. Formal definition and derived quantities

Let XRN×DX \in \mathbb{R}^{N \times D} be the post-activation matrix at an FFN layer for NN tokens, let dd be the model embedding dimension, and let DD be the FFN hidden width. The unbiased covariance and eigendecomposition are

D×DD \times D0

D×DD \times D1

where D×DD \times D2 is the row-wise mean of D×DD \times D3. 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:

D×DD \times D4

It is normalized to D×DD \times D5 by

D×DD \times D6

Soft Rank first normalizes eigenvalues to probabilities,

D×DD \times D7

then defines entropy with the natural logarithm,

D×DD \times D8

and sets

D×DD \times D9

Σ\Sigma0

Spectral Concentration uses the cumulative variance curve

Σ\Sigma1

and the uniform baseline

Σ\Sigma2

to form

Σ\Sigma3

Its range is Σ\Sigma4; 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:

Σ\Sigma5

The index lies in Σ\Sigma6 and is high only when both dominant-mode participation and tail coverage are healthy. Effective dimension is then defined as

Σ\Sigma7

This mapping translates SUI into an intuitive count of active components between Σ\Sigma8 and Σ\Sigma9.

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 λ1λ2λD\lambda_1 \ge \lambda_2 \ge \dots \ge \lambda_D0 and λ1λ2λD\lambda_1 \ge \lambda_2 \ge \dots \ge \lambda_D1, where λ1λ2λD\lambda_1 \ge \lambda_2 \ge \dots \ge \lambda_D2 is SiLU and λ1λ2λD\lambda_1 \ge \lambda_2 \ge \dots \ge \lambda_D3 is elementwise product. The spectral audit is performed on λ1λ2λD\lambda_1 \ge \lambda_2 \ge \dots \ge \lambda_D4, and spectra are computed from the eigenvalues of the covariance λ1λ2λD\lambda_1 \ge \lambda_2 \ge \dots \ge \lambda_D5, not from the SVD of λ1λ2λD\lambda_1 \ge \lambda_2 \ge \dots \ge \lambda_D6 directly (Jha et al., 1 Oct 2025).

For a given layer and training step, the procedure is sequential. One first gathers the λ1λ2λD\lambda_1 \ge \lambda_2 \ge \dots \ge \lambda_D7 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 λ1λ2λD\lambda_1 \ge \lambda_2 \ge \dots \ge \lambda_D8 may be added only where required for numerical stability, for example when forming λ1λ2λD\lambda_1 \ge \lambda_2 \ge \dots \ge \lambda_D9 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, DD0
LLaMA-130M (Pre-LN) DD1, DD2 DD3, DD4
LLaMA-250M (Pre-LN) DD5, DD6 DD7, DD8

In the LLaMA-130M example highlighted in the introduction, the paper reports soft rank DD9 with XRN×DX \in \mathbb{R}^{N \times D}0 versus hard rank XRN×DX \in \mathbb{R}^{N \times D}1 with XRN×DX \in \mathbb{R}^{N \times D}2. The stated functional forms are XRN×DX \in \mathbb{R}^{N \times D}3 with XRN×DX \in \mathbb{R}^{N \times D}4–XRN×DX \in \mathbb{R}^{N \times D}5, and XRN×DX \in \mathbb{R}^{N \times D}6 with XRN×DX \in \mathbb{R}^{N \times D}7–XRN×DX \in \mathbb{R}^{N \times D}8. Hard rank exhibits higher variance, occasional crossovers, and sensitivity to training transients.

After training stabilizes at roughly XRN×DX \in \mathbb{R}^{N \times D}9K steps, the width-normalized utilization exponents in LLaMA-130M Pre-LN converge to approximately NN0 and NN1. 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: NN2 and NN3.

Spectral Concentration is calibrated in the paper using synthetic spectra of the form NN4. Under that construction, NN5 increases monotonically with NN6 from approximately NN7 at NN8 to approximately NN9 at dd0. For dd1, at least dd2 variance resides in the top approximately dd3 principal components and is described as collapse; for dd4, at least dd5 of dimensions are required to explain approximately dd6 variance and this is described as dilution. Empirically, typical LLaMA-like activations exhibit dd7–dd8.

The representative eDim values reported in the paper are sublinear and remain a small fraction of dd9 across widths. For LLaMA-70M, illustrative layer-median eDim values are approximately DD0 DD1, DD2 DD3, DD4 DD5, DD6 DD7, DD8 DD9, D×DD \times D00 D×DD \times D01, D×DD \times D02 D×DD \times D03, and D×DD \times D04 D×DD \times D05. For LLaMA-130M the corresponding values are approximately D×DD \times D06, D×DD \times D07, D×DD \times D08, D×DD \times D09, D×DD \times D10, D×DD \times D11, D×DD \times D12, and D×DD \times D13. For LLaMA-250M they are approximately D×DD \times D14, D×DD \times D15, D×DD \times D16, D×DD \times D17, D×DD \times D18, D×DD \times D19, D×DD \times D20, and D×DD \times D21. 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 D×DD \times D22–D×DD \times D23, slightly improves hard-rank exponents to approximately D×DD \times D24–D×DD \times D25, but is prone to collapse in LLaMA-250M at larger widths, where perplexity spikes above D×DD \times D26. Mix-LN restores near-linear soft scaling, approximately D×DD \times D27–D×DD \times D28, and boosts hard scaling to approximately D×DD \times D29–D×DD \times D30. Adding WeightNorm or hyperspherical normalization in Post-LN LLaMA-250M prevents collapse and improves perplexity; the paper gives the example of D×DD \times D31 perplexity near D×DD \times D32 with WeightNorm versus approximately D×DD \times D33 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 D×DD \times D34 versus GPT-2’s approximately D×DD \times D35, and improves performance; the stated D×DD \times D36 perplexities are D×DD \times D37 for nGPT versus approximately D×DD \times D38–D×DD \times D39 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, D×DD \times D40 is low; if variance is spread too diffusely, D×DD \times D41 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 D×DD \times D42 drop beyond approximately D×DD \times D43–D×DD \times D44 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 eDimD×DD \times D45 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 D×DD \times D46 are identified as candidates for width reduction or structured pruning. If D×DD \times D47 is low and D×DD \times D48 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 D×DD \times D49K 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 D×DD \times D50M–D×DD \times D51M 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 D×DD \times D52 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

D×DD \times D53

with

D×DD \times D54

At a point D×DD \times D55, aggregate occupancy is

D×DD \times D56

the unit-spectrum-space occupancy is

D×DD \times D57

the unit-spectrum-space opportunity is

D×DD \times D58

and the unit-spectrum-space liability is

D×DD \times D59

Aggregated over a region, MUSE defines utilized, forbidden, and available spectrum-spaces as D×DD \times D60, D×DD \times D61, and D×DD \times D62, with the conservation law

D×DD \times D63

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:

D×DD \times D64

The receiver-level construction has two complementary forms. The Receiver Liability Index is

D×DD \times D65

while the Receiver Allowable-Opportunity Index is based on the summed positive interference opportunity and is normalized by D×DD \times D66. The system-level form is

D×DD \times D67

Related normalized fractions are D×DD \times D68 and D×DD \times D69.

The worked example reported with the MUSE framework uses a D×DD \times D70 km D×DD \times D71 D×DD \times D72 km region, a hexagonal grid with D×DD \times D73 unit regions of side D×DD \times D74 m, a unit frequency band of D×DD \times D75 MHz, and a unit time-quanta of D×DD \times D76 s, giving D×DD \times D77, D×DD \times D78, and D×DD \times D79. With D×DD \times D80 W and D×DD \times D81 dBm, D×DD \times D82 W per unit and D×DD \times D83 W·mD×DD \times D84. For one transmitter and one receiver, the quantified results are D×DD \times D85 W·mD×DD \times D86, D×DD \times D87 W·mD×DD \times D88, and D×DD \times D89 W·mD×DD \times D90. The derived indices are therefore D×DD \times D91, D×DD \times D92, D×DD \times D93, and D×DD \times D94.

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.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Spectral Utilization Index (SUI).