Search papers, labs, and topics across Lattice.
This paper introduces Calibrated Harmonic Overlaid Implicit Neural Representations (CHOIR), which addresses optimization instability in traditional implicit neural representations (INRs) that rely on periodic activation functions. By employing Coordinated Harmonic Superposition (CHS) instead of function composition, CHOIR enhances stability when scaling network depth, while Perceptual Spectrum Calibration (PSC) effectively mitigates spectrum bias by aligning the spectrum with a log-uniform distribution. Experimental results demonstrate that CHOIR outperforms existing state-of-the-art methods in various multi-dimensional data recovery tasks, showcasing its robustness and efficiency.
CHOIR achieves superior performance in multi-dimensional data recovery by stabilizing optimization and calibrating spectrum bias, outperforming traditional INRs.
Implicit neural representation (INR) has emerged as a powerful prior for multi-dimensional data (e.g., multispectral images and videos). However, most INR methods employing periodic activation functions (e.g., Sine) predominantly rely on function composition. This mechanism introduces optimization instability as network depth increases, thereby limiting their performance. Meanwhile, these methods fail to incorporate proper physical priors to effectively alleviate spectrum bias. To address these issues, inspired by the commonalities between deep periodic networks and generalized Fourier series, we propose a novel Calibrated Harmonic Overlaid Implicit Neural Representation (CHOIR). Specifically, we utilize Coordinated Harmonic Superposition (CHS) to replace the conventional function composition used in most INRs, thereby ensuring optimization stability when scaling network depth. Furthermore, we introduce a Perceptual Spectrum Calibration (PSC) to mitigate spectrum bias. This calibration embeds the ubiquitous power-law spectrum prior of natural images and adjusts the globally fixed spectrum towards a physically plausible log-uniform distribution. Extensive experiments on various multidimensional data recovery problems demonstrate that our method achieves superior performance over state-of-the-art approaches. Code is available at https://github.com/chorl0229/CHOIR.