LLT: Local Linear Transformer for PDE Operator Learning

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Mathematics & Computational Sciences, Engineering & Applied Sciences · Depth: Expert, extended

Summary

Local Linear Transformer (LLT) is introduced as a novel architecture for learning PDE solution maps, addressing the quadratic scaling and lack of local bias inherent in standard Transformer attention. LLT integrates kernelized linear global attention, which scales nearly linearly with computational nodes, with explicit local spatial mixing, using convolutions for structured grids and masked attention for unstructured meshes. It also incorporates coordinate and geometry encodings. Evaluated on five PDE benchmarks—elasticity, plasticity, airfoil, pipe, and Darcy flow—and a 3D car aerodynamics dataset with 32,186 unstructured mesh points, LLT achieved competitive or lower relative $L_{2}$ error. Notably, it reduced wall-clock training time by factors of 1.8 to 2.5 compared to Transolver on matched structured discretizations, demonstrating accuracy and computational efficiency across diverse PDE problems and mesh types.

Key takeaway

For AI Scientists and Machine Learning Engineers developing neural operators for PDE simulations, LLT offers a compelling solution to the challenges of quadratic scaling and local interaction. You should consider LLT for projects involving high-resolution grids or complex unstructured meshes, as it provides superior accuracy on several benchmarks and significantly reduces training time by factors of 1.8 to 4.14 compared to Transolver, making large-scale simulations more feasible.

Key insights

LLT combines linear global attention with explicit local spatial mixing to efficiently learn PDE operators across diverse mesh types.

Principles

Method

LLT employs kernelized linear attention for global communication and a local path (convolution for structured, masked attention for unstructured) with coordinate and distance encodings.

In practice

Topics

Best for: AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.