paper-with-me

Papers

Training-Free Message Passing for Learning on Hypergraphs

2024-02-08 · Bohan Tang, Zexi Liu, Keyue Jiang, Siheng Chen, Xiaowen Dong

Hypergraphs are crucial for modelling higher-order interactions in real-world data. Hypergraph neural networks (HNNs) effectively utilise these structures by message passing to generate informative node features for various downstream tasks like node classification. However, the message passing module in existing HNNs typically requires a computationally intensive training process, which limits their practical use. To tackle this challenge, we propose an alternative approach by decoupling the usage of hypergraph structural information from the model learning stage. This leads to a novel training-free message passing module, named TF-MP-Module, which can be precomputed in the data preprocessing stage, thereby reducing the computational burden. We refer to the hypergraph neural network equipped with our TF-MP-Module as TF-HNN. We theoretically support the efficiency and effectiveness of TF-HNN by showing that: 1) It is more training-efficient compared to existing HNNs; 2) It utilises as much information as existing HNNs for node feature generation; and 3) It is robust against the oversmoothing issue while using long-range interactions. Experiments based on seven real-world hypergraph benchmarks in node classification and hyperlink prediction show that, compared to state-of-the-art HNNs, TF-HNN exhibits both competitive performance and superior training efficiency. Specifically, on the large-scale benchmark, Trivago, TF-HNN outperforms the node classification accuracy of the best baseline by 10% with just 1% of the training time of that baseline.

📄 PDF Abstract BibTeX arXiv:2402.05569

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationHyperedge PredictionNode Classification

Similar 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 passin…

Node ClassificationRepresentation Learning

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