paper-with-me

홈 › Papers

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

2026-02-04 · Hang Zhou, Haixu Wu, Haonan Shangguan, Yuezhou Ma, Huikun Weng, Jianmin Wang, Mingsheng Long 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 with over $10^8$ cells remains a fundamental challenge due to the prohibitive memory complexity of processing high-resolution meshes. We present Transolver-3, a new member of the Transolver family as a highly scalable framework designed for high-fidelity physics simulations. To bridge the gap between limited GPU capacity and the resolution requirements of complex engineering tasks, we introduce two key architectural optimizations: faster slice and deslice by exploiting matrix multiplication associative property and geometry slice tiling to partition the computation of physical states. Combined with an amortized training strategy by learning on random subsets of original high-resolution meshes and a physical state caching technique during inference, Transolver-3 enables high-fidelity field prediction on industrial-scale meshes. Extensive experiments demonstrate that Transolver-3 can handle meshes with over 160 million cells, achieving impressive performance across three challenging simulation benchmarks, including aircraft and automotive design tasks. Code is available at https://github.com/thuml/Transolver-3.

📄 PDF Abstract BibTeX arXiv:2602.04940

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

2025-02-04 · Huakun Luo, Haixu Wu, Hang Zhou, Lanxiang Xing 외

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

GPU

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 …

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…

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…