LGIVMar 22, 2025

Enhancing Fourier Neural Operators with Local Spatial Features

arXiv:2503.17797v212 citationsh-index: 49
Originality Incremental advance
AI Analysis

This work addresses a critical limitation in PDE solving for scientific computing by enhancing FNOs with local features, though it is incremental as it builds on existing FNO methods.

The authors tackled the problem of Fourier Neural Operators (FNOs) overlooking local spatial features in PDE solving by introducing a CNN-based pre-extractor to capture these features, resulting in a hybrid Conv-FNO architecture that significantly improves performance on challenging PDE benchmarks.

Partial Differential Equation (PDE) problems often exhibit strong local spatial structures, and effectively capturing these structures is critical for approximating their solutions. Recently, the Fourier Neural Operator (FNO) has emerged as an efficient approach for solving these PDE problems. By using parametrization in the frequency domain, FNOs can efficiently capture global patterns. However, this approach inherently overlooks the critical role of local spatial features, as frequency-domain parameterized convolutions primarily emphasize global interactions without encoding comprehensive localized spatial dependencies. Although several studies have attempted to address this limitation, their extracted Local Spatial Features (LSFs) remain insufficient, and computational efficiency is often compromised. To address this limitation, we introduce a convolutional neural network (CNN)-based feature pre-extractor to capture LSFs directly from input data, resulting in a hybrid architecture termed \textit{Conv-FNO}. Furthermore, we introduce two novel resizing schemes to make our Conv-FNO resolution invariant. In this work, we focus on demonstrating the effectiveness of incorporating LSFs into FNOs by conducting both a theoretical analysis and extensive numerical experiments. Our findings show that this simple yet impactful modification enhances the representational capacity of FNOs and significantly improves performance on challenging PDE benchmarks.

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