Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CaCo: Both Positive and Negative Samples are Directly Learnable via Cooperative-adversarial Contrastive Learning

About

As a representative self-supervised method, contrastive learning has achieved great successes in unsupervised training of representations. It trains an encoder by distinguishing positive samples from negative ones given query anchors. These positive and negative samples play critical roles in defining the objective to learn the discriminative encoder, avoiding it from learning trivial features. While existing methods heuristically choose these samples, we present a principled method where both positive and negative samples are directly learnable end-to-end with the encoder. We show that the positive and negative samples can be cooperatively and adversarially learned by minimizing and maximizing the contrastive loss, respectively. This yields cooperative positives and adversarial negatives with respect to the encoder, which are updated to continuously track the learned representation of the query anchors over mini-batches. The proposed method achieves 71.3% and 75.3% in top-1 accuracy respectively over 200 and 800 epochs of pre-training ResNet-50 backbone on ImageNet1K without tricks such as multi-crop or stronger augmentations. With Multi-Crop, it can be further boosted into 75.7%. The source code and pre-trained model are released in https://github.com/maple-research-lab/caco.

Xiao Wang, Yuhang Huang, Dan Zeng, Guo-Jun Qi• 2022

Related benchmarks

TaskDatasetResultRank
ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy (%)72
1155
Image ClassificationCIFAR-100
Top-1 Accuracy76
622
Image ClassificationImageNet-1K
Top-1 Acc75.3
524
Image ClassificationDTD
Accuracy76.8
487
Image ClassificationStanford Cars--
477
Image ClassificationSUN397--
425
Image ClassificationImageNet-1k (val)
Top-1 Acc75.7
287
Image ClassificationFGVC Aircraft
Top-1 Accuracy66
185
Image ClassificationOxford Flowers 102
Accuracy96.1
172
Image ClassificationCaltech-101
Top-1 Accuracy94.4
146
Showing 10 of 13 rows

Other info

Code

Follow for update