paper-with-me

Papers

Hypergraph Convolution and Hypergraph Attention

2019-01-23 · Song Bai, Feihu Zhang, Philip H. S. Torr

Recently, graph neural networks have attracted great attention and achieved prominent performance in various research fields. Most of those algorithms have assumed pairwise relationships of objects of interest. However, in many real applications, the relationships between objects are in higher-order, beyond a pairwise formulation. To efficiently learn deep embeddings on the high-order graph-structured data, we introduce two end-to-end trainable operators to the family of graph neural networks, i.e., hypergraph convolution and hypergraph attention. Whilst hypergraph convolution defines the basic formulation of performing convolution on a hypergraph, hypergraph attention further enhances the capacity of representation learning by leveraging an attention module. With the two operators, a graph neural network is readily extended to a more flexible model and applied to diverse applications where non-pairwise relationships are observed. Extensive experimental results with semi-supervised node classification demonstrate the effectiveness of hypergraph convolution and hypergraph attention.

📄 PDF Abstract BibTeX arXiv:1901.08150

Code (1)

rusty1s/pytorch_geometric 공식 구현 pytorch

Tasks

Graph Neural NetworkNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

DyHCN: Dynamic Hypergraph Convolutional Networks

2021-01-01 · Nan Yin, Zhigang Luo, Wenjie Wang, Fuli Feng 외

Hypergraph Convolutional Network (HCN) has become a default choice for capturing high-order relations among nodes, \emph{i.e., } encoding the structure of a hypergraph. However, existing HCN models ignore the dynamic evo…

Line Hypergraph Convolution Network: Applying Graph Convolution for Hypergraphs

2020-02-09 · Sambaran Bandyopadhyay, Kishalay Das, M. Narasimha Murty

Network representation learning and node classification in graphs got significant attention due to the invent of different types graph neural networks. Graph convolution network (GCN) is a popular semi-supervised techniq…

Node ClassificationRepresentation Learning

DHGNN: Dynamic Hypergraph Neural Networks

2019-07-01 · Jianwen Jiang, Yuxuan Wei, Yifan Feng, Jingxuan Cao 외

In recent years, graph/hypergraph-based deep learning methods have attracted much attention from researchers. These deep learning methods take graph/hypergraph structure as prior knowledge in the model. However, hidden a…

Dynamic Hypergraph Representation Learning for Multivariate Time Series without Prior Knowledge

2026-05-21 · Marco Gregnanin, Johannes De Smedt, Giorgio Gnecco, Maurizio Parton arxiv

Hypergraphs have the capacity to capture higher-dimensional relationships among entities across various domains, making them a subject of growing interest within the research community for understanding the structure and…

Representation LearningCommunity Detection

Learnable Hypergraph Laplacian for Hypergraph Learning

2021-06-12 · Jiying Zhang, Yuzhao Chen, Xi Xiao, Runiu Lu 외

Hypergraph Convolutional Neural Networks (HGCNNs) have demonstrated their potential in modeling high-order relations preserved in graph-structured data. However, most existing convolution filters are localized and determ…

Graph ClassificationNode Classification