CVSep 19, 2020

Weak-shot Fine-grained Classification via Similarity Transfer

arXiv:2009.09197v231 citationsHas Code
AI Analysis

This work addresses the data-hungry issue in fine-grained classification for computer vision researchers, presenting an incremental improvement by adapting similarity transfer to a new weak-shot setting.

The paper tackles the problem of fine-grained classification with limited annotated data by introducing a weak-shot learning setting that uses web data supported by a clean base set, and proposes SimTrans to transfer pairwise semantic similarity from base to novel categories, achieving effective results as demonstrated in comprehensive experiments.

Recognizing fine-grained categories remains a challenging task, due to the subtle distinctions among different subordinate categories, which results in the need of abundant annotated samples. To alleviate the data-hungry problem, we consider the problem of learning novel categories from web data with the support of a clean set of base categories, which is referred to as weak-shot learning. In this setting, we propose a method called SimTrans to transfer pairwise semantic similarity from base categories to novel categories. Specifically, we firstly train a similarity net on clean data, and then leverage the transferred similarity to denoise web training data using two simple yet effective strategies. In addition, we apply adversarial loss on similarity net to enhance the transferability of similarity. Comprehensive experiments demonstrate the effectiveness of our weak-shot setting and our SimTrans method. Datasets and codes are available at https://github.com/bcmi/SimTrans-Weak-Shot-Classification.

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