CVDec 25, 2023

Three Heads Are Better Than One: Complementary Experts for Long-Tailed Semi-supervised Learning

arXiv:2312.15702v221 citationsh-index: 17Has CodeAAAI
Originality Incremental advance
AI Analysis

This addresses a specific challenge in semi-supervised learning for imbalanced datasets, offering incremental improvements in domain-specific applications.

The paper tackles the problem of Long-Tailed Semi-Supervised Learning (LTSSL), where labeled data are imbalanced and unlabeled data have an unknown distribution, by proposing the ComPlementary Experts (CPE) method to reduce bias in pseudo-labels, achieving state-of-the-art results such as a 2.22% accuracy improvement on CIFAR-10-LT.

We address the challenging problem of Long-Tailed Semi-Supervised Learning (LTSSL) where labeled data exhibit imbalanced class distribution and unlabeled data follow an unknown distribution. Unlike in balanced SSL, the generated pseudo-labels are skewed towards head classes, intensifying the training bias. Such a phenomenon is even amplified as more unlabeled data will be mislabeled as head classes when the class distribution of labeled and unlabeled datasets are mismatched. To solve this problem, we propose a novel method named ComPlementary Experts (CPE). Specifically, we train multiple experts to model various class distributions, each of them yielding high-quality pseudo-labels within one form of class distribution. Besides, we introduce Classwise Batch Normalization for CPE to avoid performance degradation caused by feature distribution mismatch between head and non-head classes. CPE achieves state-of-the-art performances on CIFAR-10-LT, CIFAR-100-LT, and STL-10-LT dataset benchmarks. For instance, on CIFAR-10-LT, CPE improves test accuracy by over 2.22% compared to baselines. Code is available at https://github.com/machengcheng2016/CPE-LTSSL.

Code Implementations1 repo
Foundations

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

Your Notes