paper-with-me

Papers

Dirichlet Energy Constrained Learning for Deep Graph Neural Networks

2021-07-06 · NeurIPS 2021 12 · Kaixiong Zhou, Xiao Huang, Daochen Zha, Rui Chen, Li Li, Soo-Hyun Choi, Xia Hu

Graph neural networks (GNNs) integrate deep architectures and topological structure modeling in an effective way. However, the performance of existing GNNs would decrease significantly when they stack many layers, because of the over-smoothing issue. Node embeddings tend to converge to similar vectors when GNNs keep recursively aggregating the representations of neighbors. To enable deep GNNs, several methods have been explored recently. But they are developed from either techniques in convolutional neural networks or heuristic strategies. There is no generalizable and theoretical principle to guide the design of deep GNNs. To this end, we analyze the bottleneck of deep GNNs by leveraging the Dirichlet energy of node embeddings, and propose a generalizable principle to guide the training of deep GNNs. Based on it, a novel deep GNN framework -- EGNN is designed. It could provide lower and upper constraints in terms of Dirichlet energy at each layer to avoid over-smoothing. Experimental results demonstrate that EGNN achieves state-of-the-art performance by using deep layers.

📄 PDF Abstract BibTeX arXiv:2107.02392

Code (1)

Kaixiong-Zhou/EGNN pytorch

Similar Papers 제목 키워드 기반

Dirichlet Energy Enhancement of Graph Neural Networks by Framelet Augmentation

2023-11-09 · Jialin Chen, Yuelin Wang, Cristian Bodnar, Rex Ying 외

Graph convolutions have been a pivotal element in learning graph representations. However, recursively aggregating neighboring information with graph convolutions leads to indistinguishable node features in deep layers, …

Node Classification

Convergence of graph Dirichlet energies and graph Laplacians on intersecting manifolds of varying dimensions

2025-09-29 · Leon Bungert, Dejan Slepčev arxiv

We study $Γ$-convergence of graph Dirichlet energies and spectral convergence of graph Laplacians on unions of intersecting manifolds of potentially different dimensions. Our investigation is motivated by problems of mac…

Comment on "A Note on Over-Smoothing for Graph Neural Networks"

2025-09-04 · Razi Hasson, Reuven Guetta arxiv

We comment on Cai and Wang (2020, arXiv:2006.13318), who analyze over-smoothing in GNNs via Dirichlet energy. We show that under mild spectral conditions (including with Leaky-ReLU), the Dirichlet energy of node embeddin…

Revisiting Positive Samples in Graph Contrastive Learning: From the Perspective of Message Passing

2026-06-09 · Lianze Shan, Ningchong Wang, Jitao Zhao, Di Jin 외 arxiv

Graph Contrastive Learning (GCL), which trains graph encoders by maximizing similarity between positive samples and minimizing it between negative ones, has emerged as a mainstream graph pre-training paradigm. It is wide…

Contrastive Learning

Measuring Over-smoothing beyond Dirichlet energy

2025-12-07 · Weiqi Guan, Zihao Shi arxiv

While Dirichlet energy serves as a prevalent metric for quantifying over-smoothing, it is inherently restricted to capturing first-order feature derivatives. To address this limitation, we propose a generalized family of…