An Active Diffusion Neural Network for Graphs
Mengying Jiang

TL;DR
This paper introduces ADGNN, an active diffusion neural network that incorporates external information to prevent over-smoothing in graph neural networks, enabling better capture of global graph structure and node uniqueness.
Contribution
The paper proposes a novel active diffusion mechanism for GNNs that integrates external inputs and computes a closed-form solution for infinite diffusion, improving global information capture and node distinction.
Findings
ADGNN outperforms state-of-the-art GNNs in accuracy across multiple tasks.
ADGNN effectively prevents over-smoothing in deep graph neural networks.
The method achieves higher efficiency by directly calculating the diffusion solution.
Abstract
The analogy to heat diffusion has enhanced our understanding of information flow in graphs and inspired the development of Graph Neural Networks (GNNs). However, most diffusion-based GNNs emulate passive heat diffusion, which still suffers from over-smoothing and limits their ability to capture global graph information. Inspired by the heat death of the universe, which posits that energy distribution becomes uniform over time in a closed system, we recognize that, without external input, node representations in a graph converge to identical feature vectors as diffusion progresses. To address this issue, we propose the Active Diffusion-based Graph Neural Network (ADGNN). ADGNN achieves active diffusion by integrating multiple external information sources that dynamically influence the diffusion process, effectively overcoming the over-smoothing problem. Furthermore, our approach realizes…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Functional Brain Connectivity Studies
