paper-with-me

Papers

Hypergraph-MLP: Learning on Hypergraphs without Message Passing

2023-12-15 · Bohan Tang, Siheng Chen, Xiaowen Dong

Hypergraphs are vital in modelling data with higher-order relations containing more than two entities, gaining prominence in machine learning and signal processing. Many hypergraph neural networks leverage message passing over hypergraph structures to enhance node representation learning, yielding impressive performances in tasks like hypergraph node classification. However, these message-passing-based models face several challenges, including oversmoothing as well as high latency and sensitivity to structural perturbations at inference time. To tackle those challenges, we propose an alternative approach where we integrate the information about hypergraph structures into training supervision without explicit message passing, thus also removing the reliance on it at inference. Specifically, we introduce Hypergraph-MLP, a novel learning framework for hypergraph-structured data, where the learning model is a straightforward multilayer perceptron (MLP) supervised by a loss function based on a notion of signal smoothness on hypergraphs. Experiments on hypergraph node classification tasks demonstrate that Hypergraph-MLP achieves competitive performance compared to existing baselines, and is considerably faster and more robust against structural perturbations at inference.

📄 PDF Abstract BibTeX arXiv:2312.09778

Code (1)

tbh-98/hypergraph-mlp 공식 구현 pytorch

Tasks

Node ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

Message Passing Neural Networks for Hypergraphs

2022-03-31 · Sajjad Heydari, Lorenzo Livi

Hypergraph representations are both more efficient and better suited to describe data characterized by relations between two or more objects. In this work, we present a new graph neural network based on message passing c…

Graph Neural NetworkHypergraph representationsNode Classification

Heterophily-Agnostic Hypergraph Neural Networks with Riemannian Local Exchanger

2026-02-28 · Li Sun, Ming Zhang, Wenxin Jin, Zhongtian Sun 외 arxiv

Hypergraphs are the natural description of higher-order interactions among objects, widely applied in social network analysis, cross-modal retrieval, etc. Hypergraph Neural Networks (HGNNs) have become the dominant solut…

Cross-Modal Retrieval

Hypergraph Node Representation Learning with One-Stage Message Passing

2023-12-01 · Shilin Qu, Weiqing Wang, Yuan-Fang Li, Xin Zhou 외

Hypergraphs as an expressive and general structure have attracted considerable attention from various research domains. Most existing hypergraph node representation learning techniques are based on graph neural networks,…

Representation Learning

UniGNN: a Unified Framework for Graph and Hypergraph Neural Networks

2021-05-03 · Jing Huang, Jie Yang

Hypergraph, an expressive structure with flexibility to model the higher-order correlations among entities, has recently attracted increasing attention from various research domains. Despite the success of Graph Neural N…

Graph Representation LearningRepresentation Learning

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 …