paper-with-me

Papers

Improving Generalization of Image Captioning with Unsupervised Prompt Learning

2023-08-05 · Hongchen Wei, Zhenzhong Chen

Pretrained visual-language models have demonstrated impressive zero-shot abilities in image captioning, when accompanied by hand-crafted prompts. Meanwhile, hand-crafted prompts utilize human prior knowledge to guide the model. However, due to the diversity between different domains, such hand-crafted prompt that provide invariant prior knowledge may result in mode collapse for some domains. Some researches attempted to incorporate expert knowledge and instruction datasets, but the results were costly and led to hallucinations. In this paper, we propose an unsupervised prompt learning method to improve Generalization of Image Captioning (GeneIC), which learns a domain-specific prompt vector for the target domain without requiring annotated data. GeneIC aligns visual and language modalities with a pre-trained Contrastive Language-Image Pre-Training (CLIP) model, thus optimizing the domain-specific prompt vector from two aspects: attribute and semantic consistency. Specifically, GeneIC first generates attribute-transferred images with differing attributes, while retaining semantic similarity with original images. Then, GeneIC uses CLIP to measure the similarity between the images and the generated sentences. By exploring the variable and invariant features in the original images and attribute-transferred images, attribute consistency constrains the attribute change direction of both images and sentences to learn domain-specific knowledge. The semantic consistency directly measures the similarity between the generated sentences and images to ensure the accuracy and comprehensiveness of the generated sentences. Consequently, GeneIC only optimizes the prompt vectors, which effectively retains the knowledge in the large model and introduces domain-specific knowledge.

📄 PDF Abstract BibTeX arXiv:2308.02862

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeImage CaptioningPrompt LearningSemantic SimilaritySemantic Textual 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 제목 키워드 기반

Text Data-Centric Image Captioning with Interactive Prompts

2024-03-28 · Yiyu Wang, Hao Luo, Jungang Xu, Yingfei Sun 외

Supervised image captioning approaches have made great progress, but it is challenging to collect high-quality human-annotated image-text data. Recently, large-scale vision and language models (e.g., CLIP) and large-scal…

Image Captioning

Personalizing Multimodal Large Language Models for Image Captioning: An Experimental Analysis

2024-12-04 · Davide Bucciarelli, Nicholas Moratelli, Marcella Cornia, Lorenzo Baraldi 외

The task of image captioning demands an algorithm to generate natural language descriptions of visual inputs. Recent advancements have seen a convergence between image captioning research and the development of Large Lan…

Image CaptioningImage DescriptionPrompt Learning

Unsupervised Image Captioning

2018-11-27 · CVPR 2019 6 · Yang Feng, Lin Ma, Wei Liu, Jiebo Luo

Deep neural networks have achieved great successes on the image captioning task. However, most of the existing models depend heavily on paired image-sentence datasets, which are very expensive to acquire. In this paper, …

Image CaptioningImage DescriptionSentence

Enhancing Visual Question Answering through Question-Driven Image Captions as Prompts

2024-04-12 · Övgü Özdemir, Erdem Akagündüz

Visual question answering (VQA) is known as an AI-complete task as it requires understanding, reasoning, and inferring about the vision and the language content. Over the past few years, numerous neural architectures hav…

Image CaptioningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Prompt-based Learning for Unpaired Image Captioning

2022-05-26 · Peipei Zhu, Xiao Wang, Lin Zhu, Zhenglong Sun 외

Unpaired Image Captioning (UIC) has been developed to learn image descriptions from unaligned vision-language sample pairs. Existing works usually tackle this task using adversarial learning and visual concept reward bas…

Image CaptioningImage-text RetrievalPrompt LearningQuestion Answering+2