paper-with-me

홈 › Papers

Unified Contrastive Learning in Image-Text-Label Space

2022-04-07 · CVPR 2022 1 · Jianwei Yang, Chunyuan Li, Pengchuan Zhang, Bin Xiao, Ce Liu, Lu Yuan, Jianfeng Gao

Visual recognition is recently learned via either supervised learning on human-annotated image-label data or language-image contrastive learning with webly-crawled image-text pairs. While supervised learning may result in a more discriminative representation, language-image pretraining shows unprecedented zero-shot recognition capability, largely due to the different properties of data sources and learning objectives. In this work, we introduce a new formulation by combining the two data sources into a common image-text-label space. In this space, we propose a new learning paradigm, called Unified Contrastive Learning (UniCL) with a single learning objective to seamlessly prompt the synergy of two data types. Extensive experiments show that our UniCL is an effective way of learning semantically rich yet discriminative representations, universally for image recognition in zero-shot, linear-probe, fully finetuning and transfer learning scenarios. Particularly, it attains gains up to 9.2% and 14.5% in average on zero-shot recognition benchmarks over the language-image contrastive learning and supervised learning methods, respectively. In linear probe setting, it also boosts the performance over the two methods by 7.3% and 3.4%, respectively. Our study also indicates that UniCL stand-alone is a good learner on pure image-label data, rivaling the supervised learning methods across three image classification datasets and two types of vision backbones, ResNet and Swin Transformer. Code is available at https://github.com/microsoft/UniCL.

📄 PDF Abstract BibTeX arXiv:2204.03610

Code (1)

microsoft/unicl 공식 구현 pytorch

Tasks

Contrastive Learningimage-classificationImage ClassificationTransfer LearningZero-Shot Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Contrastive Learning 설명 없음
Average Pooling 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Unified Medical Image-Text-Label Contrastive Learning With Continuous Prompt

2023-07-12 · Yuhao Wang

Contrastive language-image Pre-training (CLIP) [13] can leverage large datasets of unlabeled Image-Text pairs, which have demonstrated impressive performance in various downstream tasks. Given that annotating medical dat…

Contrastive Learning

Multi-level Supervised Contrastive Learning

2025-02-04 · Naghmeh Ghanooni, Barbod Pajoum, Harshit Rawal, Sophie Fellenz 외

Contrastive learning is a well-established paradigm in representation learning. The standard framework of contrastive learning minimizes the distance between "similar" instances and maximizes the distance between dissimi…

Contrastive LearningRepresentation Learning

CLIBD: Bridging Vision and Genomics for Biodiversity Monitoring at Scale

2024-05-27 · ZeMing Gong, Austin T. Wang, Xiaoliang Huo, Joakim Bruslund Haurum 외

Measuring biodiversity is crucial for understanding ecosystem health. While prior works have developed machine learning models for taxonomic classification of photographic images and DNA separately, in this work, we intr…

Contrastive LearningZero-Shot Learning

UniCLIP: Unified Framework for Contrastive Language-Image Pre-training

2022-09-27 · Janghyeon Lee, Jongsuk Kim, Hyounguk Shon, Bumsoo Kim 외

Pre-training vision-language models with contrastive objectives has shown promising results that are both scalable to large uncurated datasets and transferable to many downstream applications. Some following works have t…

UNIMO: Towards Unified-Modal Understanding and Generation via Cross-Modal Contrastive Learning

2020-12-31 · ACL 2021 5 · Wei Li, Can Gao, guocheng niu, Xinyan Xiao 외

Existed pre-training methods either focus on single-modal tasks or multi-modal tasks, and cannot effectively adapt to each other. They can only utilize single-modal data (i.e. text or image) or limited multi-modal data (…

Contrastive LearningCross-Modal RetrievalImage Captioning