paper-with-me

Papers

LLT: Local Linear Transformer for PDE Operator Learning

2026-07-04 · Oded Ovadia, Eli Turkel arxiv

Neural operators have become a common approach for learning PDE solution maps and accelerating numerical simulations. Transformer-based neural operators are of particular interest, since attention can learn long-range dependencies in the computational domain. However, standard attention has two major limitations when applied to PDEs: it scales quadratically with the number of computational nodes, and it lacks an explicit bias toward local interactions. To address these issues, we introduce Local Linear Transformer (LLT) for PDE operator learning. The architecture combines linear global attention with local spatial mixing, and incorporates coordinate and geometry information. We evaluate LLT on several PDE problems, including elasticity, plasticity, airfoil flow, pipe flow, and Darcy flow. The reference data for these problems span finite-element, finite-volume, and finite-difference discretizations on structured and unstructured meshes. Compared with other neural-operator and transformer baselines from prior studies, LLT achieves competitive or lower relative $L_2$ error across these problems. On matched structured discretizations, wall-clock time per training iteration is reduced by factors of 1.8 to 2.5 relative to Transolver. We also scale the approach and apply it to a three-dimensional car aerodynamics dataset with 32,186 unstructured mesh points per sample. Together, these results indicate that LLT provides an accurate and computationally efficient operator for PDE problems across discretizations, mesh types, and problem settings.

📄 PDF Abstract BibTeX arXiv:2607.07718

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Integrating Locality-Aware Attention with Transformers for General Geometry PDEs

2025-04-18 · Minsu Koh, Beom-Chul Park, Heejo Kong, Seong-Whan Lee

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 t…

Computational Efficiency

SAOT: An Enhanced Locality-Aware Spectral Transformer for Solving PDEs

2025-11-24 · Chenhong Zhou, Jie Chen, Zaifeng Yang arxiv

Neural operators have shown great potential in solving a family of Partial Differential Equations (PDEs) by modeling the mappings between input and output functions. Fourier Neural Operator (FNO) implements global convol…

Characterizing the Expressivity of Local Attention in Transformers

2026-05-01 · Jiaoda Li, Ryan Cotterell arxiv

The transformer is the most popular neural architecture for language modeling. The cornerstone of the transformer is its global attention mechanism, which lets the model aggregate information from all preceding tokens be…

GITO: Graph-Informed Transformer Operator for Learning Complex Partial Differential Equations

2025-06-16 · Milad Ramezankhani, Janak M. Patel, Anirudh Deodhar, Dagnachew Birru

We present a novel graph-informed transformer operator (GITO) architecture for learning complex partial differential equation systems defined on irregular geometries and non-uniform meshes. GITO consists of two main modu…

Graph Neural NetworkSuper-Resolution

Continuum Attention for Neural Operators

2024-06-10 · Edoardo Calvello, Nikola B. Kovachki, Matthew E. Levine, Andrew M. Stuart

Transformers, and the attention mechanism in particular, have become ubiquitous in machine learning. Their success in modeling nonlocal, long-range correlations has led to their widespread adoption in natural language pr…

Operator learning