paper-with-me

Papers

Spacetime $E(n)$-Transformer: Equivariant Attention for Spatio-temporal Graphs

2024-08-12 · Sergio G. Charles

We introduce an $E(n)$-equivariant Transformer architecture for spatio-temporal graph data. By imposing rotation, translation, and permutation equivariance inductive biases in both space and time, we show that the Spacetime $E(n)$-Transformer (SET) outperforms purely spatial and temporal models without symmetry-preserving properties. We benchmark SET against said models on the charged $N$-body problem, a simple physical system with complex dynamics. While existing spatio-temporal graph neural networks focus on sequential modeling, we empirically demonstrate that leveraging underlying domain symmetries yields considerable improvements for modeling dynamical systems on graphs.

📄 PDF Abstract BibTeX arXiv:2408.06039

Code (1)

sergiogcharles/set 공식 구현 pytorch

Tasks

Translation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Space Meets Time: Local Spacetime Neural Network For Traffic Flow Forecasting

2021-09-11 · International Conference on Data Mining (ICDM) 2021 9 · Song Yang, Jiamou Liu, Kaiqi Zhao

Traffic flow forecasting is a crucial task in urban computing. The challenge arises as traffic flows often exhibit intrinsic and latent spatio-temporal correlations that cannot be identified by extracting the spatial and…

Space Meets Time: Local Spacetime Neural Network For Traffic Flow Forecasting

2021-09-11 · Song Yang, Jiamou Liu, Kaiqi Zhao

Traffic flow forecasting is a crucial task in urban computing. The challenge arises as traffic flows often exhibit intrinsic and latent spatio-temporal correlations that cannot be identified by extracting the spatial and…

Traffic Prediction

Long-Range Transformers for Dynamic Spatiotemporal Forecasting

2021-09-24 · Jake Grigsby, Zhe Wang, Nam Nguyen, Yanjun Qi

Multivariate time series forecasting focuses on predicting future values based on historical context. State-of-the-art sequence-to-sequence models rely on neural attention between timesteps, which allows for temporal lea…

Multivariate Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting

Masked Autoencoders As Spatiotemporal Learners

2022-05-18 · Christoph Feichtenhofer, Haoqi Fan, Yanghao Li, Kaiming He

This paper studies a conceptually simple extension of Masked Autoencoders (MAE) to spatiotemporal representation learning from videos. We randomly mask out spacetime patches in videos and learn an autoencoder to reconstr…

Inductive BiasRepresentation Learning

Equivariant Spatio-Temporal Attentive Graph Networks to Simulate Physical Dynamics

2024-05-21 · NeurIPS 2023 11 · Liming Wu, Zhichao Hou, Jirui Yuan, Yu Rong 외

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, \emph{e.g.},…

Graph Neural Network