paper-with-me

Papers

With a Little Help from My Friends: Nearest-Neighbor Contrastive Learning of Visual Representations

2021-04-29 · ICCV 2021 10 · Debidatta Dwibedi, Yusuf Aytar, Jonathan Tompson, Pierre Sermanet, Andrew Zisserman

Self-supervised learning algorithms based on instance discrimination train encoders to be invariant to pre-defined transformations of the same instance. While most methods treat different views of the same image as positives for a contrastive loss, we are interested in using positives from other instances in the dataset. Our method, Nearest-Neighbor Contrastive Learning of visual Representations (NNCLR), samples the nearest neighbors from the dataset in the latent space, and treats them as positives. This provides more semantic variations than pre-defined transformations. We find that using the nearest-neighbor as positive in contrastive losses improves performance significantly on ImageNet classification, from 71.7% to 75.6%, outperforming previous state-of-the-art methods. On semi-supervised learning benchmarks we improve performance significantly when only 1% ImageNet labels are available, from 53.8% to 56.5%. On transfer learning benchmarks our method outperforms state-of-the-art methods (including supervised learning with ImageNet) on 8 out of 12 downstream datasets. Furthermore, we demonstrate empirically that our method is less reliant on complex data augmentations. We see a relative reduction of only 2.1% ImageNet Top-1 accuracy when we train using only random crops.

📄 PDF Abstract BibTeX arXiv:2104.14548

Code (4)

beresandras/contrastive-classification-keras tf
keras-team/keras-io/blob/master/examples/vision/nnclr.py tf
lightly-ai/lightly pytorch
vturrisi/solo-learn pytorch

Tasks

Contrastive LearningFine-Grained Image ClassificationImage ClassificationSelf-Supervised Image ClassificationSelf-Supervised LearningSemi-Supervised Image ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

NNCLR 설명 없음
Contrastive Learning 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Residual Connection 설명 없음
Batch Normalization 설명 없음
Average Pooling 설명 없음
Random Resized Crop 설명 없음
Supervised Contrastive Loss 설명 없음

Similar Papers 제목 키워드 기반

Promoting Semantic Connectivity: Dual Nearest Neighbors Contrastive Learning for Unsupervised Domain Generalization

2023-01-01 · CVPR 2023 1 · Yuchen Liu, Yaoming Wang, Yabo Chen, Wenrui Dai 외

Domain Generalization (DG) has achieved great success in generalizing knowledge from source domains to unseen target domains. However, current DG methods rely heavily on labeled source data, which are usually costly …

Contrastive LearningDomain GeneralizationLinear evaluation

Quantifying and Enabling the Interpretability of CLIP-like Models

2024-09-10 · Avinash Madasu, Yossi Gandelsman, Vasudev Lal, Phillip Howard

CLIP is one of the most popular foundational models and is heavily used for many vision-language tasks. However, little is known about the inner workings of CLIP. To bridge this gap we propose a study to quantify the int…

DisentanglementIn-Context Learning

FGRec: A Fine-Grained Point-of-Interest Recommendation Framework by Capturing Intrinsic Influences

2020-07-19 · IEEE International Joint Conference on Neural Network 2020 7 · Yijun Su, Jia-Dong Zhang, Xiang Li, Daren Zha 외

Point-of-interest (POI) recommendation has become an important service to help users discover attractive locations. A variety of available check-in data make it possible to build a personalized POI recommender system, bu…

Recommendation Systems

pNNCLR: Stochastic Pseudo Neighborhoods for Contrastive Learning based Unsupervised Representation Learning Problems

2023-08-14 · Momojit Biswas, Himanshu Buckchash, Dilip K. Prasad

Nearest neighbor (NN) sampling provides more semantic variations than pre-defined transformations for self-supervised learning (SSL) based image recognition problems. However, its performance is restricted by the quality…

Contrastive LearningRepresentation LearningSelf-Supervised Learning

Contrastive Learning with Synthetic Positives

2024-08-30 · Dewen Zeng, Yawen Wu, Xinrong Hu, Xiaowei Xu 외

Contrastive learning with the nearest neighbor has proved to be one of the most efficient self-supervised learning (SSL) techniques by utilizing the similarity of multiple instances within the same class. However, its ef…

Contrastive LearningLinear evaluationSelf-Supervised LearningTransfer Learning