paper-with-me

Papers

SVD-NO: Learning PDE Solution Operators with SVD Integral Kernels

2025-11-13 · Noam Koren, Ralf J. J. Mackenbach, Ruud J. G. van Sloun, Kira Radinsky, Daniel Freedman arxiv

Neural operators have emerged as a promising paradigm for learning solution operators of partial differential equa- tions (PDEs) directly from data. Existing methods, such as those based on Fourier or graph techniques, make strong as- sumptions about the structure of the kernel integral opera- tor, assumptions which may limit expressivity. We present SVD-NO, a neural operator that explicitly parameterizes the kernel by its singular-value decomposition (SVD) and then carries out the integral directly in the low-rank basis. Two lightweight networks learn the left and right singular func- tions, a diagonal parameter matrix learns the singular values, and a Gram-matrix regularizer enforces orthonormality. As SVD-NO approximates the full kernel, it obtains a high de- gree of expressivity. Furthermore, due to its low-rank struc- ture the computational complexity of applying the operator remains reasonable, leading to a practical system. In exten- sive evaluations on five diverse benchmark equations, SVD- NO achieves a new state of the art. In particular, SVD-NO provides greater performance gains on PDEs whose solutions are highly spatially variable. The code of this work is publicly available at https://github.com/2noamk/SVDNO.git.

📄 PDF Abstract BibTeX arXiv:2511.10025

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Operators with Localized Integral and Differential Kernels

2024-02-26 · Miguel Liu-Schiaffini, Julius Berner, Boris Bonev, Thorsten Kurth 외

Neural operators learn mappings between function spaces, which is practical for learning solution operators of PDEs and other scientific modeling applications. Among them, the Fourier neural operator (FNO) is a popular a…

Operator learning

Nonparametric learning of kernels in nonlocal operators

2022-05-23 · Fei Lu, Qingci An, Yue Yu

Nonlocal operators with integral kernels have become a popular tool for designing solution maps between function spaces, due to their efficiency in representing long-range dependence and the attractive feature of being r…

A Spectral Analysis of Dot-product Kernels

2020-02-28 · Meyer Scetbon, Zaid Harchaoui

We present eigenvalue decay estimates of integral operators associated with compositional dot-product kernels. The estimates improve on previous ones established for power series kernels on spheres. This allows us to obt…

RKHS Representation of Algebraic Convolutional Filters with Integral Operators

2026-02-22 · Alejandro Parada-Mayorga, Alejandro Ribeiro, Juan Bazerque arxiv

Integral operators play a central role in signal processing, underpinning classical convolution, and filtering on continuous network models such as graphons. While these operators are traditionally analyzed through spect…

SFO: Learning PDE Operators via Spectral Filtering

2026-01-23 · Noam Koren, Rafael Moschopoulos, Kira Radinsky, Elad Hazan arxiv

Partial differential equations (PDEs) govern complex systems, yet neural operators often struggle to efficiently capture the long-range, nonlocal interactions inherent in their solution maps. We introduce Spectral Filter…