P$^2$OT: Progressive Partial Optimal Transport for Deep Imbalanced Clustering
Chuyu Zhang, Hui Ren, Xuming He
TL;DR
This work tackles deep clustering under realistic class-imbalance (deep imbalanced clustering) by marrying progressive pseudo-labeling with a Progressive Partial Optimal Transport (P$^2$OT) framework. P$^2$OT imposes imbalance-aware pseudo-labels through a KL-divergence cluster-size constraint and a total-mass constraint that progressively selects samples, reformulated as an unbalanced OT problem and solved via a fast Sinkhorn-like scaling method with a virtual cluster. The method enables one-stage end-to-end learning, exploiting a memory buffer and an adaptive mass ramp to learn from easy to hard samples without hand-tuned confidence thresholds. Experiments on CIFAR100 with long-tail, ImageNet-R, and large iNaturalist subsets show state-of-the-art performance, particularly improving medium and tail classes while maintaining efficiency on large-scale data.
Abstract
Deep clustering, which learns representation and semantic clustering without labels information, poses a great challenge for deep learning-based approaches. Despite significant progress in recent years, most existing methods focus on uniformly distributed datasets, significantly limiting the practical applicability of their methods. In this paper, we first introduce a more practical problem setting named deep imbalanced clustering, where the underlying classes exhibit an imbalance distribution. To tackle this problem, we propose a novel pseudo-labeling-based learning framework. Our framework formulates pseudo-label generation as a progressive partial optimal transport problem, which progressively transports each sample to imbalanced clusters under prior distribution constraints, thus generating imbalance-aware pseudo-labels and learning from high-confident samples. In addition, we transform the initial formulation into an unbalanced optimal transport problem with augmented constraints, which can be solved efficiently by a fast matrix scaling algorithm. Experiments on various datasets, including a human-curated long-tailed CIFAR100, challenging ImageNet-R, and large-scale subsets of fine-grained iNaturalist2018 datasets, demonstrate the superiority of our method.
