paper-with-me

Papers

Supervised Contrastive Learning with Structure Inference for Graph Classification

2022-03-15 · Hao Jia, Junzhong Ji, Minglong Lei

Advanced graph neural networks have shown great potentials in graph classification tasks recently. Different from node classification where node embeddings aggregated from local neighbors can be directly used to learn node labels, graph classification requires a hierarchical accumulation of different levels of topological information to generate discriminative graph embeddings. Still, how to fully explore graph structures and formulate an effective graph classification pipeline remains rudimentary. In this paper, we propose a novel graph neural network based on supervised contrastive learning with structure inference for graph classification. First, we propose a data-driven graph augmentation strategy that can discover additional connections to enhance the existing edge set. Concretely, we resort to a structure inference stage based on diffusion cascades to recover possible connections with high node similarities. Second, to improve the contrastive power of graph neural networks, we propose to use a supervised contrastive loss for graph classification. With the integration of label information, the one-vs-many contrastive learning can be extended to a many-vs-many setting, so that the graph-level embeddings with higher topological similarities will be pulled closer. The supervised contrastive loss and structure inference can be naturally incorporated within the hierarchical graph neural networks where the topological patterns can be fully explored to produce discriminative graph embeddings. Experiment results show the effectiveness of the proposed method compared with recent state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2203.07691

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationContrastive LearningGraph ClassificationGraph Neural NetworkNode Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Contrastive Learning 설명 없음
Supervised Contrastive Loss 설명 없음

Similar Papers 제목 키워드 기반

Graph Contrastive Learning for Multi-omics Data

2023-01-03 · Nishant Rajadhyaksha, Aarushi Chitkara

Advancements in technologies related to working with omics data require novel computation methods to fully leverage information and help develop a better understanding of human diseases. This paper studies the effects of…

ClassificationContrastive Learning

GraphCL: Contrastive Self-Supervised Learning of Graph Representations

2020-07-15 · Hakim Hafidi, Mounir Ghogho, Philippe Ciblat, Ananthram Swami

We propose Graph Contrastive Learning (GraphCL), a general framework for learning node representations in a self supervised manner. GraphCL learns node embeddings by maximizing the similarity between the representations …

Contrastive LearningInductive LearningNode ClassificationSelf-Supervised Learning

Contrastive Graph Poisson Networks: Semi-Supervised Learning with Extremely Limited Labels

2021-12-01 · NeurIPS 2021 12 · Sheng Wan, Yibing Zhan, Liu Liu, Baosheng Yu 외

Graph Neural Networks (GNNs) have achieved remarkable performance in the task of semi-supervised node classification. However, most existing GNN models require sufficient labeled data for effective network training. Thei…

Graph AttentionNode ClassificationVariational Inference

Contrastive Training Improves Zero-Shot Classification of Semi-structured Documents

2022-10-11 · Muhammad Khalifa, Yogarshi Vyas, Shuai Wang, Graham Horwood 외

We investigate semi-structured document classification in a zero-shot setting. Classification of semi-structured documents is more challenging than that of standard unstructured documents, as positional, layout, and styl…

ClassificationDocument Classificationzero-shot-classificationZero-Shot Learning

CORE: Contrastive Masked Feature Reconstruction on Graphs

2025-12-15 · Jianyuan Bo, Yuan Fang arxiv

In the rapidly evolving field of self-supervised learning on graphs, generative and contrastive methodologies have emerged as two dominant approaches. Our study focuses on masked feature reconstruction (MFR), a generativ…

Self-Supervised LearningGraph ClassificationContrastive LearningNode Classification