CVFeb 2, 2025

STAF: Sinusoidal Trainable Activation Functions for Implicit Neural Representation

arXiv:2502.00869v26 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

This addresses the capacity-convergence tradeoff for researchers and practitioners in computer vision and graphics, offering a robust solution to spectral bias, though it is an incremental improvement over existing frequency-based methods.

The paper tackles the spectral bias limitation in Implicit Neural Representations (INRs) by introducing Sinusoidal Trainable Activation Functions (STAF), which adaptively learn frequency components to improve signal representation, resulting in consistent outperformance of state-of-the-art methods in accuracy and reconstruction fidelity across tasks like shape, image, audio, super-resolution, denoising, and NeRF.

Implicit Neural Representations (INRs) have emerged as a powerful framework for modeling continuous signals. The spectral bias of ReLU-based networks is a well-established limitation, restricting their ability to capture fine-grained details in target signals. While previous works have attempted to mitigate this issue through frequency-based encodings or architectural modifications, these approaches often introduce additional complexity and do not fully address the underlying challenge of learning high-frequency components efficiently. We introduce Sinusoidal Trainable Activation Functions (STAF), designed to directly tackle this limitation by enabling networks to adaptively learn and represent complex signals with higher precision and efficiency. STAF inherently modulates its frequency components, allowing for self-adaptive spectral learning. This capability significantly improves convergence speed and expressivity, making STAF highly effective for both signal representations and inverse problems. Through extensive evaluations across a range of tasks, including signal representation (shape, image, audio) and inverse problems (super-resolution, denoising), as well as neural radiance fields (NeRF), we demonstrate that STAF consistently outperforms state-of-the-art methods in accuracy and reconstruction fidelity. These results establish STAF as a robust solution to spectral bias and the capacity--convergence tradeoff, with broad applicability in computer vision and graphics. Our codebase is publicly accessible at https://github.com/AlirezaMorsali/STAF.

Code Implementations1 repo
Foundations

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

Your Notes