paper-with-me

Papers

HyperSAGE: Generalizing Inductive Representation Learning on Hypergraphs

2020-10-09 · Devanshu Arya, Deepak K. Gupta, Stevan Rudinac, Marcel Worring

Graphs are the most ubiquitous form of structured data representation used in machine learning. They model, however, only pairwise relations between nodes and are not designed for encoding the higher-order relations found in many real-world datasets. To model such complex relations, hypergraphs have proven to be a natural representation. Learning the node representations in a hypergraph is more complex than in a graph as it involves information propagation at two levels: within every hyperedge and across the hyperedges. Most current approaches first transform a hypergraph structure to a graph for use in existing geometric deep learning algorithms. This transformation leads to information loss, and sub-optimal exploitation of the hypergraph's expressive power. We present HyperSAGE, a novel hypergraph learning framework that uses a two-level neural message passing strategy to accurately and efficiently propagate information through hypergraphs. The flexible design of HyperSAGE facilitates different ways of aggregating neighborhood information. Unlike the majority of related work which is transductive, our approach, inspired by the popular GraphSAGE method, is inductive. Thus, it can also be used on previously unseen nodes, facilitating deployment in problems such as evolving or partially observed hypergraphs. Through extensive experimentation, we show that HyperSAGE outperforms state-of-the-art hypergraph learning methods on representative benchmark datasets. We also demonstrate that the higher expressive power of HyperSAGE makes it more stable in learning node representations as compared to the alternatives.

📄 PDF Abstract BibTeX arXiv:2010.04558

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

GraphSAGE GraphSAGE is a general inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings for previously unseen…

Similar Papers 제목 키워드 기반

Temporal Inductive Logic Reasoning over Hypergraphs

2022-06-09 · Yuan Yang, Siheng Xiong, Ali Payani, James C Kerce 외

Inductive logic reasoning is a fundamental task in graph analysis, which aims to generalize patterns from data. This task has been extensively studied for traditional graph representations, such as knowledge graphs (KGs)…

Inductive logic programmingKnowledge Graphs

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

CAT-Walk: Inductive Hypergraph Learning via Set Walks

2023-06-19 · NeurIPS 2023 11 · Ali Behrouz, Farnoosh Hashemi, Sadaf Sadeghian, Margo Seltzer

Temporal hypergraphs provide a powerful paradigm for modeling time-dependent, higher-order interactions in complex systems. Representation learning for hypergraphs is essential for extracting patterns of the higher-order…

Hyperedge PredictionNode ClassificationRepresentation Learning

Deep Hyperedges: a Framework for Transductive and Inductive Learning on Hypergraphs

2019-10-07 · Josh Payne

From social networks to protein complexes to disease genomes to visual data, hypergraphs are everywhere. However, the scope of research studying deep learning on hypergraphs is still quite sparse and nascent, as there ha…

hyperedge classificationhypergraph embeddingInductive LearningNode Classification

Ollivier-Ricci Curvature for Hypergraphs: A Unified Framework

2022-10-21 · Corinna Coupette, Sebastian Dalleiger, Bastian Rieck

Bridging geometry and topology, curvature is a powerful and expressive invariant. While the utility of curvature has been theoretically and empirically confirmed in the context of manifolds and graphs, its generalization…