PRISM: Structured Optimization via Anisotropic Spectral Shaping
Yujie Yang
TL;DR
PRISM introduces innovation-augmented spectral shaping to incorporate partial second-order information into the Muon-style spectral descent framework. By forming an innovation-augmented momentum and applying a polar decomposition, PRISM yields a preconditioner $P_t^{PRISM} = (M_t^T M_t + \gamma^2 D_t^T D_t)^{-1/2}$, enabling anisotropic spectral gains that damp high-variance directions while preserving signal directions. This results in a quasi-second-order method with negligible overhead and zero extra memory, improving convergence and stability on large-scale non-convex losses. Empirical results on causal language model pre-training show PRISM outperforms Muon and AdamW, with robustness across damping parameters and wider stable learning-rate ranges.
Abstract
We propose PRISM, an optimizer that enhances first-order spectral descent methods like Muon with partial second-order information. It constructs an efficient, low-rank quasi-second-order preconditioner via innovation-augmented polar decomposition. This mechanism enables PRISM to perform anisotropic spectral shaping, which adaptively suppresses updates in high-variance subspaces while preserving update strength in signal-dominated directions. Crucially, this is achieved with minimal computational overhead and zero additional memory compared to first-order baselines. PRISM demonstrates a practical strategy for integrating curvature-adaptive properties into the spectral optimization paradigm.
