CVApr 4, 2023

Improved Visual Fine-tuning with Natural Language Supervision

UW
arXiv:2304.01489v211 citationsh-index: 32Has Code
AI Analysis

This addresses bias in fine-tuning for vision tasks, but it is incremental as it builds on existing pre-trained models and regularization techniques.

The paper tackles the problem of bias in visual fine-tuning from pre-training tasks and data, proposing a method that uses a fixed text classifier to regularize the vision classifier, resulting in consistent improvements across 11 downstream tasks.

Fine-tuning a visual pre-trained model can leverage the semantic information from large-scale pre-training data and mitigate the over-fitting problem on downstream vision tasks with limited training examples. While the problem of catastrophic forgetting in pre-trained backbone has been extensively studied for fine-tuning, its potential bias from the corresponding pre-training task and data, attracts less attention. In this work, we investigate this problem by demonstrating that the obtained classifier after fine-tuning will be close to that induced by the pre-trained model. To reduce the bias in the classifier effectively, we introduce a reference distribution obtained from a fixed text classifier, which can help regularize the learned vision classifier. The proposed method, Text Supervised fine-tuning (TeS), is evaluated with diverse pre-trained vision models including ResNet and ViT, and text encoders including BERT and CLIP, on 11 downstream tasks. The consistent improvement with a clear margin over distinct scenarios confirms the effectiveness of our proposal. Code is available at \url{https://github.com/idstcv/TeS}.

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