paper-with-me

Papers

CycleCap: Improving VLMs Captioning Performance via Self-Supervised Cycle Consistency Fine-Tuning

2026-03-18 · Marios Krestenitis, Christos Tzelepis, Konstantinos Ioannidis, Stefanos Vrochidis, Ioannis Kompatsiaris, Georgios Tzimiropoulos, Shaogang Gong, Ioannis Patras arxiv

Visual-Language Models (VLMs) have achieved remarkable progress in image captioning, visual question answering, and visual reasoning. Yet they remain prone to vision-language misalignment, often producing overly generic or hallucinated descriptions. Existing approaches address this via instruction tuning-requiring costly, large-scale annotated datasets or via complex test-time frameworks for caption refinement. In this work, we revisit image-text alignment through the lens of cycle consistency: given an image and a caption generated by an image-to-text model, the backward mapping through a text-to-image model should reconstruct an image that closely matches the original. In our setup, a VLM serves as the image-to-text component, while a pre-trained text-to-image model closes the loop by reconstructing the image from the generated caption. Building on this, we introduce CycleCap, a fine-tuning scheme to improve image captioning using Group Relative Policy Optimization (GRPO) with a reward based on the similarity between the original and reconstructed images, computed on-the-fly. Unlike previous work that uses cycle consistency loss for preference dataset construction, our method leverages cycle consistency directly as a self-supervised training signal. This enables the use of raw images alone, eliminating the need for curated image-text datasets, while steering the VLM to produce more accurate and grounded text descriptions. Applied to four VLMs ranging from 1B to 7B parameters, CycleCap yields consistent improvements across captioning and hallucination benchmarks, surpassing state-of-the-art methods that rely on supervised cycle consistency training.

📄 PDF Abstract BibTeX arXiv:2603.18282

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question AnsweringVisual ReasoningImage Captioning

Similar Papers 제목 키워드 기반

The Devil is in the EOS: Sequence Training for Detailed Image Captioning

2025-07-26 · Abdelrahman Mohamed, Yova Kementchedjhieva arxiv

Despite significant advances in vision-language models (VLMs), image captioning often suffers from a lack of detail, with base models producing short, generic captions. This limitation persists even though VLMs are equip…

Image Captioning

Emergent Natural Language with Communication Games for Improving Image Captioning Capabilities without Additional Data

2025-07-11 · Parag Dutta, Ambedkar Dukkipati arxiv

Image captioning is an important problem in developing various AI systems, and these tasks require large volumes of annotated images to train the models. Since all existing labelled datasets are already used for training…

Multi-agent Reinforcement LearningImage Captioning

Memory-Augmented Vision-Language Agents for Persistent and Semantically Consistent Object Captioning

2026-03-25 · Tommaso Galliena, Stefano Rosa, Tommaso Apicella, Pietro Morerio 외 arxiv

Vision-Language Models (VLMs) often yield inconsistent descriptions of the same object across viewpoints, hindering the ability of embodied agents to construct consistent semantic representations over time. Previous meth…

CaReBench: A Fine-Grained Benchmark for Video Captioning and Retrieval

2024-12-31 · Yifan Xu, Xinhao Li, Yichun Yang, Desen Meng 외

Video understanding, including video captioning and retrieval, is still a great challenge for video-language models (VLMs). The existing video retrieval and caption benchmarks only include short descriptions, limits thei…

RetrievalText RetrievalText to Video RetrievalVideo Captioning+3

Countering the Over-Reliance Trap: Mitigating Object Hallucination for LVLMs via a Self-Validation Framework

2026-01-30 · Shiyu Liu, Xinyi Wen, Zhibin Lan, Ante Wang 외 arxiv

Despite progress in Large Vision Language Models (LVLMs), object hallucination remains a critical issue in image captioning task, where models generate descriptions of non-existent objects, compromising their reliability…

Image Captioning