paper-with-me

Papers

A new perspective on building efficient and expressive 3D equivariant graph neural networks

2023-04-07 · NeurIPS 2023 11 · Weitao Du, Yuanqi Du, Limei Wang, Dieqiao Feng, Guifeng Wang, Shuiwang Ji, Carla Gomes, Zhi-Ming Ma

Geometric deep learning enables the encoding of physical symmetries in modeling 3D objects. Despite rapid progress in encoding 3D symmetries into Graph Neural Networks (GNNs), a comprehensive evaluation of the expressiveness of these networks through a local-to-global analysis lacks today. In this paper, we propose a local hierarchy of 3D isomorphism to evaluate the expressive power of equivariant GNNs and investigate the process of representing global geometric information from local patches. Our work leads to two crucial modules for designing expressive and efficient geometric GNNs; namely local substructure encoding (LSE) and frame transition encoding (FTE). To demonstrate the applicability of our theory, we propose LEFTNet which effectively implements these modules and achieves state-of-the-art performance on both scalar-valued and vector-valued molecular property prediction tasks. We further point out the design space for future developments of equivariant graph neural networks. Our codes are available at \url{https://github.com/yuanqidu/LeftNet}.

📄 PDF Abstract BibTeX arXiv:2304.04757

Code (2)

yuanqidu/leftnet 공식 구현 pytorch
chenruduan/oareactdiff pytorch

Tasks

Graph Property PredictionMolecular Property PredictionProperty Prediction

Similar Papers 제목 키워드 기반

Expressive Sign Equivariant Networks for Spectral Geometric Learning

2023-12-04 · NeurIPS 2023 11 · Derek Lim, Joshua Robinson, Stefanie Jegelka, Haggai Maron

Recent work has shown the utility of developing machine learning models that respect the structure and symmetries of eigenvectors. These works promote sign invariance, since for any eigenvector v the negation -v is also …

Link PredictionNegation

Subgraph Permutation Equivariant Networks

2021-11-23 · Joshua Mitton, Roderick Murray-Smith

In this work we develop a new method, named Sub-graph Permutation Equivariant Networks (SPEN), which provides a framework for building graph neural networks that operate on sub-graphs, while using a base update function …

GPU

Weisfeiler Leman for Euclidean Equivariant Machine Learning

2024-02-04 · Snir Hordan, Tal Amir, Nadav Dym

The $k$-Weisfeiler-Leman ($k$-WL) graph isomorphism test hierarchy is a common method for assessing the expressive power of graph neural networks (GNNs). Recently, GNNs whose expressive power is equivalent to the $2$-WL …

On the Expressive Power of Geometric Graph Neural Networks

2023-01-23 · Chaitanya K. Joshi, Cristian Bodnar, Simon V. Mathis, Taco Cohen 외

The expressive power of Graph Neural Networks (GNNs) has been studied extensively through the Weisfeiler-Leman (WL) graph isomorphism test. However, standard GNNs and the WL framework are inapplicable for geometric graph…

Provably Powerful Graph Networks

2019-05-27 · NeurIPS 2019 12 · Haggai Maron, Heli Ben-Hamu, Hadar Serviansky, Yaron Lipman

Recently, the Weisfeiler-Lehman (WL) graph isomorphism test was used to measure the expressive power of graph neural networks (GNN). It was shown that the popular message passing GNN cannot distinguish between graphs tha…

Graph ClassificationGraph LearningGraph Regression