Papers
Topics
Authors
Recent
Search
2000 character limit reached

Learning Contractive Integral Operators with Fredholm Integral Neural Operators

Published 3 Apr 2026 in math.NA and cs.LG | (2604.03034v1)

Abstract: We generalize the framework of Fredholm Neural Networks, to learn non-expansive integral operators arising in Fredholm Integral Equations (FIEs) of the second kind in arbitrary dimensions. We first present the proposed Fredholm Integral Neural Operators (FREDINOs), for FIEs and prove that they are universal approximators of linear and non-linear integral operators and corresponding solution operators. We furthermore prove that the learned operators are guaranteed to be contractive, thereby strictly satisfying the mathematical property required for the convergence of the fixed point scheme. Finally, we also demonstrate how FREDINOs can be used to learn the solution operator of non-linear elliptic PDEs, via a Boundary Integral Equation (BIE) formulation. We assess the proposed methodology numerically, via several benchmark problems: linear and non-linear FIEs in arbitrary dimensions, as well as a non-linear elliptic PDE in 2D. Built on tailored mathematical/numerical analysis theory, FREDINOs offer high-accuracy approximations and interpretable schemes, making them well suited for scientific machine learning/numerical analysis computations.

Summary

  • The paper presents the FREDINO framework that models both linear and nonlinear contractive integral operators using neural networks to ensure fixed-point convergence.
  • It establishes universal approximation theorems that guarantee robust operator learning in arbitrary dimensions, addressing both integral equations and boundary-integral PDE formulations.
  • The methodology integrates contractivity-preserving regularization and block coordinate minimization, achieving low prediction errors and stable learning in high-dimensional settings.

Fredholm Integral Neural Operators for Contractive Operator Learning

Introduction

This paper introduces the Fredholm Integral Neural Operator (FREDINO) framework, targeting the learning and approximation of linear and nonlinear contractive integral operators—specifically those arising in Fredholm Integral Equations (FIEs) of the second kind—in arbitrary dimensions. Distinct from black-box neural operator approaches, FREDINOs enforce key mathematical properties such as contractivity, a vital requirement for fixed-point-based solution algorithms. The authors establish theoretical guarantees for universality, demonstrate contractivity-preserving regularization, and systematically extend the architecture to learning solution operators for both high-dimensional integral equations and nonlinear elliptic PDEs via boundary integral formulations.

Fredholm Neural Operators: Architecture and Methodology

The FREDINO framework generalizes earlier Fredholm Neural Network paradigms to directly learn both linear and nonlinear (non-expansive or contractive) integral operators by parameterizing the kernel and nonlinearity with neural networks. Rather than approximating the solution operator in a black-box fashion, FREDINO leverages the functional structure of the underlying integral equation to:

  • Model the unknown integral kernel K(x,z)K(x, z) and pointwise nonlinearity GG with neural networks KθK_\theta and GÏ‘G_\vartheta.
  • Embed these parameterizations into a custom neural architecture that mirrors the discretized successive approximation (or Picard–Krasnosel’skii–Mann) scheme.
  • Guarantee that the learned operator remains contractive (i.e., is a strict contraction or non-expansive), ensuring the convergence of the fixed-point scheme and solution operator.
  • Construct loss functions and regularization strategies that directly encode contractivity and integral equation satisfaction.

The following schematic, referenced as (Figure 1), succinctly illustrates the FREDINO framework for learning a parametric family of FIEs. Figure 1

Figure 1: Overview of the FREDINO architecture—training data couples functions gig_i and corresponding FIE solutions fif_i; the framework models the kernel and nonlinearity with neural networks, and saturates a Fredholm NN with these models during training.

Crucially, the architecture can be specialized: for linear IEs, the induced network is feedforward, whereas for nonlinear IEs, the architecture becomes recurrent, with the nonlinearity GG injected as a pointwise operation between iterations. The depth and structure are dictated by the required number of Picard iterates to achieve the desired accuracy.

Theoretical Results: Universality and Contractivity

A major contribution of the paper is establishing rigorous universal approximation theorems for both linear and nonlinear contractive integral operators and the associated solution operators within the FREDINO framework, extending earlier Fredholm Neural Network universality results to arbitrary dimension and operator type. Formally, the authors prove:

  • For any contractive (linear or nonlinear) integral operator T\mathcal{T} on L2(D)L^2(\mathcal{D}), the space of FREDINOs parameterized by neural networks KθK_\theta and GG0 is dense with respect to the strong operator topology.
  • The learned operator GG1—with appropriately regularized and norm-constrained parameterizations—preserves contractivity, a property critical for fixed-point convergence and solution continuity.
  • The corresponding Fredholm NN approximations converge to the fixed-point solution operator up to arbitrary precision, with explicit error bounds quantifying the contribution of approximation, discretization, and network depth.

This construction provides a functional-theoretic analogue to classical universal approximation theorems for NNs, but at the level of operator-valued mappings, with rigorous handling of the solution operator's stability and the role of contractivity.

Operator Learning: Optimization Formulation and Regularization

FREDINO learning is cast as an optimization over kernel and nonlinearity parameterizations, with a composite loss:

GG2

subject to GG3 to enforce contractivity. The Fredholm NN GG4 acts as a surrogate for the fixed-point solution map, populated by the current models GG5 (and GG6). Key methodological nuances include:

  • The connection between the contractivity constraint and the architecture: exceeding the contractive region leads to forward-pass instability.
  • The use of regularization (Tikhonov, integral operator norm) to break the non-uniqueness of inverse operator learning, select among infinitely many admissible kernels, and promote smoothness.
  • For nonlinear operators, alternating (block coordinate) minimization is employed to decouple the kernel and nonlinearity optimization, mitigating bias and improving convergence in the recurrent architecture.

Extension to Nonlinear Elliptic PDEs via Potential Theory

A central extension in the paper is applying the FREDINO framework to nonlinear elliptic PDEs in 2D by leveraging their boundary integral representations. The Potential Fredholm Neural Network (PFNN) is constructed by:

  • Modeling the double layer potential integral (the solution to the PDE) as a final layer following a Fredholm NN that solves the associated nonlinear BIE.
  • Parameterizing the fundamental solution (or its correction term) with neural networks to accommodate noncanonical elliptic operators and nonlinearities.

The PFNN schematic is shown as follows. Figure 2

Figure 2: Schematic of the PFNN—first component is a Fredholm NN solving the Boundary Integral Equation, with a final hidden layer computing the double layer potential and returning the PDE solution GG7.

This framework tackles the numerical challenges associated with singularities in the kernel and the weak formulation of the fundamental solution, providing an interpretable, mathematically informed operator-learning approach that ensures contractivity.

Numerical Experiments: High-dimensional and Nonlinear IEs, Elliptic PDEs

The efficacy and flexibility of FREDINOs are demonstrated in several challenging computational scenarios:

  • High-dimensional Linear FIEs: In dimensions up to GG8, FREDINOs are shown to learn non-separable, anisotropic kernels with strong accuracy, achieving mean relative GG9 errors on unseen test functions below KθK_\theta0. The learned operators maintain the contractivity property throughout training, as evidenced by the rapid decay of successive Picard iterates. Figure 3

Figure 3

Figure 3

Figure 3

Figure 3: Example linear FIE results—training loss evolution, solution prediction with error bands, operator contractivity metrics, and learned kernel contour.

Figure 4

Figure 4

Figure 4

Figure 4

Figure 4

Figure 4

Figure 4: High-dimensional linear FIE—solution alignment, error histograms, contractivity validation, and slices of the learned kernel in KθK_\theta1.

  • Nonlinear FIEs: The recurrent FREDINO architecture efficiently learns both kernel and complex nonlinearity (e.g., multi-modal Gaussian peaks), yielding median relative KθK_\theta2 test errors as low as KθK_\theta3, with the contractivity preserved over the operator family and robust generalization to unseen input functions. Figure 5

Figure 5

Figure 5

Figure 5

Figure 5

Figure 5

Figure 5: Nonlinear FIE—training loss, solution and absolute error comparisons, contraction demonstration, kernel recovery, and learned nonlinearity profile.

  • High-dimensional Nonlinear FIEs: Extending to KθK_\theta4, the approach maintains robust accuracy and stable learning, with a slight increase in error due to the increased input complexity. Figure 6

Figure 6

Figure 6

Figure 6

Figure 6

Figure 6

Figure 6

Figure 6: High-dimensional nonlinear FIE—loss, prediction, error, contraction, and slices of learned kernel and nonlinearity in high-dimensions.

  • Nonlinear Elliptic PDEs (2D): The PFNN readily captures the fixed-point structure of nonlinear PDE solution operators, including the singularity structure of the double layer potential, while maintaining contractivity and predictive accuracy on solution fields. Figure 7

Figure 7

Figure 7

Figure 7

Figure 7

Figure 7: Nonlinear PDE—training loss, solution and error contours, contractivity behavior, and boundary kernel structure.

Implications, Discussion, and Future Directions

The FREDINO framework represents a mathematically interpretable neural operator paradigm that systematically embeds well-posedness and convergence into operator learning architectures. By ensuring contractivity via architectural constraints and regularization, FREDINOs provide robust approximators of both linear and nonlinear integral operators and solution maps, with explicit error control and stable generalization properties.

Key implications include:

  • Operator Stability: Contractivity guarantees are crucial for scientific computing applications where solution stability, invertibility, and iterative convergence are non-negotiable.
  • Interpretable Network Design: The explicit mapping between operator theory and neural network architecture offers insight into the learned models and facilitates diagnosis and adaptation in scientific ML contexts.
  • Scaling to High Dimensions: Demonstrated numerical performance in KθK_\theta5 spaces indicates practical applicability to parameter-to-solution mappings arising in uncertainty quantification and multiscale modeling.
  • Extension to PDEs: The PFNN instantiation exhibits the power of this framework to encode physics and well-posedness in operator surrogates, opening avenues for data-driven, physics-informed PDE solvers.

Future work as indicated by the authors includes generalizations to higher-dimensional PDEs with singular kernel structures, further analysis of optimization dynamics in constrained operator learning, and scalable implementation in large-scale scientific computing.

Conclusion

Fredholm Integral Neural Operators offer a theoretically grounded and computationally practical approach to learning contractive linear and nonlinear integral operators, with strong universal approximation properties and embedded enforcement of solution stability. These architectures blur the line between numerical analysis-inspired design and neural operator learning, providing a foundation for reliable, interpretable, and high-dimensional operator modeling in scientific computing and beyond.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We found no open problems mentioned in this paper.

Collections

Sign up for free to add this paper to one or more collections.