LGOct 15, 2024

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

arXiv:2410.11443v422 citationsh-index: 5NIPS
Originality Highly original
AI Analysis

This addresses a fundamental limitation in equivariant GNNs for scientific applications, showing that high-degree representations are essential for handling symmetric structures.

The paper disproves the hypothesis that high-degree representations are unnecessary in equivariant GNNs by theoretically showing that equivariant GNNs with fixed low-degree outputs degenerate to zero functions on symmetric structures, and proposes HEGNN, a high-degree version of EGNN that improves performance on datasets like N-body and MD17.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes