paper-with-me

Papers

Cluster-guided Contrastive Class-imbalanced Graph Classification

2024-12-17 · Wei Ju, Zhengyang Mao, Siyu Yi, Yifang Qin, Yiyang Gu, Zhiping Xiao, Jianhao Shen, Ziyue Qiao, Ming Zhang

This paper studies the problem of class-imbalanced graph classification, which aims at effectively classifying the graph categories in scenarios with imbalanced class distributions. While graph neural networks (GNNs) have achieved remarkable success, their modeling ability on imbalanced graph-structured data remains suboptimal, which typically leads to predictions biased towards the majority classes. On the other hand, existing class-imbalanced learning methods in vision may overlook the rich graph semantic substructures of the majority classes and excessively emphasize learning from the minority classes. To address these challenges, we propose a simple yet powerful approach called C$^3$GNN that integrates the idea of clustering into contrastive learning to enhance class-imbalanced graph classification. Technically, C$^3$GNN clusters graphs from each majority class into multiple subclasses, with sizes comparable to the minority class, mitigating class imbalance. It also employs the Mixup technique to generate synthetic samples, enriching the semantic diversity of each subclass. Furthermore, supervised contrastive learning is used to hierarchically learn effective graph representations, enabling the model to thoroughly explore semantic substructures in majority classes while avoiding excessive focus on minority classes. Extensive experiments on real-world graph benchmark datasets verify the superior performance of our proposed method against competitive baselines.

📄 PDF Abstract BibTeX arXiv:2412.12984

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationContrastive LearningGraph Classification

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

ImGCL: Revisiting Graph Contrastive Learning on Imbalanced Node Classification

2022-05-23 · Liang Zeng, Lanqing Li, Ziqi Gao, Peilin Zhao 외

Graph contrastive learning (GCL) has attracted a surge of attention due to its superior performance for learning node/graph representations without labels. However, in practice, the underlying class distribution of unlab…

ClassificationContrastive LearningNode ClassificationOnline Clustering

Towards Multi-view Graph Anomaly Detection with Similarity-Guided Contrastive Clustering

2024-09-15 · Lecheng Zheng, John R. Birge, Yifang Zhang, Jingrui He

Anomaly detection on graphs plays an important role in many real-world applications. Usually, these data are composed of multiple types (e.g., user information and transaction records for financial data), thus exhibiting…

Anomaly DetectionClusteringContrastive LearningGraph Anomaly Detection

An Asymmetric Contrastive Loss for Handling Imbalanced Datasets

2022-07-14 · Valentino Vito, Lim Yohanes Stefanus

Contrastive learning is a representation learning method performed by contrasting a sample to other similar samples so that they are brought closely together, forming clusters in the feature space. The learning process i…

Contrastive LearningRepresentation Learning

Joint Debiased Representation and Image Clustering Learning with Self-Supervision

2022-09-14 · Shunjie-Fabian Zheng, JaeEun Nam, Emilio Dorigatti, Bernd Bischl 외

Contrastive learning is among the most successful methods for visual representation learning, and its performance can be further improved by jointly performing clustering on the learned representations. However, existing…

ClusteringContrastive LearningImage ClusteringRepresentation Learning

Cluster-Guided Semi-Supervised Domain Adaptation for Imbalanced Medical Image Classification

2023-03-02 · Shota Harada, Ryoma Bise, Kengo Araki, Akihiko Yoshizawa 외

Semi-supervised domain adaptation is a technique to build a classifier for a target domain by modifying a classifier in another (source) domain using many unlabeled samples and a small number of labeled samples from the …

ClusteringDomain Adaptationimage-classificationImage Classification+3