CVOct 2, 2023

Towards Distribution-Agnostic Generalized Category Discovery

arXiv:2310.01376v523 citationsh-index: 13
Originality Highly original
AI Analysis

This addresses a more realistic visual recognition scenario for real-world applications where both known and unknown classes must be classified under imbalanced data distributions.

The paper tackles the combined challenges of data imbalance and open-ended distribution in visual recognition by proposing a distribution-agnostic generalized category discovery (DA-GCD) task, and introduces the Self-Balanced Co-Advice contrastive framework (BaCon) that achieves superior performance over state-of-the-art baselines across various datasets.

Data imbalance and open-ended distribution are two intrinsic characteristics of the real visual world. Though encouraging progress has been made in tackling each challenge separately, few works dedicated to combining them towards real-world scenarios. While several previous works have focused on classifying close-set samples and detecting open-set samples during testing, it's still essential to be able to classify unknown subjects as human beings. In this paper, we formally define a more realistic task as distribution-agnostic generalized category discovery (DA-GCD): generating fine-grained predictions for both close- and open-set classes in a long-tailed open-world setting. To tackle the challenging problem, we propose a Self-Balanced Co-Advice contrastive framework (BaCon), which consists of a contrastive-learning branch and a pseudo-labeling branch, working collaboratively to provide interactive supervision to resolve the DA-GCD task. In particular, the contrastive-learning branch provides reliable distribution estimation to regularize the predictions of the pseudo-labeling branch, which in turn guides contrastive learning through self-balanced knowledge transfer and a proposed novel contrastive loss. We compare BaCon with state-of-the-art methods from two closely related fields: imbalanced semi-supervised learning and generalized category discovery. The effectiveness of BaCon is demonstrated with superior performance over all baselines and comprehensive analysis across various datasets. Our code is publicly available.

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