Physics Informed Token Transformer for Solving Partial Differential Equations
Cooper Lorsung, Zijie Li, Amir Barati Farimani

TL;DR
This paper introduces PITT, a physics-informed token transformer that integrates PDE knowledge into machine learning models, improving their ability to solve complex PDEs more accurately and efficiently.
Contribution
The study presents PITT, a novel transformer model that embeds PDEs through tokenization, enabling physics-aware learning for solving differential equations.
Findings
PITT outperforms existing neural operator models on 1D and 2D PDE tasks.
PITT effectively embeds physical laws into the learning process.
The model demonstrates improved accuracy and physical consistency in PDE solutions.
Abstract
Solving Partial Differential Equations (PDEs) is the core of many fields of science and engineering. While classical approaches are often prohibitively slow, machine learning models often fail to incorporate complete system information. Over the past few years, transformers have had a significant impact on the field of Artificial Intelligence and have seen increased usage in PDE applications. However, despite their success, transformers currently lack integration with physics and reasoning. This study aims to address this issue by introducing PITT: Physics Informed Token Transformer. The purpose of PITT is to incorporate the knowledge of physics by embedding partial differential equations (PDEs) into the learning process. PITT uses an equation tokenization method to learn an analytically-driven numerical update operator. By tokenizing PDEs and embedding partial derivatives, the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Computational Physics and Python Applications
MethodsAttention Is All You Need · fail · Linear Layer · Position-Wise Feed-Forward Layer · Residual Connection · Multi-Head Attention · Adam · Absolute Position Encodings · Softmax · Layer Normalization
