CVDec 16, 2025

Optimizing Rank for High-Fidelity Implicit Neural Representations

arXiv:2512.14366v15 citationsh-index: 30
Originality Highly original
AI Analysis

This addresses a fundamental limitation in INR training for high-fidelity signal representation across domains like images and view synthesis, offering a novel optimization approach rather than architectural changes.

The paper challenges the belief that vanilla MLPs cannot represent high-frequency content in Implicit Neural Representations, showing that rank degradation during training is the issue, and regulating rank improves fidelity, achieving up to 9 dB PSNR gains over prior state-of-the-art.

Implicit Neural Representations (INRs) based on vanilla Multi-Layer Perceptrons (MLPs) are widely believed to be incapable of representing high-frequency content. This has directed research efforts towards architectural interventions, such as coordinate embeddings or specialized activation functions, to represent high-frequency signals. In this paper, we challenge the notion that the low-frequency bias of vanilla MLPs is an intrinsic, architectural limitation to learn high-frequency content, but instead a symptom of stable rank degradation during training. We empirically demonstrate that regulating the network's rank during training substantially improves the fidelity of the learned signal, rendering even simple MLP architectures expressive. Extensive experiments show that using optimizers like Muon, with high-rank, near-orthogonal updates, consistently enhances INR architectures even beyond simple ReLU MLPs. These substantial improvements hold across a diverse range of domains, including natural and medical images, and novel view synthesis, with up to 9 dB PSNR improvements over the previous state-of-the-art. Our project page, which includes code and experimental results, is available at: (https://muon-inrs.github.io).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes