Unleashing the Power of Contrastive Self-Supervised Visual Models via Contrast-Regularized Fine-Tuning
Yifan Zhang, Bryan Hooi, Dapeng Hu, Jian Liang, Jiashi Feng

TL;DR
This paper introduces Contrast-regularized fine-tuning (Core-tuning), a novel method that enhances contrastive self-supervised visual models by applying contrastive loss with hard pair mining and boundary smoothing, improving downstream task performance.
Contribution
It proposes a new fine-tuning approach that leverages contrastive loss with hard pair mining and boundary smoothing to better utilize self-supervised features.
Findings
Core-tuning improves image classification accuracy.
Core-tuning enhances semantic segmentation performance.
Contrastive fine-tuning benefits downstream tasks.
Abstract
Contrastive self-supervised learning (CSL) has attracted increasing attention for model pre-training via unlabeled data. The resulted CSL models provide instance-discriminative visual features that are uniformly scattered in the feature space. During deployment, the common practice is to directly fine-tune CSL models with cross-entropy, which however may not be the best strategy in practice. Although cross-entropy tends to separate inter-class features, the resulting models still have limited capability for reducing intra-class feature scattering that exists in CSL models. In this paper, we investigate whether applying contrastive learning to fine-tuning would bring further benefits, and analytically find that optimizing the contrastive loss benefits both discriminative representation learning and model optimization during fine-tuning. Inspired by these findings, we propose…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Multimodal Machine Learning Applications
MethodsContrastive Learning · Circular Smooth Label · Supervised Contrastive Loss · Mixup
