paper-with-me

Papers

Generalization Performance of Hypergraph Neural Networks

2025-01-22 · Yifan Wang, Gonzalo R. Arce, Guangmo Tong

Hypergraph neural networks have been promising tools for handling learning tasks involving higher-order data, with notable applications in web graphs, such as modeling multi-way hyperlink structures and complex user interactions. Yet, their generalization abilities in theory are less clear to us. In this paper, we seek to develop margin-based generalization bounds for four representative classes of hypergraph neural networks, including convolutional-based methods (UniGCN), set-based aggregation (AllDeepSets), invariant and equivariant transformations (M-IGN), and tensor-based approaches (T-MPHN). Through the PAC-Bayes framework, our results reveal the manner in which hypergraph structure and spectral norms of the learned weights can affect the generalization bounds, where the key technical challenge lies in developing new perturbation analysis for hypergraph neural networks, which offers a rigorous understanding of how variations in the model's weights and hypergraph structure impact its generalization behavior. Our empirical study examines the relationship between the practical performance and theoretical bounds of the models over synthetic and real-world datasets. One of our primary observations is the strong correlation between the theoretical bounds and empirical loss, with statistically significant consistency in most cases.

📄 PDF Abstract BibTeX arXiv:2501.12554

Code (1)

yifanwang123/Generalization-Performance-of-Hypergraph-Neural-Networks 공식 구현 pytorch

Tasks

Generalization Bounds

Similar Papers 제목 키워드 기반

Hypergraph Echo State Network

2023-10-16 · Justin Lien

A hypergraph as a generalization of graphs records higher-order interactions among nodes, yields a more flexible network model, and allows non-linear features for a group of nodes. In this article, we propose a hypergrap…

Binary Classification

Learning on Hypergraphs with Sparsity

2018-04-03 · Canh Hao Nguyen, Hiroshi Mamitsuka

Hypergraph is a general way of representing high-order relations on a set of objects. It is a generalization of graph, in which only pairwise relations can be represented. It finds applications in various domains where r…

Sparse Learning

Wasserstein Soft Label Propagation on Hypergraphs: Algorithm and Generalization Error Bounds

2018-09-06 · Tingran Gao, Shahab Asoodeh, Yi Huang, James Evans

Inspired by recent interests of developing machine learning and data mining algorithms on hypergraphs, we investigate in this paper the semi-supervised learning algorithm of propagating "soft labels" (e.g. probability di…

PAC learning

Curvature of Hypergraphs via Multi-Marginal Optimal Transport

2018-03-22 · Shahab Asoodeh, Tingran Gao, James Evans

We introduce a novel definition of curvature for hypergraphs, a natural generalization of graphs, by introducing a multi-marginal optimal transport problem for a naturally defined random walk on the hypergraph. This curv…

Stability and Generalization of Hypergraph Collaborative Networks

2023-08-04 · Michael Ng, Hanrui Wu, Andy Yip

Graph neural networks have been shown to be very effective in utilizing pairwise relationships across samples. Recently, there have been several successful proposals to generalize graph neural networks to hypergraph neur…