Parametric Classification for Generalized Category Discovery: A Baseline Study
About
Generalized Category Discovery (GCD) aims to discover novel categories in unlabelled datasets using knowledge learned from labelled samples. Previous studies argued that parametric classifiers are prone to overfitting to seen categories, and endorsed using a non-parametric classifier formed with semi-supervised k-means. However, in this study, we investigate the failure of parametric classifiers, verify the effectiveness of previous design choices when high-quality supervision is available, and identify unreliable pseudo-labels as a key problem. We demonstrate that two prediction biases exist: the classifier tends to predict seen classes more often, and produces an imbalanced distribution across seen and novel categories. Based on these findings, we propose a simple yet effective parametric classification method that benefits from entropy regularisation, achieves state-of-the-art performance on multiple GCD benchmarks and shows strong robustness to unknown class numbers. We hope the investigation and proposed simple framework can serve as a strong baseline to facilitate future studies in this field. Our code is available at: https://github.com/CVMI-Lab/SimGCD.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Generalized Category Discovery | ImageNet-100 | All Accuracy89.9 | 138 | |
| Generalized Category Discovery | CIFAR-100 | Accuracy (All)88.5 | 133 | |
| Generalized Category Discovery | Stanford Cars | Accuracy (All)75.9 | 128 | |
| Generalized Category Discovery | CUB | Accuracy (All)71.5 | 113 | |
| Generalized Category Discovery | CIFAR-10 | All Accuracy98.7 | 105 | |
| Generalized Category Discovery | FGVC Aircraft | Accuracy (All)63.9 | 82 | |
| Generalized Category Discovery | CUB-200 (test) | Overall Accuracy71.5 | 63 | |
| Anomaly Classification | MVTec-AD (test) | -- | 50 | |
| Generalized Category Discovery | Herbarium19 | Score (All Categories)44.9 | 47 | |
| Fine-grained Image Classification | FGVC Aircraft | Accuracy (All)54.2 | 39 |