paper-with-me

홈 › Papers

Improving CLIP Training with Language Rewrites

2023-05-31 · NeurIPS 2023 11 · Lijie Fan, Dilip Krishnan, Phillip Isola, Dina Katabi, Yonglong Tian

Contrastive Language-Image Pre-training (CLIP) stands as one of the most effective and scalable methods for training transferable vision models using paired image and text data. CLIP models are trained using contrastive loss, which typically relies on data augmentations to prevent overfitting and shortcuts. However, in the CLIP training paradigm, data augmentations are exclusively applied to image inputs, while language inputs remain unchanged throughout the entire training process, limiting the exposure of diverse texts to the same image. In this paper, we introduce Language augmented CLIP (LaCLIP), a simple yet highly effective approach to enhance CLIP training through language rewrites. Leveraging the in-context learning capability of large language models, we rewrite the text descriptions associated with each image. These rewritten texts exhibit diversity in sentence structure and vocabulary while preserving the original key concepts and meanings. During training, LaCLIP randomly selects either the original texts or the rewritten versions as text augmentations for each image. Extensive experiments on CC3M, CC12M, RedCaps and LAION-400M datasets show that CLIP pre-training with language rewrites significantly improves the transfer performance without computation or memory overhead during training. Specifically for ImageNet zero-shot accuracy, LaCLIP outperforms CLIP by 8.2% on CC12M and 2.4% on LAION-400M. Code is available at https://github.com/LijieFan/LaCLIP.

📄 PDF Abstract BibTeX arXiv:2305.20088

Code (1)

lijiefan/laclip 공식 구현 pytorch

Tasks

In-Context LearningSentence

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 제목 키워드 기반

Enhancing Conversational Search: Large Language Model-Aided Informative Query Rewriting

2023-10-15 · Fanghua Ye, Meng Fang, Shenghui Li, Emine Yilmaz

Query rewriting plays a vital role in enhancing conversational search by transforming context-dependent user queries into standalone forms. Existing approaches primarily leverage human-rewritten queries as labels to trai…

Conversational SearchLanguage ModelingLanguage ModellingLarge Language Model+1

Diversity driven Query Rewriting in Search Advertising

2021-06-07 · Akash Kumar Mohankumar, Nikit Begwani, Amit Singh

Retrieving keywords (bidwords) with the same intent as query, referred to as close variant keywords, is of prime importance for effective targeted search advertising. For head and torso search queries, sponsored search e…

DiversityRetrieval

Can Synthetic Query Rewrites Capture User Intent Better than Humans in Retrieval-Augmented Generation?

2025-09-26 · JiaYing Zheng, HaiNan Zhang, Liang Pang, YongXin Tong 외 arxiv

Multi-turn RAG systems often face queries with colloquial omissions and ambiguous references, posing significant challenges for effective retrieval and generation. Traditional query rewriting relies on human annotators t…

Ask Optimal Questions: Aligning Large Language Models with Retriever's Preference in Conversational Search

2024-02-19 · Chanwoong Yoon, Gangwoo Kim, Byeongguk Jeon, Sungdong Kim 외

Conversational search, unlike single-turn retrieval tasks, requires understanding the current question within a dialogue context. The common approach of rewrite-then-retrieve aims to decontextualize questions to be self-…

Conversational SearchLanguage ModelingLanguage ModellingRetrieval

AtomEval: Validity-Aware Atomic Evaluation of Adversarial Claim Rewriting in Fact Verification

2026-04-09 · Hongyi Cen, Mingxin Wang, Yule Liu, Jingyi Zheng 외 arxiv

Large language models (LLMs) can rewrite refuted claims to evade evidence-based fact verifiers, but conventional attack success rate (ASR) can be inflated when rewrites change, weaken, or correct the false proposition th…

Fact Verification