paper-with-me

Papers

CHGNN: A Semi-Supervised Contrastive Hypergraph Learning Network

2023-03-10 · Yumeng Song, Yu Gu, Tianyi Li, Jianzhong Qi, Zhenghao Liu, Christian S. Jensen, Ge Yu

Hypergraphs can model higher-order relationships among data objects that are found in applications such as social networks and bioinformatics. However, recent studies on hypergraph learning that extend graph convolutional networks to hypergraphs cannot learn effectively from features of unlabeled data. To such learning, we propose a contrastive hypergraph neural network, CHGNN, that exploits self-supervised contrastive learning techniques to learn from labeled and unlabeled data. First, CHGNN includes an adaptive hypergraph view generator that adopts an auto-augmentation strategy and learns a perturbed probability distribution of minimal sufficient views. Second, CHGNN encompasses an improved hypergraph encoder that considers hyperedge homogeneity to fuse information effectively. Third, CHGNN is equipped with a joint loss function that combines a similarity loss for the view generator, a node classification loss, and a hyperedge homogeneity loss to inject supervision signals. It also includes basic and cross-validation contrastive losses, associated with an enhanced contrastive loss training process. Experimental results on nine real datasets offer insight into the effectiveness of CHGNN, showing that it outperforms 13 competitors in terms of classification accuracy consistently.

📄 PDF Abstract BibTeX arXiv:2303.06213

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningNode Classification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

I'm Me, We're Us, and I'm Us: Tri-directional Contrastive Learning on Hypergraphs

2022-06-09 · Dongjin Lee, Kijung Shin

Although machine learning on hypergraphs has attracted considerable attention, most of the works have focused on (semi-)supervised learning, which may cause heavy labeling costs and poor generalization. Recently, contras…

Contrastive LearningData AugmentationNode ClassificationRepresentation Learning

A nonlinear diffusion method for semi-supervised learning on hypergraphs

2021-03-27 · Francesco Tudisco, Konstantin Prokopchik, Austin R. Benson

Hypergraphs are a common model for multiway relationships in data, and hypergraph semi-supervised learning is the problem of assigning labels to all nodes in a hypergraph, given labels on just a few nodes. Diffusions and…

Un-normalized hypergraph p-Laplacian based semi-supervised learning methods

2018-11-06 · Loc Hoang Tran, Linh Hoang Tran

Most network-based machine learning methods assume that the labels of two adjacent samples in the network are likely to be the same. However, assuming the pairwise relationship between samples is not complete. The inform…

Multi-Modal Hypergraph Diffusion Network with Dual Prior for Alzheimer Classification

2022-04-04 · Angelica I. Aviles-Rivero, Christina Runkel, Nicolas Papadakis, Zoe Kourtzi 외

The automatic early diagnosis of prodromal stages of Alzheimer's disease is of great relevance for patient treatment to improve quality of life. We address this problem as a multi-modal classification task. Multi-modal d…

Multi-modal Classification

Directed hypergraph neural network

2020-08-09 · Loc Hoang Tran, Linh Hoang Tran

To deal with irregular data structure, graph convolution neural networks have been developed by a lot of data scientists. However, data scientists just have concentrated primarily on developing deep neural network method…

General ClassificationNode Classification