通过聚类与对比学习缓解图分类中的类别不平衡问题
Cluster-guided Contrastive Class-imbalanced Graph Classification
- 将多数类图聚为小规模子类,平衡类别分布
- 结合Mixup生成合成样本,提升子类语义多样性
- 适合处理多数类内部结构复杂、少数类样本稀疏的场景
本文研究类别不平衡的图分类问题,旨在有效处理类别分布不均场景下的图分类任务。尽管图神经网络(GNN)已取得显著进展,其在类别不平衡图数据上的建模能力仍不足,常导致预测偏向多数类。现有视觉领域的不平衡学习方法可能忽略多数类丰富的图语义子结构,过度关注少数类。为此,本文提出C³GNN方法,将聚类思想融入对比学习,以增强类别不平衡图分类性能。技术上,C³GNN将每个多数类的图聚为多个子类,子类规模与少数类相当,缓解类别不平衡;采用Mixup技术生成合成样本,丰富各子类语义多样性;同时使用监督对比学习,分层学习有效图表示,使模型能深入挖掘多数类内部语义结构,避免过度聚焦少数类。在多个真实世界图基准数据集上的大量实验验证了该方法优于现有基线。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。