paper-with-me

Papers

Linear Alignment of Vision-language Models for Image Captioning

2023-07-10 · Fabian Paischer, Markus Hofmarcher, Sepp Hochreiter, Thomas Adler

Recently, vision-language models like CLIP have advanced the state of the art in a variety of multi-modal tasks including image captioning and caption evaluation. Many approaches adapt CLIP-style models to a downstream task by training a mapping network between CLIP and a language model. This is costly as it usually involves calculating gradients for large models. We propose a more efficient training protocol that fits a linear mapping between image and text embeddings of CLIP via a closed-form solution. This bypasses the need for gradient computation and results in a lightweight captioning method called ReCap, which can be trained up to 1000 times faster than existing lightweight methods. Moreover, we propose two new learning-based image-captioning metrics that build on CLIP score along with our linear mapping. Furthermore, we combine ReCap with our new metrics to design an iterative datastore-augmentation loop (DAL) based on synthetic captions. We evaluate ReCap on MS-COCO, Flickr30k, VizWiz, and MSRVTT. ReCap achieves performance comparable to state-of-the-art lightweight methods on established metrics while outperforming them on our new metrics, which are better aligned with human ratings on Flickr8k-Expert and Flickr8k-Crowdflower. Finally, we demonstrate that ReCap transfers well to other domains and that our DAL leads to a performance boost.

📄 PDF Abstract BibTeX arXiv:2307.05591

Code (1)

ml-jku/semantic-image-text-alignment 공식 구현 pytorch

Tasks

Image CaptioningLanguage Modelling

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 Clinically Faithful Medical Image Captioning via Enhanced Vision-Language Alignment

2026-08-20 · Yunseo Lee, Hyun Jun Kim, Heeseung Shin, Changwon Lim arxiv

Medical image captioning is a technique that accelerates early-stage diagnostic workflows and enhances the interpretability of medical diagnostic AI systems. However, unlike general image captioning, clinically reliable …

Image CaptioningType prediction

Contrastive Vision-Language Alignment Makes Efficient Instruction Learner

2023-11-29 · Lizhao Liu, Xinyu Sun, Tianhang Xiang, Zhuangwei Zhuang 외

We study the task of extending the large language model (LLM) into a vision-language instruction-following model. This task is crucial but challenging since the LLM is trained on text modality only, making it hard to eff…

Contrastive LearningImage CaptioningInstruction FollowingLanguage Modeling+3

Feedback-Driven Vision-Language Alignment with Minimal Human Supervision

2025-01-08 · Giorgio Giannone, Ruoteng Li, Qianli Feng, Evgeny Perevodchikov 외

Vision-language models (VLMs) have demonstrated remarkable potential in integrating visual and linguistic information, but their performance is often constrained by the need for extensive, high-quality image-text trainin…

HallucinationQuestion AnsweringVisual Question Answering

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

Transformers in Medicine: Improving Vision-Language Alignment for Medical Image Captioning

2025-10-29 · Yogesh Thakku Suresh, Vishwajeet Shivaji Hogale, Luca-Alexandru Zamfira, Anandavardhana Hegde arxiv

We present a transformer-based multimodal framework for generating clinically relevant captions for MRI scans. Our system combines a DEiT-Small vision transformer as an image encoder, MediCareBERT for caption embedding, …

Image Captioning