Learning High-Frequency Functions Made Easy with Sinusoidal Positional Encoding
Chuanhao Sun, Zhihang Yuan, Kai Xu, Luo Mai, N. Siddharth, Shuo Chen, Mahesh K. Marina
TL;DR
This work tackles the brittleness of Fourier-feature-based positional encodings (PE) in learning high-frequency functions due to fixed frequency choices and hyperparameter sensitivity. It introduces Sinusoidal Positional Encoding (SPE), a trainable, adaptive-frequency PE defined by $\mathrm{SPE}(\mathbf{x})=\sin(\boldsymbol{\omega}\mathrm{PE}(\mathbf{x}))$, which can be plugged into existing architectures with minimal changes. Across few-view NeRF, Text-to-Speech, and NTK-based 1D regression, SPE yields higher fidelity and faster convergence without task-specific tuning, and it provides quantitative metrics (WDPR, RWDE) to assess learned frequency content. The results demonstrate SPE as a robust, generalizable tool for efficient high-frequency learning in data-limited regimes, with broad practical impact for rendering, synthesis, and regression tasks.
Abstract
Fourier features based positional encoding (PE) is commonly used in machine learning tasks that involve learning high-frequency features from low-dimensional inputs, such as 3D view synthesis and time series regression with neural tangent kernels. Despite their effectiveness, existing PEs require manual, empirical adjustment of crucial hyperparameters, specifically the Fourier features, tailored to each unique task. Further, PEs face challenges in efficiently learning high-frequency functions, particularly in tasks with limited data. In this paper, we introduce sinusoidal PE (SPE), designed to efficiently learn adaptive frequency features closely aligned with the true underlying function. Our experiments demonstrate that SPE, without hyperparameter tuning, consistently achieves enhanced fidelity and faster training across various tasks, including 3D view synthesis, Text-to-Speech generation, and 1D regression. SPE is implemented as a direct replacement for existing PEs. Its plug-and-play nature lets numerous tasks easily adopt and benefit from SPE.
