paper-with-me

홈 › Papers

Fine-grained Image Captioning with CLIP Reward

2022-05-26 · Findings (NAACL) 2022 7 · Jaemin Cho, Seunghyun Yoon, Ajinkya Kale, Franck Dernoncourt, Trung Bui, Mohit Bansal

Modern image captioning models are usually trained with text similarity objectives. However, since reference captions in public datasets often describe the most salient common objects, models trained with text similarity objectives tend to ignore specific and detailed aspects of an image that distinguish it from others. Toward more descriptive and distinctive caption generation, we propose using CLIP, a multimodal encoder trained on huge image-text pairs from web, to calculate multimodal similarity and use it as a reward function. We also propose a simple finetuning strategy of the CLIP text encoder to improve grammar that does not require extra text annotation. This completely eliminates the need for reference captions during the reward computation. To comprehensively evaluate descriptive captions, we introduce FineCapEval, a new dataset for caption evaluation with fine-grained criteria: overall, background, object, relations. In our experiments on text-to-image retrieval and FineCapEval, the proposed CLIP-guided model generates more distinctive captions than the CIDEr-optimized model. We also show that our unsupervised grammar finetuning of the CLIP text encoder alleviates the degeneration problem of the naive CLIP reward. Lastly, we show human analysis where the annotators strongly prefer the CLIP reward to the CIDEr and MLE objectives according to various criteria. Code and Data: https://github.com/j-min/CLIP-Caption-Reward

📄 PDF Abstract BibTeX arXiv:2205.13115

Code (1)

j-min/clip-caption-reward 공식 구현 pytorch

Tasks

Caption GenerationDescriptiveImage CaptioningImage RetrievalRetrievaltext annotationtext similarity

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

Fluent and Accurate Image Captioning with a Self-Trained Reward Model

2024-08-29 · Nicholas Moratelli, Marcella Cornia, Lorenzo Baraldi, Rita Cucchiara

Fine-tuning image captioning models with hand-crafted rewards like the CIDEr metric has been a classical strategy for promoting caption quality at the sequence level. This approach, however, is known to limit descriptive…

Image CaptioningSpecificity

CgT-GAN: CLIP-guided Text GAN for Image Captioning

2023-08-23 · Jiarui Yu, Haoran Li, Yanbin Hao, Bin Zhu 외

The large-scale visual-language pre-trained model, Contrastive Language-Image Pre-training (CLIP), has significantly improved image captioning for scenarios without human-annotated image-caption pairs. Recent advanced CL…

Image Captioning

Zero-shot Image Captioning by Anchor-augmented Vision-Language Space Alignment

2022-11-14 · Junyang Wang, Yi Zhang, Ming Yan, Ji Zhang 외

CLIP (Contrastive Language-Image Pre-Training) has shown remarkable zero-shot transfer capabilities in cross-modal correlation tasks such as visual classification and image retrieval. However, its performance in cross-mo…

Computational EfficiencyImage CaptioningImage RetrievalRetrieval

No Detail Left Behind: Revisiting Self-Retrieval for Fine-Grained Image Captioning

2024-09-04 · Manu Gaur, Darshan Singh S, Makarand Tapaswi

Image captioning systems are unable to generate fine-grained captions as they are trained on data that is either noisy (alt-text) or generic (human annotations). This is further exacerbated by maximum likelihood training…

Image CaptioningRetrieval

BEiTScore: Reference-free Image Captioning Evaluation with an Efficient Cross-Encoder Model

2026-05-20 · Gonçalo Gomes, Bruno Martins, Chrysoula Zerva arxiv

Image captioning evaluation remains a significant challenge, as vision-language models evolve toward more challenging capabilities such as generating long-form and context-rich descriptions. State-of-the-art evaluation m…

Computational EfficiencyImage Captioning