CVAILGJul 29, 2021

Self-Supervised Learning for Fine-Grained Image Classification

arXiv:2107.13973v17 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This addresses the problem of reducing annotation costs for fine-grained image datasets, which is incremental as it applies existing self-supervised methods to a specific domain.

The paper tackles the challenge of fine-grained image classification by leveraging self-supervised learning to learn useful representations from unlabeled data, achieving competitive performance on downstream tasks without extensive manual annotations.

Fine-grained image classification involves identifying different subcategories of a class which possess very subtle discriminatory features. Fine-grained datasets usually provide bounding box annotations along with class labels to aid the process of classification. However, building large scale datasets with such annotations is a mammoth task. Moreover, this extensive annotation is time-consuming and often requires expertise, which is a huge bottleneck in building large datasets. On the other hand, self-supervised learning (SSL) exploits the freely available data to generate supervisory signals which act as labels. The features learnt by performing some pretext tasks on huge unlabelled data proves to be very helpful for multiple downstream tasks. Our idea is to leverage self-supervision such that the model learns useful representations of fine-grained image classes. We experimented with 3 kinds of models: Jigsaw solving as pretext task, adversarial learning (SRGAN) and contrastive learning based (SimCLR) model. The learned features are used for downstream tasks such as fine-grained image classification. Our code is available at http://github.com/rush2406/Self-Supervised-Learning-for-Fine-grained-Image-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