LGAIMar 10, 2023

CHGNN: A Semi-Supervised Contrastive Hypergraph Learning Network

arXiv:2303.06213v236 citationsh-index: 93
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in hypergraph learning for applications like social networks and bioinformatics, offering an incremental improvement over existing methods.

The paper tackles the problem of hypergraph learning from both labeled and unlabeled data by proposing CHGNN, a contrastive hypergraph neural network that integrates self-supervised techniques, resulting in improved classification accuracy over 13 competitors on nine real datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes