paper-with-me

Papers

Equivariant Hypergraph Diffusion Neural Operators

2022-07-14 · Peihao Wang, Shenghao Yang, Yunyu Liu, Zhangyang Wang, Pan Li

Hypergraph neural networks (HNNs) using neural networks to encode hypergraphs provide a promising way to model higher-order relations in data and further solve relevant prediction tasks built upon such higher-order relations. However, higher-order relations in practice contain complex patterns and are often highly irregular. So, it is often challenging to design an HNN that suffices to express those relations while keeping computational efficiency. Inspired by hypergraph diffusion algorithms, this work proposes a new HNN architecture named ED-HNN, which provably represents any continuous equivariant hypergraph diffusion operators that can model a wide range of higher-order relations. ED-HNN can be implemented efficiently by combining star expansions of hypergraphs with standard message passing neural networks. ED-HNN further shows great superiority in processing heterophilic hypergraphs and constructing deep models. We evaluate ED-HNN for node classification on nine real-world hypergraph datasets. ED-HNN uniformly outperforms the best baselines over these nine datasets and achieves more than 2\%$\uparrow$ in prediction accuracy over four datasets therein.

📄 PDF Abstract BibTeX arXiv:2207.06680

Code (1)

graph-com/ed-hnn 공식 구현 pytorch

Tasks

Computational EfficiencyNode Classification

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Hypergraph Generation via Structured Stochastic Diffusion

2026-05-06 · Christopher Nemeth arxiv

Hypergraphs model higher-order interactions, but realistic hypergraph generation remains difficult because incidence, hyperedge-size heterogeneity, and overlap structure are not faithfully captured by pairwise reductions…

Beyond Pairwise Graphs in Science: Hypergraph Adaptive Wavelet Operators for Parametric PDEs

2026-08-28 · Rajat Sarkar, Venkataramana Runkana, Souvik Chakraborty arxiv

Physical systems are often modeled by solution operators that map input fields, parameters, geometries, or past states to steady or future physical states. Learning these maps is difficult, especially for time-dependent …

Point Clouds

Hypergraph Neural Diffusion: A PDE-Inspired Framework for Hypergraph Message Passing

2026-04-13 · Zhiheng Zhou, Mengyao Zhou, Xixun Lin, Xingqin Qi 외 arxiv

Hypergraph neural networks (HGNNs) have shown remarkable potential in modeling high-order relationships that naturally arise in many real-world data domains. However, existing HGNNs often suffer from shallow propagation,…

Equivariant Hypergraph Neural Networks

2022-08-22 · Jinwoo Kim, Saeyoon Oh, Sungjun Cho, Seunghoon Hong

Many problems in computer vision and machine learning can be cast as learning on hypergraphs that represent higher-order relations. Recent approaches for hypergraph learning extend graph neural networks based on message …

From Diffusion to Reaction-Diffusion: A Dynamical-Systems View of Oversmoothing in Hypergraph Neural Networks

2026-07-17 · Zhiheng Zhou, Mengyao Zhou, Yancheng Chen, Dengyi Zhao 외 arxiv

Higher-order couplings enhance the expressive power of hypergraph neural networks (HGNNs), but they also intensify representation collapse in deep propagation due to strong multi-way feature mixing. This work investigate…