arXiv:2603.18282cs.CV2026-03

用自监督循环一致性提升视觉语言模型的图像描述准确性。

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

  • 通过图像-文本双向重构验证描述合理性,构建自监督训练信号。
  • 仅用原始图像即可优化,无需标注数据集,性能超越现有方法。
  • 适合追求高精度、低依赖标注的视觉语言模型研究者使用。

视觉语言模型(VLMs)在图像描述、视觉问答和视觉推理任务中取得了显著进展,但仍存在视觉-语言错位问题,常产生过于泛化或幻觉化的描述。现有方法依赖昂贵的大规模标注数据进行指令微调,或采用复杂的测试时框架进行描述修正。本文提出一种基于循环一致性的新思路:给定一张图像及其生成的描述,通过文本到图像模型反向重建图像,若重建图像与原图接近,则说明描述准确。本研究中,将VLM作为图像到文本组件,预训练文本到图像模型实现闭环重建。基于此,提出CycleCap微调方案,利用组相对策略优化(GRPO)与实时计算的重建相似度作为奖励信号,直接以循环一致性作为自监督训练信号。相比以往用于构建偏好数据集的方法,本方法不依赖人工标注数据,仅需原始图像即可提升描述准确性与真实性。在4个参数量从1B到7B的VLM上均取得一致改进,在图像描述与幻觉检测基准上超越依赖监督循环一致性的最先进方法。

原文摘要 · Abstract (English)

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.

视觉语言模型自监督学习图像描述循环一致性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。