CVApr 22, 2022

iCAR: Bridging Image Classification and Image-text Alignment for Visual Recognition

arXiv:2204.10760v113 citationsh-index: 74Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of integrating complementary visual learning approaches for researchers and practitioners in computer vision, offering incremental improvements over existing methods.

The paper tackles the problem of combining image classification and image-text alignment for visual recognition by proposing a deep fusion method with three adaptations, resulting in improved performance on tasks like zero-shot/few-shot classification and downstream applications such as action recognition and object detection.

Image classification, which classifies images by pre-defined categories, has been the dominant approach to visual representation learning over the last decade. Visual learning through image-text alignment, however, has emerged to show promising performance, especially for zero-shot recognition. We believe that these two learning tasks are complementary, and suggest combining them for better visual learning. We propose a deep fusion method with three adaptations that effectively bridge two learning tasks, rather than shallow fusion through naive multi-task learning. First, we modify the previous common practice in image classification, a linear classifier, with a cosine classifier which shows comparable performance. Second, we convert the image classification problem from learning parametric category classifier weights to learning a text encoder as a meta network to generate category classifier weights. The learnt text encoder is shared between image classification and image-text alignment. Third, we enrich each class name with a description to avoid confusion between classes and make the classification method closer to the image-text alignment. We prove that this deep fusion approach performs better on a variety of visual recognition tasks and setups than the individual learning or shallow fusion approach, from zero-shot/few-shot image classification, such as the Kornblith 12-dataset benchmark, to downstream tasks of action recognition, semantic segmentation, and object detection in fine-tuning and open-vocabulary settings. The code will be available at https://github.com/weiyx16/iCAR.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes