CauchyNet: Compact and Data-Efficient Learning using Holomorphic Activation Functions
Hong-Kun Zhang, Xin Li, Sikun Yang, Zhihong Xia
TL;DR
CauchyNet tackles data-scarce learning and edge-edge deployment by embedding real inputs into the complex plane and employing a holomorphic, inversion-based activation inspired by Cauchy’s integral formula. The model uses complex-valued parameters, a single hidden layer, and a real-valued output with an auxiliary imaginary penalty to stabilize learning, achieving a compact parameter footprint and robust performance on near-singular and missing-data tasks. Theoretical guarantees come from a Cauchy kernel-based universal approximation framework, while empirical results demonstrate strong accuracy and efficiency across 1D and 2D function approximation, missing-data imputation, and constrained forecasting, often outperforming larger baselines with far fewer parameters. This holomorphic-inductive bias enables stable gradient flow, efficient backpropagation via Wirtinger calculus, and practical applicability to resource-constrained predictive modeling and scientific computing.
Abstract
A novel neural network inspired by Cauchy's integral formula, is proposed for function approximation tasks that include time series forecasting, missing data imputation, etc. Hence, the novel neural network is named CauchyNet. By embedding real-valued data into the complex plane, CauchyNet efficiently captures complex temporal dependencies, surpassing traditional real-valued models in both predictive performance and computational efficiency. Grounded in Cauchy's integral formula and supported by the universal approximation theorem, CauchyNet offers strong theoretical guarantees for function approximation. The architecture incorporates complex-valued activation functions, enabling robust learning from incomplete data while maintaining a compact parameter footprint and reducing computational overhead. Through extensive experiments in diverse domains, including transportation, energy consumption, and epidemiological data, CauchyNet consistently outperforms state-of-the-art models in predictive accuracy, often achieving a 50% lower mean absolute error with fewer parameters. These findings highlight CauchyNet's potential as an effective and efficient tool for data-driven predictive modeling, particularly in resource-constrained and data-scarce environments.
