paper-with-me

홈 › Papers

Supervision Exists Everywhere: A Data Efficient Contrastive Language-Image Pre-training Paradigm

2021-10-11 · ICLR 2022 4 · Yangguang Li, Feng Liang, Lichen Zhao, Yufeng Cui, Wanli Ouyang, Jing Shao, Fengwei Yu, Junjie Yan

Recently, large-scale Contrastive Language-Image Pre-training (CLIP) has attracted unprecedented attention for its impressive zero-shot recognition ability and excellent transferability to downstream tasks. However, CLIP is quite data-hungry and requires 400M image-text pairs for pre-training, thereby restricting its adoption. This work proposes a novel training paradigm, Data efficient CLIP (DeCLIP), to alleviate this limitation. We demonstrate that by carefully utilizing the widespread supervision among the image-text pairs, our De-CLIP can learn generic visual features more efficiently. Instead of using the single image-text contrastive supervision, we fully exploit data potential through the use of (1) self-supervision within each modality; (2) multi-view supervision across modalities; (3) nearest-neighbor supervision from other similar pairs. Benefiting from intrinsic supervision, our DeCLIP-ResNet50 can achieve 60.4% zero-shot top1 accuracy on ImageNet, which is 0.8% above the CLIP-ResNet50 while using 7.1 x fewer data. Our DeCLIP-ResNet50 outperforms its counterpart in 8 out of 11 visual datasets when transferred to downstream tasks. Moreover, Scaling up the model and computing also works well in our framework.Our code, dataset and models are released at: https://github.com/Sense-GVT/DeCLIP

📄 PDF Abstract BibTeX arXiv:2110.05208

Code (4)

sense-gvt/declip 공식 구현 pytorch
deepglint/alip pytorch
deepglint/rwkv-clip pytorch
lucidrains/x-clip pytorch

Tasks

Zero-Shot Learning

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Lexicon-Level Contrastive Visual-Grounding Improves Language Modeling

2024-03-21 · Chengxu Zhuang, Evelina Fedorenko, Jacob Andreas

Today's most accurate language models are trained on orders of magnitude more language data than human language learners receive - but with no supervision from other sensory modalities that play a crucial role in human l…

Grounded language learningLanguage AcquisitionLanguage ModelingLanguage Modelling+2

Cardinality-Minimal Explanations for Monotonic Neural Networks

2022-05-19 · Ouns El Harzli, Bernardo Cuenca Grau, Ian Horrocks

In recent years, there has been increasing interest in explanation methods for neural model predictions that offer precise formal guarantees. These include abductive (respectively, contrastive) methods, which aim to comp…

Fine-Tuning Pre-trained Language Model with Weak Supervision: A Contrastive-Regularized Self-Training Approach

2020-10-15 · NAACL 2021 4 · Yue Yu, Simiao Zuo, Haoming Jiang, Wendi Ren 외

Fine-tuned pre-trained language models (LMs) have achieved enormous success in many natural language processing (NLP) tasks, but they still require excessive labeled data in the fine-tuning stage. We study the problem of…

Language ModelingLanguage ModellingSentenceSentence-Pair Classification+3

Technical Language Supervision for Intelligent Fault Diagnosis in Process Industry

2021-12-11 · Karl Löwenmark, Cees Taal, Stephan Schnabel, Marcus Liwicki 외

In the process industry, condition monitoring systems with automated fault diagnosis methods assist human experts and thereby improve maintenance efficiency, process sustainability, and workplace safety. Improving the au…

Contrastive LearningFault DiagnosisModel OptimizationTransfer Learning

BiXSE: Improving Dense Retrieval via Probabilistic Graded Relevance Distillation

2025-08-09 · Christos Tsirigotis, Vaibhav Adlakha, Joao Monteiro, Aaron Courville 외 arxiv

Neural sentence embedding models for dense retrieval typically rely on binary relevance labels, treating query-document pairs as either relevant or irrelevant. However, real-world relevance often exists on a continuum, a…

Contrastive Learning