LGAIIRSIAug 31, 2023

Towards Long-Tailed Recognition for Graph Classification via Collaborative Experts

Peking U
arXiv:2308.16609v216 citationsh-index: 31
Originality Incremental advance
AI Analysis

This addresses a largely unexplored problem of long-tailed recognition for graph classification, which is incremental as it adapts existing long-tailed learning ideas to graphs with specific enhancements.

The paper tackles graph classification on long-tailed datasets, where head classes have many more samples than tail classes, by proposing a collaborative multi-expert learning framework (CoMe) that achieves superior performance over state-of-the-art baselines on seven benchmark datasets.

Graph classification, aiming at learning the graph-level representations for effective class assignments, has received outstanding achievements, which heavily relies on high-quality datasets that have balanced class distribution. In fact, most real-world graph data naturally presents a long-tailed form, where the head classes occupy much more samples than the tail classes, it thus is essential to study the graph-level classification over long-tailed data while still remaining largely unexplored. However, most existing long-tailed learning methods in visions fail to jointly optimize the representation learning and classifier training, as well as neglect the mining of the hard-to-classify classes. Directly applying existing methods to graphs may lead to sub-optimal performance, since the model trained on graphs would be more sensitive to the long-tailed distribution due to the complex topological characteristics. Hence, in this paper, we propose a novel long-tailed graph-level classification framework via Collaborative Multi-expert Learning (CoMe) to tackle the problem. To equilibrate the contributions of head and tail classes, we first develop balanced contrastive learning from the view of representation learning, and then design an individual-expert classifier training based on hard class mining. In addition, we execute gated fusion and disentangled knowledge distillation among the multiple experts to promote the collaboration in a multi-expert framework. Comprehensive experiments are performed on seven widely-used benchmark datasets to demonstrate the superiority of our method CoMe over state-of-the-art baselines.

Foundations

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

Your Notes