paper-with-me

Papers

Beyond Regular Grids: Fourier-Based Neural Operators on Arbitrary Domains

2023-05-31 · Levi Lingsch, Mike Y. Michelis, Emmanuel de Bezenac, Sirani M. Perera, Robert K. Katzschmann, Siddhartha Mishra

The computational efficiency of many neural operators, widely used for learning solutions of PDEs, relies on the fast Fourier transform (FFT) for performing spectral computations. As the FFT is limited to equispaced (rectangular) grids, this limits the efficiency of such neural operators when applied to problems where the input and output functions need to be processed on general non-equispaced point distributions. Leveraging the observation that a limited set of Fourier (Spectral) modes suffice to provide the required expressivity of a neural operator, we propose a simple method, based on the efficient direct evaluation of the underlying spectral transformation, to extend neural operators to arbitrary domains. An efficient implementation* of such direct spectral evaluations is coupled with existing neural operator models to allow the processing of data on arbitrary non-equispaced distributions of points. With extensive empirical evaluation, we demonstrate that the proposed method allows us to extend neural operators to arbitrary point distributions with significant gains in training speed over baselines while retaining or improving the accuracy of Fourier neural operators (FNOs) and related neural operators.

📄 PDF Abstract BibTeX arXiv:2305.19663

Code (2)

LeviLingsch/StructuredMatrixMethod 공식 구현 pytorch
camlab-ethz/dse-for-neuraloperators 공식 구현 pytorch

Tasks

Computational Efficiency

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Learning time-dependent PDE via graph neural networks and deep operator network for robust accuracy on irregular grids

2024-02-13 · Sung Woong Cho, Jae Yong Lee, Hyung Ju Hwang

Scientific computing using deep learning has seen significant advancements in recent years. There has been growing interest in models that learn the operator from the parameters of a partial differential equation (PDE) t…

Operator learning

Geometry-Informed Neural Operator for Large-Scale 3D PDEs

2023-09-01 · NeurIPS 2023 11

We propose the geometry-informed neural operator (GINO), a highly efficient approach to learning the solution operator of large-scale partial differential equations with varying geometries. GINO uses a signed distance fu…

GPU

Monte Carlo-Type Neural Operator for Differential Equations

2025-10-07 · Salah Eddine Choutri, Prajwal Chauhan, Othmane Mazhar, Saif Eddin Jabari arxiv

The Monte Carlo-type Neural Operator (MCNO) introduces a framework for learning solution operators of one-dimensional partial differential equations (PDEs) by directly learning the kernel function and approximating the a…

EqGINO: Equivariant Geometry-Informed Fourier Neural Operators for 3D PDEs

2026-06-02 · Sungwon Kim, Juho Song, Seungmin Shin, Guimok Cho 외 arxiv

Deep learning surrogates for 3D Partial Differential Equations (PDEs) often fail to generalize across geometric transformations because they depend heavily on specific coordinate systems. While equivariant networks offer…

Fourier Neural Operators with rank-1 lattice points and hyperbolic cross

2026-06-07 · Jakob Dilen, Alexander Keller, Frances Y. Kuo, Dirk Nuyens arxiv

The \emph{Fourier neural operator} (FNO) is a neural network architecture that learns mappings between function spaces. Its efficient implementation is based on the multi-dimensional Fourier transform. By deriving genera…