paper-with-me

Papers

Finetuning CLIP to Reason about Pairwise Differences

2024-09-15 · Dylan Sam, Devin Willmott, Joao D. Semedo, J. Zico Kolter

Vision-language models (VLMs) such as CLIP are trained via contrastive learning between text and image pairs, resulting in aligned image and text embeddings that are useful for many downstream tasks. A notable drawback of CLIP, however, is that the resulting embedding space seems to lack some of the structure of their purely text-based alternatives. For instance, while text embeddings have been long noted to satisfy \emph{analogies} in embedding space using vector arithmetic, CLIP has no such property. In this paper, we propose an approach to natively train CLIP in a contrastive manner to reason about differences in embedding space. We finetune CLIP so that the differences in image embedding space correspond to \emph{text descriptions of the image differences}, which we synthetically generate with large language models on image-caption paired datasets. We first demonstrate that our approach yields significantly improved capabilities in ranking images by a certain attribute (e.g., elephants are larger than cats), which is useful in retrieval or constructing attribute-based classifiers, and improved zeroshot classification performance on many downstream image classification tasks. In addition, our approach enables a new mechanism for inference that we refer to as comparative prompting, where we leverage prior knowledge of text descriptions of differences between classes of interest, achieving even larger performance gains in classification. Finally, we illustrate that the resulting embeddings obey a larger degree of geometric properties in embedding space, such as in text-to-image generation.

📄 PDF Abstract BibTeX arXiv:2409.09721

Code (1)

dsam99/pc_clip 공식 구현 pytorch

Tasks

AttributeContrastive Learningimage-classificationImage ClassificationImage GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
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 제목 키워드 기반

Finetune like you pretrain: Improved finetuning of zero-shot vision models

2022-12-01 · CVPR 2023 1 · Sachin Goyal, Ananya Kumar, Sankalp Garg, Zico Kolter 외

Finetuning image-text models such as CLIP achieves state-of-the-art accuracies on a variety of benchmarks. However, recent works like WiseFT (Wortsman et al., 2021) and LP-FT (Kumar et al., 2022) have shown that even sub…

DescriptiveFew-Shot LearningTransfer Learning

VersusQ: Pairwise Margin Reasoning for Generalizable Video Quality Assessment

2026-05-20 · Shibei Meng, Binxin Yang, Yuan Liu, Jiexuan Zhang 외 arxiv

Large Multimodal Models (LMMs) have shown promise for video quality assessment, but most methods still predict an absolute score for each video. Such pointwise supervision often mixes perceptual quality with dataset-spec…

Video Quality AssessmentDomain GeneralizationRelational Reasoning

LamPO: A Lambda Style Policy Optimization for Reasoning Language Models

2026-05-20 · Redacted by arXiv arxiv

Reinforcement learning with verifiable rewards (RLVR) has become an effective paradigm for improving reasoning language models on tasks such as mathematics, coding, and scientific question answering. However, widely used…

Reinforcement LearningQuestion Answering

CLAP4CLIP: Continual Learning with Probabilistic Finetuning for Vision-Language Models

2024-03-28 · Saurav Jha, Dong Gong, Lina Yao

Continual learning (CL) aims to help deep neural networks learn new knowledge while retaining what has been learned. Owing to their powerful generalizability, pre-trained vision-language models such as Contrastive Langua…

Continual Learning

Enhancing Vision-Language Models Generalization via Diversity-Driven Novel Feature Synthesis

2024-05-04 · Siyuan Yan, Cheng Luo, Zhen Yu, ZongYuan Ge

Vision-language foundation models like CLIP have shown impressive zero-shot generalization, but finetuning on downstream datasets can cause overfitting and loss of its generalization ability on unseen domains. Although c…

DiversityZero-shot Generalization