paper-with-me

Papers

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 interactions that are critically important in real-world problems in social network analysis, neuroscience, finance, etc. However, existing methods are typically designed only for specific tasks or static hypergraphs. We present CAT-Walk, an inductive method that learns the underlying dynamic laws that govern the temporal and structural processes underlying a temporal hypergraph. CAT-Walk introduces a temporal, higher-order walk on hypergraphs, SetWalk, that extracts higher-order causal patterns. CAT-Walk uses a novel adaptive and permutation invariant pooling strategy, SetMixer, along with a set-based anonymization process that hides the identity of hyperedges. Finally, we present a simple yet effective neural network model to encode hyperedges. Our evaluation on 10 hypergraph benchmark datasets shows that CAT-Walk attains outstanding performance on temporal hyperedge prediction benchmarks in both inductive and transductive settings. It also shows competitive performance with state-of-the-art methods for node classification. (https://github.com/ubc-systopia/CATWalk)

📄 PDF Abstract BibTeX arXiv:2306.11147

Code (1)

ubc-systopia/CATWalk 공식 구현 pytorch

Tasks

Hyperedge PredictionNode ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

Random Walks on Hypergraphs with Edge-Dependent Vertex Weights

2019-05-20 · Uthsav Chitra, Benjamin J. Raphael

Hypergraphs are used in machine learning to model higher-order relationships in data. While spectral methods for graphs are well-established, spectral theory for hypergraphs remains an active area of research. In this pa…

BIG-bench Machine Learning

Frustrated Random Walks: A Fast Method to Compute Node Distances on Hypergraphs

2024-01-23 · Enzhi Li, Scott Nickleach, Bilal Fadlallah

A hypergraph is a generalization of a graph that arises naturally when attribute-sharing among entities is considered. Compared to graphs, hypergraphs have the distinct advantage that they contain explicit communities an…

AttributeRecommendation Systems

Hypergraph Random Walks, Laplacians, and Clustering

2020-06-29 · Koby Hayashi, Sinan G. Aksoy, Cheong Hee Park, Haesun Park

We propose a flexible framework for clustering hypergraph-structured data based on recently proposed random walks utilizing edge-dependent vertex weights. When incorporating edge-dependent vertex weights (EDVW), a weight…

Clustering

Landing Probabilities of Random Walks for Seed-Set Expansion in Hypergraphs

2019-10-20 · Eli Chien, Pan Li, Olgica Milenkovic

We describe the first known mean-field study of landing probabilities for random walks on hypergraphs. In particular, we examine clique-expansion and tensor methods and evaluate their mean-field characteristics over a cl…

Fatigued Random Walks in Hypergraphs: A Neuronal Analogy to Improve Retrieval Performance

2021-04-12 · José Devezas, Sérgio Nunes

Hypergraphs are data structures capable of capturing supra-dyadic relations. We can use them to model binary relations, but also to model groups of entities, as well as the intersections between these groups or the conta…

Retrieval