pith. sign in

arxiv: 2512.14366 · v2 · pith:FSXRBUYLnew · submitted 2025-12-16 · 💻 cs.CV

Optimizing Rank for High-Fidelity Implicit Neural Representations

classification 💻 cs.CV
keywords high-frequencymlpsrankarchitecturalarchitecturescontentduringeven
0
0 comments X
read the original abstract

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 over the same architecture. Code is available at (https://rank-inrs.github.io).

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. What Cohort INRs Encode and Where to Freeze Them

    cs.LG 2026-05 unverdicted novelty 7.0

    Optimal INR freeze depth matches highest weight stable rank layer; SAEs reveal SIREN atoms are localized while FFMLP atoms trace cohort contours with causal impact on PSNR.

  2. Frequency-Decomposed INR for NIR-Assisted Low-Light RGB Image Denoising

    cs.CV 2026-04 unverdicted novelty 6.0

    FDINR decomposes RGB-NIR pairs into frequency components via wavelets and employs dual-branch INR with cross-modal supervision and adaptive uncertainty loss to restore low-light images while enabling arbitrary-resolut...

  3. Benchmarking Optimizers for MLPs in Tabular Deep Learning

    cs.LG 2026-04 unverdicted novelty 6.0

    Muon optimizer outperforms AdamW across 17 tabular datasets when training MLPs under a shared protocol.