English

Bridge the Gap between Supervised and Unsupervised Learning for Fine-Grained Classification

Computer Vision and Pattern Recognition 2022-03-02 v1

Abstract

Unsupervised learning technology has caught up with or even surpassed supervised learning technology in general object classification (GOC) and person re-identification (re-ID). However, it is found that the unsupervised learning of fine-grained visual classification (FGVC) is more challenging than GOC and person re-ID. In order to bridge the gap between unsupervised and supervised learning for FGVC, we investigate the essential factors (including feature extraction, clustering, and contrastive learning) for the performance gap between supervised and unsupervised FGVC. Furthermore, we propose a simple, effective, and practical method, termed as UFCL, to alleviate the gap. Three key issues are concerned and improved: First, we introduce a robust and powerful backbone, ResNet50-IBN, which has an ability of domain adaptation when we transfer ImageNet pre-trained models to FGVC tasks. Next, we propose to introduce HDBSCAN instead of DBSCAN to do clustering, which can generate better clusters for adjacent categories with fewer hyper-parameters. Finally, we propose a weighted feature agent and its updating mechanism to do contrastive learning by using the pseudo labels with inevitable noise, which can improve the optimization process of learning the parameters of the network. The effectiveness of our UFCL is verified on CUB-200-2011, Oxford-Flowers, Oxford-Pets, Stanford-Dogs, Stanford-Cars and FGVC-Aircraft datasets. Under the unsupervised FGVC setting, we achieve state-of-the-art results, and analyze the key factors and the important parameters to provide a practical guidance.

Keywords

Cite

@article{arxiv.2203.00441,
  title  = {Bridge the Gap between Supervised and Unsupervised Learning for Fine-Grained Classification},
  author = {Jiabao Wang and Yang Li and Xiu-Shen Wei and Hang Li and Zhuang Miao and Rui Zhang},
  journal= {arXiv preprint arXiv:2203.00441},
  year   = {2022}
}

Comments

12 pages, 7 figures

R2 v1 2026-06-24T09:57:51.996Z