paper-with-me

Papers

Implicit Graph Neural Diffusion Networks: Convergence, Generalization, and Over-Smoothing

2023-08-07 · Guoji Fu, Mohammed Haroon Dupty, Yanfei Dong, Lee Wee Sun

Implicit Graph Neural Networks (GNNs) have achieved significant success in addressing graph learning problems recently. However, poorly designed implicit GNN layers may have limited adaptability to learn graph metrics, experience over-smoothing issues, or exhibit suboptimal convergence and generalization properties, potentially hindering their practical performance. To tackle these issues, we introduce a geometric framework for designing implicit graph diffusion layers based on a parameterized graph Laplacian operator. Our framework allows learning the metrics of vertex and edge spaces, as well as the graph diffusion strength from data. We show how implicit GNN layers can be viewed as the fixed-point equation of a Dirichlet energy minimization problem and give conditions under which it may suffer from over-smoothing during training (OST) and inference (OSI). We further propose a new implicit GNN model to avoid OST and OSI. We establish that with an appropriately chosen hyperparameter greater than the largest eigenvalue of the parameterized graph Laplacian, DIGNN guarantees a unique equilibrium, quick convergence, and strong generalization bounds. Our models demonstrate better performance than most implicit and explicit GNN baselines on benchmark datasets for both node and graph classification tasks.

📄 PDF Abstract BibTeX arXiv:2308.03306

Code (1)

guoji-fu/dignn 공식 구현 pytorch

Tasks

Generalization BoundsGraph ClassificationGraph Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Learning Stochastic Dynamical Systems as an Implicit Regularization with Graph Neural Networks

2023-07-12 · Jin Guo, Ting Gao, Yufu Lan, Peng Zhang 외

Stochastic Gumbel graph networks are proposed to learn high-dimensional time series, where the observed dimensions are often spatially correlated. To that end, the observed randomness and spatial-correlations are capture…

Time Series

Implicit Hypergraph Neural Networks: A Stable Framework for Higher-Order Relational Learning with Provable Guarantees

2025-08-13 · Xiaoyu Li, Guangyu Tang, Jiaojiao Jiang arxiv

Many real-world interactions are group-based rather than pairwise such as papers with multiple co-authors and users jointly engaging with items. Hypergraph neural networks have shown great promise at modeling higher-orde…

On the optimization and generalization of overparameterized implicit neural networks

2022-09-30 · Tianxiang Gao, Hongyang Gao

Implicit neural networks have become increasingly attractive in the machine learning community since they can achieve competitive performance but use much less computational resources. Recently, a line of theoretical wor…

Diffusion Model Regularized Implicit Neural Representation for CT Metal Artifact Reduction

2025-12-09 · Jie Wen, Chenhe Du, Xiao Wang, Yuyao Zhang arxiv

Computed tomography (CT) images are often severely corrupted by artifacts in the presence of metals. Existing supervised metal artifact reduction (MAR) approaches suffer from performance instability on known data due to …

Revisiting Generalized p-Laplacian Regularized Framelet GCNs: Convergence, Energy Dynamic and Training with Non-Linear Diffusion

2023-05-25 · Dai Shi, Zhiqi Shao, Yi Guo, Qibin Zhao 외

This paper presents a comprehensive theoretical analysis of the graph p-Laplacian regularized framelet network (pL-UFG) to establish a solid understanding of its properties. We conduct a convergence analysis on pL-UFG, a…

Graph Neural Network