paper-with-me

홈 › Papers

Self-Supervised Learning for Fine-Grained Visual Categorization

2021-05-18 · Muhammad Maaz, Hanoona Abdul Rasheed, Dhanalaxmi Gaddam

Recent research in self-supervised learning (SSL) has shown its capability in learning useful semantic representations from images for classification tasks. Through our work, we study the usefulness of SSL for Fine-Grained Visual Categorization (FGVC). FGVC aims to distinguish objects of visually similar sub categories within a general category. The small inter-class, but large intra-class variations within the dataset makes it a challenging task. The limited availability of annotated labels for such a fine-grained data encourages the need for SSL, where additional supervision can boost learning without the cost of extra annotations. Our baseline achieves $86.36\%$ top-1 classification accuracy on CUB-200-2011 dataset by utilizing random crop augmentation during training and center crop augmentation during testing. In this work, we explore the usefulness of various pretext tasks, specifically, rotation, pretext invariant representation learning (PIRL), and deconstruction and construction learning (DCL) for FGVC. Rotation as an auxiliary task promotes the model to learn global features, and diverts it from focusing on the subtle details. PIRL that uses jigsaw patches attempts to focus on discriminative local regions, but struggles to accurately localize them. DCL helps in learning local discriminating features and outperforms the baseline by achieving $87.41\%$ top-1 accuracy. The deconstruction learning forces the model to focus on local object parts, while reconstruction learning helps in learning the correlation between the parts. We perform extensive experiments to reason our findings. Our code is available at https://github.com/mmaaz60/ssl_for_fgvc.

📄 PDF Abstract BibTeX arXiv:2105.08788

Code (1)

mmaaz60/ssl_for_fgvc 공식 구현 pytorch

Tasks

Fine-Grained Visual CategorizationRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

PIRL Pretext-Invariant Representation Learning (PIRL, pronounced as “pearl”) learns invariant representations based on pretext tasks. PIRL is used with a commonly used pretext task…
Jigsaw Jigsaw is a self-supervision approach that relies on jigsaw-like puzzles as the pretext task in order to learn image representations.

Similar Papers 제목 키워드 기반

Cross-Level Multi-Instance Distillation for Self-Supervised Fine-Grained Visual Categorization

2024-01-16 · Qi Bi, Wei Ji, Jingjun Yi, Haolan Zhan 외

High-quality annotation of fine-grained visual categories demands great expert knowledge, which is taxing and time consuming. Alternatively, learning fine-grained visual representation from enormous unlabeled images (e.g…

Fine-Grained Visual CategorizationKnowledge DistillationMultiple Instance LearningSelf-Supervised Learning

Novel Class Discovery for Ultra-Fine-Grained Visual Categorization

2024-05-10 · CVPR 2024 1 · Yu Liu, Yaqi Cai, Qi Jia, Binglin Qiu 외

Ultra-fine-grained visual categorization (Ultra-FGVC) aims at distinguishing highly similar sub-categories within fine-grained objects, such as different soybean cultivars. Compared to traditional fine-grained visual cat…

Contrastive LearningFine-Grained Visual CategorizationNovel Class DiscoveryRepresentation Learning+1

Weakly Supervised Fine-Grained Image Categorization

2015-04-20 · Yu Zhang, Xiu-Shen Wei, Jianxin Wu, Jianfei Cai 외

In this paper, we categorize fine-grained images without using any object / part annotation neither in the training nor in the testing stage, a step towards making it suitable for deployments. Fine-grained image categori…

Fine-Grained Image ClassificationImage CategorizationObject

Fine-grained Visual-textual Representation Learning

2017-08-31 · Xiangteng He, Yuxin Peng

Fine-grained visual categorization is to recognize hundreds of subcategories belonging to the same basic-level category, which is a highly challenging task due to the quite subtle and local visual distinctions among simi…

Fine-Grained Visual CategorizationRepresentation Learning

Exploring Fine-Grained Audiovisual Categorization with the SSW60 Dataset

2022-07-21 · Grant van Horn, Rui Qian, Kimberly Wilber, Hartwig Adam 외

We present a new benchmark dataset, Sapsucker Woods 60 (SSW60), for advancing research on audiovisual fine-grained categorization. While our community has made great strides in fine-grained visual categorization on image…

Fine-Grained Visual CategorizationVideo Classification