ICML2026

NeurOCNN: A Neural-Operator-Based Model for Physiological Time Series

Daya Kumar, Uday Devulapalli, Aarat Satsangi, Apurva Narayan

Abstract

Neural operators have become a central tool in scientific machine learning for learning discretization-consistent solution operators, achieving strong results on partial differential equation (PDE) benchmarks. Physiological time series, however, are highly nonstationary and dominated by localized transient events, properties that can challenge both PDE-oriented neural operators and conventional deep models. We propose NeurOCNN, a neural-operator-based model for physiological signals that learns a robust function-to-label mapping. NeurOCNN integrates continuous-time, spline-parameterized convolutions to capture localized morphology with Fourier projection pooling for variable-to-fixed dimensional mapping, thereby enabling robust, discretization-invariant inference under zero-shot sampling-rate shifts. Empirically, NeurOCNN outperforms standard neural-operator baselines, achieves performance comparable to state-of-the-art methods, and maintains stable accuracy across multiple previously unseen evaluation sampling rates. The code is available at https://github.com/Idsl-group/NeurOCNN.