paper-with-me

홈 › Papers

Rethinking Generalization in Graph Neural Networks: A Structural Complexity Perspective

2026-05-13 · Peiyao Wang, Liang Bai, Xian Yang, Richard Yi Da Xu, Jiye Liang arxiv

Graph neural networks (GNNs) have emerged as a fundamental tool for learning from graph-structured data, achieving strong performance across a wide range of applications. However, understanding their generalization capabilities remains challenging due to the complex structural dependencies inherent in such data. Existing generalization analyses largely follow the classical machine learning paradigm, focusing primarily on model complexity while overlooking the fundamental role of graph structure. Therefore, in this work, we systematically investigate this role by asking: does the graph structure actually influence generalization, and if so, by how much? To answer the first question and validate our intuition, we theoretically prove that incorporating more edges into the prediction process transforms the input representations to be overly accommodating to the output model, thereby inducing overfitting. To address the second question, we formulate a structural complexity measure based on the number of effective edges and derive a Rademacher complexity-based generalization bound. In doing so, we demonstrate that GNN generalization depends explicitly on structural complexity, alongside traditional parameter-dependent factors. Motivated by these theoretical findings, we propose a structural entropy regularization method. This approach controls structural complexity by regulating effective edges to balance underfitting and overfitting, ultimately improving the generalization performance of GNNs.

📄 PDF Abstract BibTeX arXiv:2605.13597

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking Graph Out-Of-Distribution Generalization: A Learnable Random Walk Perspective

2025-05-09 · Henan Sun, Xunkai Li, Lei Zhu, Junyi Han 외

Out-Of-Distribution (OOD) generalization has gained increasing attentions for machine learning on graphs, as graph neural networks (GNNs) often exhibit performance degradation under distribution shifts. Existing graph OO…

Density EstimationOut-of-Distribution Generalization

TSGDiff: Rethinking Synthetic Time Series Generation from a Pure Graph Perspective

2025-11-15 · Lifeng Shen, Xuyang Li, Lele Long arxiv

Diffusion models have shown great promise in data generation, yet generating time series data remains challenging due to the need to capture complex temporal dependencies and structural patterns. In this paper, we presen…

Graph Neural Network

Have We Designed Generalizable Structural Knowledge Promptings? Systematic Evaluation and Rethinking

2024-12-31 · Yichi Zhang, Zhuo Chen, Lingbing Guo, Yajing Xu 외

Large language models (LLMs) have demonstrated exceptional performance in text generation within current NLP research. However, the lack of factual accuracy is still a dark cloud hanging over the LLM skyscraper. Structur…

Text Generation

Rethinking Time Series Domain Generalization via Structure-Stratified Calibration

2026-03-03 · Jinyang Li, Shuhao Mei, Xiaoyu Xiao, Shuhang Li 외 arxiv

For time series arising from latent dynamical systems, existing cross-domain generalization methods commonly assume that samples are comparably meaningful within a shared representation space. In real-world settings, how…

Domain Generalization

Graph Representational Learning: When Does More Expressivity Hurt Generalization?

2025-05-16 · Sohir Maskey, Raffaele Paolino, Fabian Jogl, Gitta Kutyniok 외

Graph Neural Networks (GNNs) are powerful tools for learning on structured data, yet the relationship between their expressivity and predictive performance remains unclear. We introduce a family of premetrics that captur…

Generalization Bounds