paper-with-me

Papers

Transformers for Modeling Physical Systems

2020-10-04 · Nicholas Geneva, Nicholas Zabaras

Transformers are widely used in natural language processing due to their ability to model longer-term dependencies in text. Although these models achieve state-of-the-art performance for many language related tasks, their applicability outside of the natural language processing field has been minimal. In this work, we propose the use of transformer models for the prediction of dynamical systems representative of physical phenomena. The use of Koopman based embeddings provide a unique and powerful method for projecting any dynamical system into a vector representation which can then be predicted by a transformer. The proposed model is able to accurately predict various dynamical systems and outperform classical methods that are commonly used in the scientific machine learning literature.

📄 PDF Abstract BibTeX arXiv:2010.03957

Code (2)

zabaras/transformer-physx 공식 구현 pytorch
PaddlePaddle/PaddleScience/tree/develop/examples/lorenz paddle

Similar Papers 제목 키워드 기반

Field-Space Attention for Structure-Preserving Earth System Transformers

2025-12-23 · Maximilian Witte, Johannes Meuer, Étienne Plésiat, Christopher Kadow arxiv

Accurate and physically consistent modeling of Earth system dynamics requires machine-learning architectures that operate directly on continuous geophysical fields and preserve their underlying geometric structure. Here …

Natively Trainable Sparse Attention for Hierarchical Point Cloud Datasets

2025-08-14 · Nicolas Lapautre, Maria Marchenko, Carlos Miguel Patiño, Xin Zhou arxiv

Unlocking the potential of transformers on datasets of large physical systems depends on overcoming the quadratic scaling of the attention mechanism. This work explores combining the Erwin architecture with the Native Sp…

Multiple Physics Pretraining for Physical Surrogate Models

2023-10-04 · Michael McCabe, Bruno Régaldo-Saint Blancard, Liam Holden Parker, Ruben Ohana 외

We introduce multiple physics pretraining (MPP), an autoregressive task-agnostic pretraining approach for physical surrogate modeling of spatiotemporal systems with transformers. In MPP, rather than training one model on…

Masked Symbol Modeling for Demodulation of Oversampled Baseband Communication Signals in Impulsive Noise-Dominated Channels

2025-12-01 · Oguz Bedir, Nurullah Sevim, Mostafa Ibrahim, Sabit Ekin arxiv

Recent breakthroughs in natural language processing show that attention mechanism in Transformer networks, trained via masked-token prediction, enables models to capture the semantic context of the tokens and internalize…

From Complex Dynamics to DynFormer: Rethinking Transformers for PDEs

2026-03-03 · Pengyu Lai, Yixiao Chen, Dewu Yang, Rui Wang 외 arxiv

Partial differential equations (PDEs) are fundamental for modeling complex physical systems, yet classical numerical solvers face prohibitive computational costs in high-dimensional and multi-scale regimes. While Transfo…