paper-with-me

Papers

ACMP: Allen-Cahn Message Passing for Graph Neural Networks with Particle Phase Transition

2022-06-11 · Yuelin Wang, Kai Yi, Xinliang Liu, Yu Guang Wang, Shi Jin

Neural message passing is a basic feature extraction unit for graph-structured data considering neighboring node features in network propagation from one layer to the next. We model such process by an interacting particle system with attractive and repulsive forces and the Allen-Cahn force arising in the modeling of phase transition. The dynamics of the system is a reaction-diffusion process which can separate particles without blowing up. This induces an Allen-Cahn message passing (ACMP) for graph neural networks where the numerical iteration for the particle system solution constitutes the message passing propagation. ACMP which has a simple implementation with a neural ODE solver can propel the network depth up to one hundred of layers with theoretically proven strictly positive lower bound of the Dirichlet energy. It thus provides a deep model of GNNs circumventing the common GNN problem of oversmoothing. GNNs with ACMP achieve state of the art performance for real-world node classification tasks on both homophilic and heterophilic datasets.

📄 PDF Abstract BibTeX arXiv:2206.05437

Code (1)

ykiiiiii/acmp 공식 구현 pytorch

Tasks

Node Classification

Similar Papers 제목 키워드 기반

How Particle System Theory Enhances Hypergraph Message Passing

2025-05-24 · Yixuan Ma, Kai Yi, Pietro Lio, Shi Jin 외

Hypergraphs effectively model higher-order relationships in natural phenomena, capturing complex interactions beyond pairwise connections. We introduce a novel hypergraph message passing framework inspired by interacting…

Node Classification

Graph neural network force fields for adiabatic dynamics of lattice Hamiltonians

2026-03-02 · Yunhao Fan, Gia-Wei Chern arxiv

Scalable and symmetry-consistent force-field models are essential for extending quantum-accurate simulations to large spatiotemporal scales. While descriptor-based neural networks can incorporate lattice symmetries throu…

Graph Neural Network

Prior Policy Guided Dual-Agent Coordinated Manipulation Planning of Spacecraft-Manipulator System

2026-05-25 · Yuhui Hu, Dong Zhou, Kaihong Ouyang, Zhongliang Yu 외 arxiv

The strong dynamic coupling between the manipulator and the base poses a significant challenge to maintaining spacecraft attitude stability, potentially compromising mission safety. In this paper, we propose a Dual-Agent…

Reinforcement Learning

Accurate and Scalable Graph Neural Networks via Message Invariance

2025-02-27 · Zhihao Shi, Jie Wang, Zhiwei Zhuang, Xize Liang 외

Message passing-based graph neural networks (GNNs) have achieved great success in many real-world applications. For a sampled mini-batch of target nodes, the message passing process is divided into two parts: message pas…

GPUTransductive Learning

Provably Convergent Subgraph-wise Sampling for Fast GNN Training

2023-03-17 · Jie Wang, Zhihao Shi, Xize Liang, Defu Lian 외

Subgraph-wise sampling -- a promising class of mini-batch training techniques for graph neural networks (GNNs -- is critical for real-world applications. During the message passing (MP) in GNNs, subgraph-wise sampling me…