paper-with-me

Papers

Bregman Graph Neural Network

2023-09-12 · Jiayu Zhai, Lequan Lin, Dai Shi, Junbin Gao

Numerous recent research on graph neural networks (GNNs) has focused on formulating GNN architectures as an optimization problem with the smoothness assumption. However, in node classification tasks, the smoothing effect induced by GNNs tends to assimilate representations and over-homogenize labels of connected nodes, leading to adverse effects such as over-smoothing and misclassification. In this paper, we propose a novel bilevel optimization framework for GNNs inspired by the notion of Bregman distance. We demonstrate that the GNN layer proposed accordingly can effectively mitigate the over-smoothing issue by introducing a mechanism reminiscent of the "skip connection". We validate our theoretical results through comprehensive empirical studies in which Bregman-enhanced GNNs outperform their original counterparts in both homophilic and heterophilic graphs. Furthermore, our experiments also show that Bregman GNNs can produce more robust learning accuracy even when the number of layers is high, suggesting the effectiveness of the proposed method in alleviating the over-smoothing issue.

📄 PDF Abstract BibTeX arXiv:2309.06645

Code (1)

jiayuzhai1207/bregmangnn 공식 구현 pytorch

Tasks

Bilevel OptimizationGraph Neural NetworkNode Classification

Similar Papers 제목 키워드 기반

A Bregman Method for Structure Learning on Sparse Directed Acyclic Graphs

2020-11-05 · Manon Romain, Alexandre d'Aspremont

We develop a Bregman proximal gradient method for structure learning on linear structural causal models. While the problem is non-convex, has high curvature and is in fact NP-hard, Bregman gradient methods allow us to ne…

Efficient Bregman Range Search

2009-12-01 · NeurIPS 2009 12 · Lawrence Cayton

We develop an algorithm for efficient range search when the notion of dissimilarity is given by a Bregman divergence. The range search task is to return all points in a potentially large database that are within some sp…

Density EstimationInformation RetrievalOutlier DetectionRetrieval

Second-Order KKT Guarantees for Bregman ADMM in Nonconvex and Non-Lipschitz Optimization

2026-06-26 · Shuang Li, Zhihui Zhu, Qiuwei Li arxiv

We analyze Bregman ADMM for nonconvex linearly constrained problems under two-sided relative smoothness, a condition that replaces the standard Lipschitz gradient assumption with a Hessian comparison relative to a Bregma…

Distributed Optimization

pyBregMan: A Python library for Bregman Manifolds

2024-08-08 · Frank Nielsen, Alexander Soen

A Bregman manifold is a synonym for a dually flat space in information geometry which admits as a canonical divergence a Bregman divergence. Bregman manifolds are induced by smooth strictly convex functions like the cumu…

Fast and Provably Convergent Algorithms for Gromov-Wasserstein in Graph Data

2022-05-17 · Jiajin Li, Jianheng Tang, Lemin Kong, Huikang Liu 외

In this paper, we study the design and analysis of a class of efficient algorithms for computing the Gromov-Wasserstein (GW) distance tailored to large-scale graph learning tasks. Armed with the Luo-Tseng error bound con…

Graph Learning