paper-with-me

Papers

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 technique which aggregates attributes within the neighborhood of each node. Conventional GCNs can be applied to simple graphs where each edge connects only two nodes. But many modern days applications need to model high order relationships in a graph. Hypergraphs are effective data types to handle such complex relationships. In this paper, we propose a novel technique to apply graph convolution on hypergraphs with variable hyperedge sizes. We use the classical concept of line graph of a hypergraph for the first time in the hypergraph learning literature. Then we propose to use graph convolution on the line graph of a hypergraph. Experimental analysis on multiple real world network datasets shows the merit of our approach compared to state-of-the-arts.

📄 PDF Abstract BibTeX arXiv:2002.03392

Code (0)

등록된 구현이 없습니다.

Tasks

Node ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

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, …

Graph Neural NetworkNode ClassificationRepresentation Learning

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…

Self-Supervised Hypergraph Convolutional Networks for Session-based Recommendation

2020-12-12 · Xin Xia, Hongzhi Yin, Junliang Yu, Qinyong Wang 외

Session-based recommendation (SBR) focuses on next-item prediction at a certain time point. As user profiles are generally not available in this scenario, capturing the user intent lying in the item transitions plays a p…

Self-Supervised LearningSession-Based Recommendations

Convolutional Signal Propagation: A Simple Scalable Algorithm for Hypergraphs

2024-09-26 · Pavel Procházka, Marek Dědič, Lukáš Bajer

Last decade has seen the emergence of numerous methods for learning on graphs, particularly Graph Neural Networks (GNNs). These methods, however, are often not directly applicable to more complex structures like bipartit…

Node ClassificationRetrieval

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…