paper-with-me

홈 › Papers

Self-Supervised Image Captioning with CLIP

2023-06-26 · Chuanyang Jin

Image captioning, a fundamental task in vision-language understanding, seeks to generate accurate natural language descriptions for provided images. Current image captioning approaches heavily rely on high-quality image-caption pairs, which can be hard to obtain for many domains. To address this, we introduce a self-supervised image captioning method. After learning an initial signal from a small labeled dataset, our method transitions to self-supervised learning on unlabeled data, leveraging the auxiliary task of enhancing the CLIP relevance between images and generated captions. Remarkably, despite utilizing less than 2% of the labeled COCO dataset, our method delivers a performance comparable to state-of-the-art models trained on the complete dataset. Human evaluations further reveal that our method produces captions with greater distinctiveness and informativeness, two attributes inherently challenging to achieve through supervised learning.

📄 PDF Abstract BibTeX arXiv:2306.15111

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningInformativenessLanguage ModellingSelf-Supervised LearningText Generation

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

From Association to Generation: Text-only Captioning by Unsupervised Cross-modal Mapping

2023-04-26 · Junyang Wang, Ming Yan, Yi Zhang, Jitao Sang

With the development of Vision-Language Pre-training Models (VLPMs) represented by CLIP and ALIGN, significant breakthroughs have been achieved for association-based visual tasks such as image classification and image-te…

DecoderImage Captioningimage-classificationImage Classification+4

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

VLRM: Vision-Language Models act as Reward Models for Image Captioning

2024-04-02 · Maksim Dzabraev, Alexander Kunitsyn, Andrei Ivaniuta

In this work, we present an unsupervised method for enhancing an image captioning model (in our case, BLIP2) using reinforcement learning and vision-language models like CLIP and BLIP2-ITM as reward models. The RL-tuned …

Image Captioningreinforcement-learningReinforcement Learning

Seq2Time: Sequential Knowledge Transfer for Video LLM Temporal Grounding

2024-11-25 · CVPR 2025 1 · Andong Deng, Zhongpai Gao, Anwesa Choudhuri, Benjamin Planche 외

Temporal awareness is essential for video large language models (LLMs) to understand and reason about events within long videos, enabling applications like dense video captioning and temporal video grounding in a unified…

Dense Video CaptioningTransfer LearningVideo CaptioningVideo Grounding

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