paper-with-me

홈 › Papers

Generalization in Graph Neural Networks: Improved PAC-Bayesian Bounds on Graph Diffusion

2023-02-09 · Haotian Ju, Dongyue Li, Aneesh Sharma, Hongyang R. Zhang

Graph neural networks are widely used tools for graph prediction tasks. Motivated by their empirical performance, prior works have developed generalization bounds for graph neural networks, which scale with graph structures in terms of the maximum degree. In this paper, we present generalization bounds that instead scale with the largest singular value of the graph neural network's feature diffusion matrix. These bounds are numerically much smaller than prior bounds for real-world graphs. We also construct a lower bound of the generalization gap that matches our upper bound asymptotically. To achieve these results, we analyze a unified model that includes prior works' settings (i.e., convolutional and message-passing networks) and new settings (i.e., graph isomorphism networks). Our key idea is to measure the stability of graph neural networks against noise perturbations using Hessians. Empirically, we find that Hessian-based measurements correlate with the observed generalization gaps of graph neural networks accurately. Optimizing noise stability properties for fine-tuning pretrained graph neural networks also improves test performance on several graph-level classification tasks.

📄 PDF Abstract BibTeX arXiv:2302.04451

Code (2)

neu-statsml-research/generalization-in-graph-neural-networks 공식 구현 pytorch
virtuosoresearch/generalization-in-graph-neural-networks 공식 구현 pytorch

Tasks

Generalization Bounds

Methods 이 논문이 사용한 방법론

Test 설명 없음
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 제목 키워드 기반

PAC-Bayesian Adversarially Robust Generalization Bounds for Graph Neural Network

2024-02-06 · Tan Sun, Junhong Lin

Graph neural networks (GNNs) have gained popularity for various graph-related tasks. However, similar to deep neural networks, GNNs are also vulnerable to adversarial attacks. Empirical studies have shown that adversaria…

Generalization BoundsGraph Neural Network

Topology-Aware PAC-Bayesian Generalization Analysis for Graph Neural Networks

2026-04-12 · Xinping Yi arxiv

Graph neural networks have demonstrated excellent applicability to a wide range of domains, including social networks, biological systems, recommendation systems, and wireless communications. Yet a principled theoretical…

Stochastic OptimizationRecommendation SystemsGraph Classification

PAC-Bayesian Generalization Bounds for Knowledge Graph Representation Learning

2024-05-10 · Jaejun Lee, Minsung Hwang, Joyce Jiyoung Whang

While a number of knowledge graph representation learning (KGRL) methods have been proposed over the past decade, very few theoretical analyses have been conducted on them. In this paper, we present the first PAC-Bayesia…

DecoderGeneralization BoundsGraph Neural NetworkGraph Representation Learning+5

A PAC-Bayesian Approach to Generalization Bounds for Graph Neural Networks

2020-12-14 · ICLR 2021 1 · Renjie Liao, Raquel Urtasun, Richard Zemel

In this paper, we derive generalization bounds for the two primary classes of graph neural networks (GNNs), namely graph convolutional networks (GCNs) and message passing GNNs (MPGNNs), via a PAC-Bayesian approach. Our r…

Generalization Bounds

PAC-Bayesian Generalization Bounds for Graph Convolutional Networks on Inductive Node Classification

2025-09-08 · Huayi Tang, Yong Liu arxiv

Graph neural networks (GNNs) have achieved remarkable success in processing graph-structured data across various applications. A critical aspect of real-world graphs is their dynamic nature, where new nodes are continual…

Node Classification