paper-with-me

홈 › Papers

SC-Captioner: Improving Image Captioning with Self-Correction by Reinforcement Learning

2025-08-08 · Lin Zhang, Xianfang Zeng, Kangcong Li, Gang Yu, Tao Chen arxiv

We propose SC-Captioner, a reinforcement learning framework that enables the self-correcting capability of image caption models. Our crucial technique lies in the design of the reward function to incentivize accurate caption corrections. Specifically, the predicted and reference captions are decomposed into object, attribute, and relation sets using scene-graph parsing algorithms. We calculate the set difference between sets of initial and self-corrected captions to identify added and removed elements. These elements are matched against the reference sets to calculate correctness bonuses for accurate refinements and mistake punishments for wrong additions and removals, thereby forming the final reward. For image caption quality assessment, we propose a set of metrics refined from CAPTURE that alleviate its incomplete precision evaluation and inefficient relation matching problems. Furthermore, we collect a fine-grained annotated image caption dataset, RefinedCaps, consisting of 6.5K diverse images from COCO dataset. Experiments show that applying SC-Captioner on large visual-language models can generate better image captions across various scenarios, significantly outperforming the direct preference optimization training strategy.

📄 PDF Abstract BibTeX arXiv:2508.06125

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningImage Captioning

Similar Papers 제목 키워드 기반

More Grounded Image Captioning by Distilling Image-Text Matching Model

2020-04-01 · CVPR 2020 6 · Yuanen Zhou, Meng Wang, Daqing Liu, Zhenzhen Hu 외

Visual attention not only improves the performance of image captioners, but also serves as a visual interpretation to qualitatively measure the caption rationality and model transparency. Specifically, we expect that a c…

Image CaptioningImage-text matchingKnowledge DistillationPOS+2

Leveraging Human Attention in Novel Object Captioning

2021-08-19 · Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence 2021 8 · Xianyu Chen, Ming Jiang, Qi Zhao

Image captioning models depend on training with paired image-text corpora, which poses various challenges in describing images containing novel objects absent from the training data. While previous novel object captionin…

Image CaptioningObject

ImageCaptioner$^2$: Image Captioner for Image Captioning Bias Amplification Assessment

2023-04-10 · Eslam Mohamed BAKR, Pengzhan Sun, Li Erran Li, Mohamed Elhoseiny

Most pre-trained learning systems are known to suffer from bias, which typically emerges from the data, the model, or both. Measuring and quantifying bias and its sources is a challenging task and has been extensively st…

Image Captioning

No Detail Left Behind: Revisiting Self-Retrieval for Fine-Grained Image Captioning

2024-09-04 · Manu Gaur, Darshan Singh S, Makarand Tapaswi

Image captioning systems are unable to generate fine-grained captions as they are trained on data that is either noisy (alt-text) or generic (human annotations). This is further exacerbated by maximum likelihood training…

Image CaptioningRetrieval

IcoCap: Improving Video Captioning by Compounding Images

2023-10-05 · IEEE Transactions on Multimedia 2023 10 · Yuanzhi Liang, Linchao Zhu, Xiaohan Wang, Yi Yang

Video captioning is a more challenging task compared to image captioning, primarily due to differences in content density. Video data contains redundant visual content, making it difficult for captioners to generalize di…

Image CaptioningVideo Captioning