paper-with-me

Papers

CyCLIP: Cyclic Contrastive Language-Image Pretraining

2022-05-28 · Shashank Goel, Hritik Bansal, Sumit Bhatia, Ryan A. Rossi, Vishwa Vinay, Aditya Grover

Recent advances in contrastive representation learning over paired image-text data have led to models such as CLIP that achieve state-of-the-art performance for zero-shot classification and distributional robustness. Such models typically require joint reasoning in the image and text representation spaces for downstream inference tasks. Contrary to prior beliefs, we demonstrate that the image and text representations learned via a standard contrastive objective are not interchangeable and can lead to inconsistent downstream predictions. To mitigate this issue, we formalize consistency and propose CyCLIP, a framework for contrastive representation learning that explicitly optimizes for the learned representations to be geometrically consistent in the image and text space. In particular, we show that consistent representations can be learned by explicitly symmetrizing (a) the similarity between the two mismatched image-text pairs (cross-modal consistency); and (b) the similarity between the image-image pair and the text-text pair (in-modal consistency). Empirically, we show that the improved consistency in CyCLIP translates to significant gains over CLIP, with gains ranging from 10%-24% for zero-shot classification accuracy on standard benchmarks (CIFAR-10, CIFAR-100, ImageNet1K) and 10%-27% for robustness to various natural distribution shifts. The code is available at https://github.com/goel-shashank/CyCLIP.

📄 PDF Abstract BibTeX arXiv:2205.14459

Code (1)

goel-shashank/CyCLIP 공식 구현 pytorch

Tasks

Representation LearningVisual Reasoningzero-shot-classificationZero-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 제목 키워드 기반

On the Language Encoder of Contrastive Cross-modal Models

2023-10-20 · Mengjie Zhao, Junya Ono, Zhi Zhong, Chieh-Hsin Lai 외

Contrastive cross-modal models such as CLIP and CLAP aid various vision-language (VL) and audio-language (AL) tasks. However, there has been limited investigation of and improvement in their language encoder, which is th…

cross-modal alignmentSentenceSentence EmbeddingSentence-Embedding

DINORANKCLIP: DINOv3 Distillation and Injection for Vision-Language Pretraining with High-Order Ranking Consistency

2026-05-07 · Shuyang Jiang, Nan Yu, Yiming Zhang, Zenghui Ding 외 arxiv

Contrastive language-image pretraining (CLIP) suffers from two structural weaknesses: the symmetric InfoNCE loss discards the relative ordering among unmatched in-batch pairs, and global pooling collapses the visual repr…

Cyclic Contrastive Knowledge Transfer for Open-Vocabulary Object Detection

2025-03-14 · Chuhan Zhang, Chaoyang Zhu, Pingcheng Dong, Long Chen 외

In pursuit of detecting unstinted objects that extend beyond predefined categories, prior arts of open-vocabulary object detection (OVD) typically resort to pretrained vision-language models (VLMs) for base-to-novel cate…

object-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection+1

A Primer on Contrastive Pretraining in Language Processing: Methods, Lessons Learned and Perspectives

2021-02-25 · Nils Rethmeier, Isabelle Augenstein

Modern natural language processing (NLP) methods employ self-supervised pretraining objectives such as masked language modeling to boost the performance of various application tasks. These pretraining methods are frequen…

Contrastive LearningLanguage ModelingLanguage ModellingMasked Language Modeling+3

FLAVARS: A Multimodal Foundational Language and Vision Alignment Model for Remote Sensing

2025-01-14 · Isaac Corley, Simone Fobi Nsutezo, Anthony Ortiz, Caleb Robinson 외

Remote sensing imagery is dense with objects and contextual visual information. There is a recent trend to combine paired satellite images and text captions for pretraining performant encoders for downstream tasks. Howev…

ClassificationContrastive LearningSemantic Segmentationzero-shot-classification+1