paper-with-me

홈 › Papers

Transolver++: An Accurate Neural Solver for PDEs on Million-Scale Geometries

2025-02-04 · Huakun Luo, Haixu Wu, Hang Zhou, Lanxiang Xing, Yichen Di, Jianmin Wang, Mingsheng Long

Although deep models have been widely explored in solving partial differential equations (PDEs), previous works are primarily limited to data only with up to tens of thousands of mesh points, far from the million-point scale required by industrial simulations that involve complex geometries. In the spirit of advancing neural PDE solvers to real industrial applications, we present Transolver++, a highly parallel and efficient neural solver that can accurately solve PDEs on million-scale geometries. Building upon previous advancements in solving PDEs by learning physical states via Transolver, Transolver++ is further equipped with an extremely optimized parallelism framework and a local adaptive mechanism to efficiently capture eidetic physical states from massive mesh points, successfully tackling the thorny challenges in computation and physics learning when scaling up input mesh size. Transolver++ increases the single-GPU input capacity to million-scale points for the first time and is capable of continuously scaling input size in linear complexity by increasing GPUs. Experimentally, Transolver++ yields 13% relative promotion across six standard PDE benchmarks and achieves over 20% performance gain in million-scale high-fidelity industrial simulations, whose sizes are 100$\times$ larger than previous benchmarks, covering car and 3D aircraft designs.

📄 PDF Abstract BibTeX arXiv:2502.02414

Code (1)

thuml/transolver pytorch

Tasks

GPU

Similar Papers 제목 키워드 기반

Transolver-3: Scaling Up Transformer Solvers to Industrial-Scale Geometries

2026-02-04 · Hang Zhou, Haixu Wu, Haonan Shangguan, Yuezhou Ma 외 arxiv

Deep learning has emerged as a transformative tool for the neural surrogate modeling of partial differential equations (PDEs), known as neural PDE solvers. However, scaling these solvers to industrial-scale geometries wi…

Transolver: A Fast Transformer Solver for PDEs on General Geometries

2024-02-04 · Haixu Wu, Huakun Luo, Haowen Wang, Jianmin Wang 외

Transformers have empowered many milestones across various fields and have recently been applied to solve partial differential equations (PDEs). However, since PDEs are typically discretized into large-scale meshes with …

GeoTransolver: Learning Physics on Irregular Domains Using Multi-scale Geometry Aware Physics Attention Transformer

2025-12-23 · Corey Adams, Rishikesh Ranade, Ram Cherukuri, Sanjay Choudhry arxiv

We present GeoTransolver, a multiscale geometry-aware physics attention transformer for Computer Aided Engineering (CAE). GeoTransolver extends the Transolver backbone with GALE (Geometry-Aware Latent Embeddings) attenti…

High-Fidelity Industrial Crash Dynamics Prediction via Geometry-Aware Operator Learning with Memory-Efficient Low-Rank Attention

2026-05-26 · Deepak Akhare, Mohammad Amin Nabian, Corey Adams, Sudeep Chavare 외 arxiv

Automotive crashworthiness optimization remains a safety-critical challenge, requiring the management of large-scale nonlinear structural deformations and energy dissipation through iterative, high-fidelity simulations. …

Transolver is a Linear Transformer: Revisiting Physics-Attention through the Lens of Linear Attention

2025-11-09 · Wenjie Hu, Sidun Liu, Peng Qiao, Zhenglun Sun 외 arxiv

Recent advances in Transformer-based Neural Operators have enabled significant progress in data-driven solvers for Partial Differential Equations (PDEs). Most current research has focused on reducing the quadratic comple…