Worst-case Nonlinear Regression with Error Bounds
Abstract
We propose an active-learning method for nonlinear minimax regression. Given a nonlinear function that can be arbitrarily evaluated over a compact set, we fit a surrogate model, such as a feedforward neural network, by minimizing the maximum absolute approximation error. To handle the nonsmoothness of this worst-case loss, we introduce a smooth approximation that enables efficient gradient-based training. The training set is iteratively enriched by querying points of largest error via global optimization. We also derive constant and input-dependent worst-case error bounds over the entire input domain. The approach is validated on approximations of nonlinear functions and nonconvex sets, uncertain models of nonlinear dynamics, and explicit model predictive control laws. A Python library is available at https://github.com/bemporad/maxfit.
Cite
@article{arxiv.2601.12334,
title = {Worst-case Nonlinear Regression with Error Bounds},
author = {Alberto Bemporad},
journal= {arXiv preprint arXiv:2601.12334},
year = {2026}
}
Comments
23 pages, 7 figures