Yu Rong, Wenbing Huang, Zhichao Hou, Liming Wu, Jirui Yuan
We lifted 7 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| ManlioWu/ESTAG | — | 4 of 7 |
| Function | Status | Where it lives |
|---|---|---|
| E_GCL_AT | Ran | ManlioWu/ESTAG/models/model.py pointer only (licence: NONE) · get_code("205e23403273f0f6") |
| subsequent_mask | Ran | ManlioWu/ESTAG/models/model.py pointer only (licence: NONE) · get_code("a467b3b45c4d9edc") |
| unsorted_segment_mean | Ran | ManlioWu/ESTAG/models/model.py pointer only (licence: NONE) · get_code("4a152e58abf0c317") |
| unsorted_segment_sum | Ran | ManlioWu/ESTAG/models/model.py pointer only (licence: NONE) · get_code("7a39c2530c1f1d13") |
| ESTAG | Not yet run | ManlioWu/ESTAG/models/model.py pointer only (licence: NONE) · get_code("83b83aef378907d8") |
| E_GCL | Not yet run | ManlioWu/ESTAG/models/model.py pointer only (licence: NONE) · get_code("ea8ccf6f34e392b5") |
| PositionalEncoding | Not yet run | ManlioWu/ESTAG/models/model.py pointer only (licence: NONE) · get_code("c1074a4a8c5a7791") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Learning to represent and simulate the dynamics of physical systems is a crucial yet challenging task. Existing equivariant Graph Neural Network (GNN) based methods have encapsulated the symmetry of physics, e.g., translations, rotations, etc, leading to better generalization ability. Nevertheless, their frame-to-frame formulation of the task overlooks the non-Markov property mainly incurred by unobserved dynamics in the environment. In this paper, we reformulate dynamics simulation as a spatio-temporal prediction task, by employing the trajectory in the past period to recover the Non-Markovian interactions. We propose Equivariant Spatio-Temporal Attentive Graph Networks (ESTAG), an equivariant version of spatio-temporal GNNs, to fulfill our purpose. At its core, we design a novel Equivariant Discrete Fourier Transform (EDFT) to extract periodic patterns from the history frames, and then construct an Equivariant Spatial Module (ESM) to accomplish spatial message passing, and an Equivariant Temporal Module (ETM) with the forward attention and equivariant pooling mechanisms to aggregate temporal message. We evaluate our model on three real datasets corresponding to the molecular-, protein-and macro-level. Experimental results verify the effectiveness of ESTAG compared to typical spatio-temporal GNNs and equivariant GNNs.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2405.12868")
get_code_for_paper("2405.12868")
have("2405.12868")
Connect an agent — have() is free.