LGNAMay 17, 2024

Function Extrapolation with Neural Networks and Its Application for Manifolds

arXiv:2405.10563v13 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses function extrapolation challenges in machine learning, particularly for general subdomains like manifolds, though it appears incremental compared to existing time-series methods.

The paper tackles the problem of estimating functions on one domain using only discrete samples from another domain, achieving improved accuracy and robustness through a novel neural network approach with an enhanced loss function.

This paper addresses the problem of accurately estimating a function on one domain when only its discrete samples are available on another domain. To answer this challenge, we utilize a neural network, which we train to incorporate prior knowledge of the function. In addition, by carefully analyzing the problem, we obtain a bound on the error over the extrapolation domain and define a condition number for this problem that quantifies the level of difficulty of the setup. Compared to other machine learning methods that provide time series prediction, such as transformers, our approach is suitable for setups where the interpolation and extrapolation regions are general subdomains and, in particular, manifolds. In addition, our construction leads to an improved loss function that helps us boost the accuracy and robustness of our neural network. We conduct comprehensive numerical tests and comparisons of our extrapolation versus standard methods. The results illustrate the effectiveness of our approach in various scenarios.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes