HyperP Transfer Law in Deep Models
- The paper presents the HyperP Transfer Law, offering a closed-form prediction for optimal learning rates based on model depth, token count, and inherent hypersphere invariance.
- It reveals that weight decay becomes a first-order no-op under Frobenius-sphere constraints, ensuring stable and regularized parameter updates without extra tuning.
- Depth-multipliers and the SqrtGate mechanism enhance stability and compute efficiency, achieving R² > 0.99 accuracy and transferring hyperparameters effectively across scales.
The term "HyperP Transfer Law" encompasses a range of rigorous transfer laws and scaling formalisms emerging in diverse fields, unified by their connection to hyperbolic or hypersphere optimization, hyperbolic transport equations, or hyperbolic medium properties. Several research frontiers use this term to denote closed-form scaling relations or governing equations that fundamentally mediate the transfer (of information, energy, or heat) in systems with hyperbolic structure or constraints.
1. Learning Rate Scaling Laws in Hypersphere-Constrained Deep Models
The central instance of the HyperP Transfer Law arises in large-scale neural network training, specifically within the Hypersphere Parameterization ("HyperP") framework employing the Muon optimizer under a Frobenius-sphere constraint (Ren et al., 30 Mar 2026). Here, the law provides a closed-form prediction for the optimal base learning rate , incorporating model depth , training token count , and Mixture-of-Experts (MoE) granularity : with . Notably, this law exhibits the following key properties:
- Separable Power-Law Exponents: Zero dependence on width () and MoE granularity () due to Frobenius-norm invariance (Thm 2) and SqrtGate-ensured output RMS regularization, respectively.
- Depth and Data Scaling: scaling arises from depth-wise update normalization, whereas the "magic" data exponent aligns with that empirically observed for AdamW optimizers.
- Universality and Transferability: A single 0 identified at low (1) scale enables transfer of hyperparameters across diverse model and data scales without retuning, maintaining optimality up to 2 FLOPs.
Empirical validation confirms 3 on this law's predictions for 4 across extensive depth and data sweeps (Ren et al., 30 Mar 2026).
2. Structural Constraints and No-Op Property of Weight Decay
Within the HyperP framework, weight matrices are projected onto a fixed-norm hypersphere, resulting in a tangential-only update rule: 5 where 6 denotes the Frobenius-sphere tangent plane projection. Crucially, weight decay in the optimizer update is shown to be a first-order no-op under this constraint: 7 rendering the 8 contribution null. This structural feature provides stability and obviates the need for explicit weight decay regularization (Ren et al., 30 Mar 2026).
3. Depth-9P Scaling and Per-Parameter LR Multipliers
Despite optimizer-induced update normalization, model-depth sensitivity persists, necessitating "Depth-0P" scaling. Explicitly, per-parameter learning-rate multipliers scale as 1 for embedding and unembedding matrices, and as 2 for hidden weight matrices—mirroring the primary HyperP learning rate law. This ensures stability and transferability of optimization dynamics across architectures of varying depth (Ren et al., 30 Mar 2026).
4. Empirical Verification and Compute Efficiency
Methodical grid sweeps and cross-validation demonstrate the law's predictive reliability:
- Learning Rate Fit: 3 for 4 (tokens), median absolute error under 1.5%.
- Compute Leverage: Compute-efficiency leverage of 5 over a strong Muon baseline at 6 FLOPs.
- Stability Across Depths: Transfer of a single tuned base learning rate across 7 maintains optimality, whereas non-HyperP approaches display up to 8 variation in optimal rate.
These findings validate the law’s robustness and practical scalability (Ren et al., 30 Mar 2026).
5. SqrtGate for MoE Granularity-Invariant Scaling
The SqrtGate mechanism addresses the instability of output root-mean-square (RMS) values in standard MoE gating under variable granularity 9. While naive routing yields
0
SqrtGate modifies gating weights via 1: 2 achieving granularity invariance and improving both performance and expert balance for large auxiliary load-balancing coefficients (robust up to 3) (Ren et al., 30 Mar 2026).
6. Stability Metrics Under Frobenius-Sphere Constraint
The HyperP formalism enforces non-increasing and bounded instability metrics with scaling:
- Attention/router Z-values, indicating logit nonlinearity, decrease with increasing depth.
- Output RMS and outlier activation fraction both decline with scale.
- Theoretical estimates confirm that the maximum output and logit values are 4 and bounded in 5 due to sphere-constrained norm preservation (Ren et al., 30 Mar 2026).
The empirical evidence demonstrates that six critical metrics (Z-values, output RMS for residual branches, outlier fraction) remain stable or improve under compute scaling, a significant advance for high-scaling MoE architectures.
Table: Core Elements of HyperP Transfer Law for LLM Scaling
| Component | Scaling Law / Principle | Empirical Result |
|---|---|---|
| Base learning rate | 6 | 7 on 8 prediction |
| Weight decay | Null on Frobenius sphere | Eliminated in optimizer |
| Depth sensitivity | Depth-9P multipliers 0 | Essential for stability |
| SqrtGate (MoE) | Gating weights 1 | Output RMS granularity-invariant |
| Stability indicators | Bounded/non-increasing with depth/scale | Outlier %, Z-values decline with 2 |
7. Broader Context and Related Definitions
The term "HyperP Transfer Law" is also used in several other domains, including:
- MHD Turbulence: Describes the third-order Yaglom law in hyperviscous MHD turbulence, relating structure functions to energy transfer (Jiang et al., 2022).
- Hyperbolic Heat Conduction: Governs causal finite-speed heat transfer via hyperbolic (Cattaneo–Vernotte) equations and generalizations for compressible fluids (Scharf, 2016, Dhaouadi et al., 2023).
- Radiative Transfer in Hyperbolic Metamaterials: Quantifies thermal hyper-conductivity surpassing the Stefan–Boltzmann law due to diverging photonic DOS in hyperbolic bands (Narimanov et al., 2011, Messina et al., 2016).
While details of the underlying functional forms, fields, or operators differ across fields, the root principle of the HyperP Transfer Law is to provide a closed, often universal solution (power law or PDE) governing optimal transfer rates or stability conditions in hyperbolic-structured systems.
References
- "Rethinking LLM Scaling under Transferable Hypersphere Optimization" (Ren et al., 30 Mar 2026)
- "Energy transfer and third-order law in forced anisotropic MHD turbulence with hyperviscosity" (Jiang et al., 2022)
- "Approach to steady state in the heat equation and the hyperbolic heat transfer equation" (Scharf, 2016)
- "Beyond Stefan-Boltzmann Law: Thermal Hyper-Conductivity" (Narimanov et al., 2011)
- "Hyperbolic waveguide for long-distance transport of near-field heat flux" (Messina et al., 2016)
- "An Eulerian hyperbolic model for heat transfer derived via Hamilton's principle" (Dhaouadi et al., 2023)