paper-with-me

홈 › Papers

Are High-Degree Representations Really Unnecessary in Equivariant Graph Neural Networks?

2024-10-15 · Jiacheng Cen, Anyi Li, Ning Lin, Yuxiang Ren, Zihe Wang, Wenbing Huang

Equivariant Graph Neural Networks (GNNs) that incorporate E(3) symmetry have achieved significant success in various scientific applications. As one of the most successful models, EGNN leverages a simple scalarization technique to perform equivariant message passing over only Cartesian vectors (i.e., 1st-degree steerable vectors), enjoying greater efficiency and efficacy compared to equivariant GNNs using higher-degree steerable vectors. This success suggests that higher-degree representations might be unnecessary. In this paper, we disprove this hypothesis by exploring the expressivity of equivariant GNNs on symmetric structures, including $k$-fold rotations and regular polyhedra. We theoretically demonstrate that equivariant GNNs will always degenerate to a zero function if the degree of the output representations is fixed to 1 or other specific values. Based on this theoretical insight, we propose HEGNN, a high-degree version of EGNN to increase the expressivity by incorporating high-degree steerable vectors while maintaining EGNN's efficiency through the scalarization trick. Our extensive experiments demonstrate that HEGNN not only aligns with our theoretical analyses on toy datasets consisting of symmetric structures, but also shows substantial improvements on more complicated datasets such as $N$-body and MD17. Our theoretical findings and empirical results potentially open up new possibilities for the research of equivariant GNNs.

📄 PDF Abstract BibTeX arXiv:2410.11443

Code (2)

GLAD-RUC/HEGNN 공식 구현 pytorch
lucidrains/gotennet-pytorch jax

Similar Papers 제목 키워드 기반

EquiformerV2: Improved Equivariant Transformer for Scaling to Higher-Degree Representations

2023-06-21 · Yi-Lun Liao, Brandon Wood, Abhishek Das, Tess Smidt

Equivariant Transformers such as Equiformer have demonstrated the efficacy of applying Transformers to the domain of 3D atomistic systems. However, they are limited to small degrees of equivariant representations due to …

Graph Property Prediction

Interpreting Equivariant Representations

2024-01-23 · Andreas Abildtrup Hansen, Anna Calissano, Aasa Feragen

Latent representations are used extensively for downstream tasks, such as visualization, interpolation or feature extraction of deep learning models. Invariant and equivariant neural networks are powerful and well-establ…

Graph Generationimage-classificationImage ClassificationInductive Bias

A PAC-Bayesian Generalization Bound for Equivariant Networks

2022-10-24 · Arash Behboodi, Gabriele Cesa, Taco Cohen

Equivariant networks capture the inductive bias about the symmetry of the learning task by building those symmetries into the model. In this paper, we study how equivariance relates to generalization error utilizing PAC …

Generalization BoundsInductive Bias

GotenNet: Rethinking Efficient 3D Equivariant Graph Neural Networks

2025-04-24 · ICLR 2025 4 · Sarp Aykent, Tian Xia

Understanding complex three-dimensional (3D) structures of graphs is essential for accurately modeling various properties, yet many existing approaches struggle with fully capturing the intricate spatial relationships an…

Atomic ForcesComputational EfficiencyGraph Property PredictionGraph Regression+1

Equivariant Graph Network Approximations of High-Degree Polynomials for Force Field Prediction

2024-11-06 · Zhao Xu, Haiyang Yu, Montgomery Bohde, Shuiwang Ji

Recent advancements in equivariant deep models have shown promise in accurately predicting atomic potentials and force fields in molecular dynamics simulations. Using spherical harmonics (SH) and tensor products (TP), th…