paper-with-me

홈 › Papers

CLIPS: An Enhanced CLIP Framework for Learning with Synthetic Captions

2024-11-25 · Yanqing Liu, Xianhang Li, Zeyu Wang, Bingchen Zhao, Cihang Xie

Previous works show that noisy, web-crawled image-text pairs may limit vision-language pretraining like CLIP and propose learning with synthetic captions as a promising alternative. Our work continues this effort, introducing two simple yet effective designs to better leverage richly described synthetic captions. Firstly, by observing a strong inverse effect in learning with synthetic captions -- the short synthetic captions can generally lead to MUCH higher performance than full-length ones -- we therefore fed only partial synthetic captions to the text encoder. Secondly, we incorporate an autoregressive captioner to mimic the recaptioning process -- by conditioning on the paired image input and web-crawled text description, the captioner learns to predict the full-length synthetic caption generated by advanced MLLMs. Experiments show that our framework significantly improves zero-shot performance in cross-modal retrieval tasks, setting new SOTA results on MSCOCO and Flickr30K. Moreover, such trained vision encoders can enhance the visual capability of LLaVA, showing strong improvements on a range of MLLM benchmarks. Our project page is https://ucsc-vlaa.github.io/CLIPS/.

📄 PDF Abstract BibTeX arXiv:2411.16828

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Modal Retrieval

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

Towards Generating Diverse Audio Captions via Adversarial Training

2022-12-05 · Xinhao Mei, Xubo Liu, Jianyuan Sun, Mark D. Plumbley 외

Automated audio captioning is a cross-modal translation task for describing the content of audio clips with natural language sentences. This task has attracted increasing attention and substantial progress has been made …

Audio captioningDiversityGenerative Adversarial Network

Learning Audio-Video Modalities from Image Captions

2022-04-01 · Arsha Nagrani, Paul Hongsuck Seo, Bryan Seybold, Anja Hauth 외

A major challenge in text-video and text-audio retrieval is the lack of large-scale training data. This is unlike image-captioning, where datasets are in the order of millions of samples. To close this gap we propose a n…

Image CaptioningRetrievalVideo CaptioningVideo Retrieval+2

CLIPScore: A Reference-free Evaluation Metric for Image Captioning

2021-04-18 · EMNLP 2021 11 · Jack Hessel, Ari Holtzman, Maxwell Forbes, Ronan Le Bras 외

Image captioning has conventionally relied on reference-based automatic evaluations, where machine captions are compared against captions written by humans. This is in contrast to the reference-free manner in which human…

Hallucination Pair-wise Detection (1-ref)Hallucination Pair-wise Detection (4-ref)Human Judgment ClassificationHuman Judgment Correlation+1

Unsupervised Audio-Caption Aligning Learns Correspondences between Individual Sound Events and Textual Phrases

2021-10-06 · Huang Xie, Okko Räsänen, Konstantinos Drossos, Tuomas Virtanen

We investigate unsupervised learning of correspondences between sound events and textual phrases through aligning audio clips with textual captions describing the content of a whole audio clip. We align originally unalig…

Event DetectionRetrievalSound Event Detection

VLCE: A Knowledge-Enhanced Framework for Image Description in Disaster Assessment

2025-09-25 · Md. Mahfuzur Rahman, Kishor Datta Gupta, Marufa Kamal, Fahad Rahman 외 arxiv

General-purpose vision-language models (VLMs) such as LLaVA and QwenVL produce descriptions of disaster imagery that lack domain-specific vocabulary and actionable detail. We propose the Vision-Language Caption Enhancer …

Knowledge Graphs