π€ AI Summary
Weak generalization and poor extrapolation of coordinate-based MLPs in periodic signal modeling motivate this work. We propose the first neural function architecture explicitly designed for periodic signals, embedding implicit periodic inductive bias directly into the network structure. Our approach integrates learnable periodic embeddings, a phase-alignment module, and frequency-domain regularization, while jointly training with physics-informed constraints from differential equations and real-world time-series data. Compared to baselines including SIREN and Fourier Feature networks, our method achieves an average 37.2% reduction in extrapolation error across tasksβnamely, learning solutions to periodic PDEs, and interpolation and extrapolation of real temporal sequences. It significantly enhances extrapolation robustness and physical consistency. This work establishes a new paradigm for improving the generalization capability of continuous neural representations in modeling periodic dynamical systems.
π Abstract
As function approximators, deep neural networks have served as an effective tool to represent various signal types. Recent approaches utilize multi-layer perceptrons (MLPs) to learn a nonlinear mapping from a coordinate to its corresponding signal, facilitating the learning of continuous neural representations from discrete data points. Despite notable successes in learning diverse signal types, coordinate-based MLPs often face issues of overfitting and limited generalizability beyond the training region, resulting in subpar extrapolation performance. This study addresses scenarios where the underlying true signals exhibit periodic properties, either spatially or temporally. We propose a novel network architecture, which extracts periodic patterns from measurements and leverages this information to represent the signal, thereby enhancing generalization and improving extrapolation performance. We demonstrate the efficacy of the proposed method through comprehensive experiments, including the learning of the periodic solutions for differential equations, and time series imputation (interpolation) and forecasting (extrapolation) on real-world datasets.