paper-with-me

Papers

Edge Representation Learning with Hypergraphs

2021-06-30 · NeurIPS 2021 12 · Jaehyeong Jo, Jinheon Baek, Seul Lee, DongKi Kim, Minki Kang, Sung Ju Hwang

Graph neural networks have recently achieved remarkable success in representing graph-structured data, with rapid progress in both the node embedding and graph pooling methods. Yet, they mostly focus on capturing information from the nodes considering their connectivity, and not much work has been done in representing the edges, which are essential components of a graph. However, for tasks such as graph reconstruction and generation, as well as graph classification tasks for which the edges are important for discrimination, accurately representing edges of a given graph is crucial to the success of the graph representation learning. To this end, we propose a novel edge representation learning framework based on Dual Hypergraph Transformation (DHT), which transforms the edges of a graph into the nodes of a hypergraph. This dual hypergraph construction allows us to apply message-passing techniques for node representations to edges. After obtaining edge representations from the hypergraphs, we then cluster or drop edges to obtain holistic graph-level edge representations. We validate our edge representation learning method with hypergraphs on diverse graph datasets for graph representation and generation performance, on which our method largely outperforms existing graph representation learning methods. Moreover, our edge representation learning and pooling method also largely outperforms state-of-the-art graph pooling methods on graph classification, not only because of its accurate edge representation learning, but also due to its lossless compression of the nodes and removal of irrelevant edges for effective message-passing.

📄 PDF Abstract BibTeX arXiv:2106.15845

Code (2)

harryjo97/EHGNN 공식 구현 pytorch
asrtoufa/wikispeedia-paths-dual-hypergraph-features pytorch

Tasks

Graph ClassificationGraph ReconstructionGraph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

HypeBoy: Generative Self-Supervised Representation Learning on Hypergraphs

2024-03-31 · Sunwoo Kim, Shinhwan Kang, Fanchen Bu, Soo Yong Lee 외

Hypergraphs are marked by complex topology, expressing higher-order interactions among multiple nodes with hyperedges, and better capturing the topology is essential for effective representation learning. Recent advances…

Hypergraph representationsNode ClassificationRepresentation LearningSelf-Supervised Learning

Hyper-SAGNN: a self-attention based graph neural network for hypergraphs

2019-11-06 · ICLR 2020 1 · Ruochi Zhang, Yuesong Zou, Jian Ma

Graph representation learning for hypergraphs can be used to extract patterns among higher-order interactions that are critically important in many real world problems. Current approaches designed for hypergraphs, howeve…

Graph Neural NetworkGraph Representation LearningLink PredictionRepresentation Learning

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

BHyGNN+: Unsupervised Representation Learning for Heterophilic Hypergraphs

2026-02-16 · Tianyi Ma, Yiyue Qian, Zehong Wang, Zheyuan Zhang 외 arxiv

Hypergraph Neural Networks (HyGNNs) have demonstrated remarkable success in modeling higher-order relationships among entities. However, their performance often degrades on heterophilic hypergraphs, where nodes connected…

Hypergraph Contrastive LearningSelf-Supervised LearningRepresentation Learning

Expressive Higher-Order Link Prediction through Hypergraph Symmetry Breaking

2024-02-17 · Simon Zhang, Cheng Xin, Tamal K. Dey

A hypergraph consists of a set of nodes along with a collection of subsets of the nodes called hyperedges. Higher-order link prediction is the task of predicting the existence of a missing hyperedge in a hypergraph. A hy…

GPULink Prediction