Inverse Born series based neural operators
arXiv:2608.18262
2026
Architecture
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper exposes a useful architectural pattern: inverse Born expansions represent a nonlinear inverse map as compositions of linear operators and multilinear interaction terms, and those interactions can be implemented explicitly rather than left to a generic neural operator. The extracted construction realizes products exactly with a small square-activation subnetwork, then uses these products to assemble basis-expansion terms involving measured data and oscillatory test functions. This suggests a structured polynomial neural operator whose order and truncation are controlled by the Born expansion, improving parameter efficiency and interpretability for inverse problems. The most practical first test is to replace the pointwise MLP in a Fourier neural operator with explicit bilinear operator blocks and compare accuracy, parameter count, and stability under measurement noise.
Ideas from this paper
Unverified
2026
Build each nonlinear correction in an inverse neural operator from explicit bilinear products of learned operator features, following the inverse Born expansion instead of using an unconstrained pointwise MLP. Use a square activation to implement multiplication exactly, and truncate the interaction order so the model has a controllable polynomial structure.
Useful6/10
Difficulty5/10
Novelty6/10