HOSC: A Periodic Activation with Saturation Control for High-Fidelity Implicit Neural Representations
Michal Jan Wlodarczyk, Danzel Serrano, Przemyslaw Musialski
TL;DR
Implicit neural representations suffer from spectral bias and gradient instability, motivating a need for explicit gradient control. We propose HOSC, a periodic activation $\text{HOSC}_\beta(x)=\tanh(\beta \sin(\omega_0 x))$ that yields a tight activation Lipschitz bound $L_{\text{act}}=\beta\omega_0$, decoupling spectral support from gradient scale. We provide analytic gradient bounds, NTK insights, and comprehensive experiments across images, audio, video, NeRFs, and SDFs, demonstrating robust improvements—especially in high-frequency or high-gradient regimes—and practical hyperparameter guidance. The activation is a simple drop-in replacement for SIREN that is compatible with existing encodings and architectures, enabling multi-modal INR performance with controlled stability and locality. The results suggest that explicit gradient control via activation design is a valuable, orthogonal complement to frequency-based INR strategies and encodings, with potential for future extensions like learnable carriers or spatially adaptive gating.
Abstract
Periodic activations such as sine preserve high-frequency information in implicit neural representations (INRs) through their oscillatory structure, but often suffer from gradient instability and limited control over multi-scale behavior. We introduce the Hyperbolic Oscillator with Saturation Control (HOSC) activation, $\text{HOSC}(x) = \tanh\bigl(β\sin(ω_0 x)\bigr)$, which exposes an explicit parameter $β$ that controls the Lipschitz bound of the activation by $βω_0$. This provides a direct mechanism to tune gradient magnitudes while retaining a periodic carrier. We provide a mathematical analysis and conduct a comprehensive empirical study across images, audio, video, NeRFs, and SDFs using standardized training protocols. Comparative analysis against SIREN, FINER, and related methods shows where HOSC provides substantial benefits and where it achieves competitive parity. Results establish HOSC as a practical periodic activation for INR applications, with domain-specific guidance on hyperparameter selection. For code visit the project page https://hosc-nn.github.io/ .
