Transformer with Implicit Edges for Particle-based Physics Simulation
Yidi Shao, Chen Change Loy, Bo Dai

TL;DR
This paper introduces TIE, a Transformer-based approach that models particle interactions implicitly without explicit edges, reducing computational costs and improving generalization in physics simulations.
Contribution
The paper proposes TIE, a novel Transformer architecture with implicit edges for particle simulation, eliminating explicit graph edges and enhancing efficiency and generalization.
Findings
TIE outperforms GNN-based methods across multiple physics simulation domains.
TIE achieves better generalization to different materials and complex dynamics.
The model reduces computational overhead compared to explicit edge models.
Abstract
Particle-based systems provide a flexible and unified way to simulate physics systems with complex dynamics. Most existing data-driven simulators for particle-based systems adopt graph neural networks (GNNs) as their network backbones, as particles and their interactions can be naturally represented by graph nodes and graph edges. However, while particle-based systems usually contain hundreds even thousands of particles, the explicit modeling of particle interactions as graph edges inevitably leads to a significant computational overhead, due to the increased number of particle interactions. Consequently, in this paper we propose a novel Transformer-based method, dubbed as Transformer with Implicit Edges (TIE), to capture the rich semantics of particle interactions in an edge-free manner. The core idea of TIE is to decentralize the computation involving pair-wise particle interactions…
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
TopicsTopic Modeling · Computational Physics and Python Applications · Parallel Computing and Optimization Techniques
MethodsAttention Is All You Need · Linear Layer · Dropout · Multi-Head Attention · Absolute Position Encodings · Layer Normalization · Position-Wise Feed-Forward Layer · Softmax · Byte Pair Encoding · Adam
