Integrating Locality-Aware Attention with Transformers for General Geometry PDEs
Minsu Koh, Beom-Chul Park, Heejo Kong, Seong-Whan Lee
TL;DR
This work tackles learning operators for PDEs on complex geometries where traditional Fourier-based methods struggle due to irregular meshes. It introduces LA2Former, a Transformer-based neural operator that fuses a locality-aware KNN patching scheme with a Global-Local Attention (GLA) module to capture both fine-scale local dynamics and long-range correlations efficiently. Empirically, LA2Former achieves state-of-the-art accuracy on several benchmarks (Elasticity, Plasticity, Airfoil, Darcy) and exhibits substantial error reductions over existing linear-attention methods, while maintaining lower computational costs than full pairwise attention. The results demonstrate that integrating localized feature learning with global context is crucial for accurate PDE solving on heterogeneous domains, with practical implications for scalable simulations on complex geometries.
Abstract
Neural operators have emerged as promising frameworks for learning mappings governed by partial differential equations (PDEs), serving as data-driven alternatives to traditional numerical methods. While methods such as the Fourier neural operator (FNO) have demonstrated notable performance, their reliance on uniform grids restricts their applicability to complex geometries and irregular meshes. Recently, Transformer-based neural operators with linear attention mechanisms have shown potential in overcoming these limitations for large-scale PDE simulations. However, these approaches predominantly emphasize global feature aggregation, often overlooking fine-scale dynamics and localized PDE behaviors essential for accurate solutions. To address these challenges, we propose the Locality-Aware Attention Transformer (LA2Former), which leverages K-nearest neighbors for dynamic patchifying and integrates global-local attention for enhanced PDE modeling. By combining linear attention for efficient global context encoding with pairwise attention for capturing intricate local interactions, LA2Former achieves an optimal balance between computational efficiency and predictive accuracy. Extensive evaluations across six benchmark datasets demonstrate that LA2Former improves predictive accuracy by over 50% relative to existing linear attention methods, while also outperforming full pairwise attention under optimal conditions. This work underscores the critical importance of localized feature learning in advancing Transformer-based neural operators for solving PDEs on complex and irregular domains.
