CVLGMay 28, 2022

CyCLIP: Cyclic Contrastive Language-Image Pretraining

arXiv:2205.14459v2178 citationsh-index: 38Has Code
AI Analysis

This addresses a fundamental problem in multimodal AI by improving consistency for better zero-shot performance and robustness, though it is incremental over CLIP.

The paper tackles the issue of inconsistent image and text representations in contrastive learning models like CLIP, proposing CyCLIP to enforce geometric consistency, which results in gains of 10%-24% for zero-shot classification accuracy and 10%-27% for robustness to distribution shifts.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes