Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ai 95% Match Research Paper GNN researchers,Machine learning scientists,Network analysts,Data scientists working with graph data 2 weeks ago

An Active Diffusion Neural Network for Graphs

graph-neural-networks › graph-learning
📄 Abstract

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 true infinite diffusion by directly calculating the closed-form solution of the active diffusion iterative formula. This allows nodes to preserve their unique characteristics while efficiently gaining comprehensive insights into the graph's global structure. We evaluate ADGNN against several state-of-the-art GNN models across various graph tasks. The results demonstrate that ADGNN significantly improves both accuracy and efficiency, highlighting its effectiveness in capturing global graph information and maintaining node distinctiveness.
Authors (1)
Mengying Jiang
Submitted
October 22, 2025
arXiv Category
cs.LG
arXiv PDF

Key Contributions

Proposes the Active Diffusion-based Graph Neural Network (ADGNN) to overcome the over-smoothing problem and capture global graph information, which are limitations of passive diffusion-based GNNs. ADGNN achieves 'active diffusion' by integrating multiple external information sources that dynamically influence the diffusion process, enabling true infinite diffusion via a closed-form solution.

Business Value

Enables the development of more powerful GNNs for tasks involving complex graph structures, leading to improved performance in areas like social network analysis, recommendation systems, and scientific discovery.