paper-with-me

Papers

Classification of Edge-dependent Labels of Nodes in Hypergraphs

2023-06-05 · Minyoung Choe, Sunwoo Kim, Jaemin Yoo, Kijung Shin

A hypergraph is a data structure composed of nodes and hyperedges, where each hyperedge is an any-sized subset of nodes. Due to the flexibility in hyperedge size, hypergraphs represent group interactions (e.g., co-authorship by more than two authors) more naturally and accurately than ordinary graphs. Interestingly, many real-world systems modeled as hypergraphs contain edge-dependent node labels, i.e., node labels that vary depending on hyperedges. For example, on co-authorship datasets, the same author (i.e., a node) can be the primary author in a paper (i.e., a hyperedge) but the corresponding author in another paper (i.e., another hyperedge). In this work, we introduce a classification of edge-dependent node labels as a new problem. This problem can be used as a benchmark task for hypergraph neural networks, which recently have attracted great attention, and also the usefulness of edge-dependent node labels has been verified in various applications. To tackle this problem, we propose WHATsNet, a novel hypergraph neural network that represents the same node differently depending on the hyperedges it participates in by reflecting its varying importance in the hyperedges. To this end, WHATsNet models the relations between nodes within each hyperedge, using their relative centrality as positional encodings. In our experiments, we demonstrate that WHATsNet significantly and consistently outperforms ten competitors on six real-world hypergraphs, and we also show successful applications of WHATsNet to (a) ranking aggregation, (b) node clustering, and (c) product return prediction.

📄 PDF Abstract BibTeX arXiv:2306.03032

Code (1)

young917/edgedependentnodelabel 공식 구현 pytorch

Tasks

ClassificationNode Clustering

Similar Papers 제목 키워드 기반

Co-Representation Neural Hypergraph Diffusion for Edge-Dependent Node Classification

2024-05-23 · Yijia Zheng, Marcel Worring

Hypergraphs are widely employed to represent complex higher-order relations in real-world applications. Most hypergraph learning research focuses on node-level or edge-level tasks. A practically relevant but more challen…

Node Classification

Influence Maximization in Hypergraphs Using A Genetic Algorithm with New Initialization and Evaluation Methods

2024-05-15 · Xilong Qu, Wenbin Pei, Yingchao Yang, Xirong Xu 외

Influence maximization (IM) is a crucial optimization task related to analyzing complex networks in the real world, such as social networks, disease propagation networks, and marketing networks. Publications to date abou…

Marketing

Clustering in graphs and hypergraphs with categorical edge labels

2019-10-22 · Ilya Amburg, Nate Veldt, Austin R. Benson

Modern graph or network datasets often contain rich structure that goes beyond simple pairwise connections between nodes. This calls for complex representations that can capture, for instance, edges of different types as…

ClusteringCommunity Detection

Scalable Hypergraph Embedding System

2021-03-09 · Sepideh Maleki, Donya Saless, Dennis P. Wall, Keshav Pingali

Many problems such as node classification and link prediction in network data can be solved using graph embeddings. However, it is difficult to use graphs to capture non-binary relations such as communities of nodes. The…

Graph Embeddinghypergraph embeddingLink PredictionNode Classification

MULTI-LEVEL APPROACH TO ACCURATE AND SCALABLE HYPERGRAPH EMBEDDING

2021-09-29 · Sepideh Maleki, Donya Saless, Dennis Wall, Keshav Pingali

Many problems such as node classification and link prediction in network data can be solved using graph embeddings, and a number of algorithms are known for constructing such embeddings. However, it is difficult to use g…

Graph Embeddinghypergraph embeddingLink PredictionNode Classification