paper-with-me

Papers

Group Relative Policy Optimization for Image Captioning

2025-03-03 · Xu Liang

Image captioning tasks usually use two-stage training to complete model optimization. The first stage uses cross-entropy as the loss function for optimization, and the second stage uses self-critical sequence training (SCST) for reinforcement learning optimization. However, the SCST algorithm has certain defects. SCST relies only on a single greedy decoding result as a baseline. If the model itself is not stable enough, the greedy decoding result may be relatively worst, which will lead to a high variance of advantage estimation, further leading to unstable policy updates. In addition, SCST only compares one sampling result with the greedy decoding result, and the generation diversity is limited, which may fall into a local optimum. In this paper, we propose using the latest Group Relative Policy Optimization (GRPO) reinforcement learning algorithm as an optimization solution for the second stage. GRPO generates multiple candidate captions for the input image and then continuously optimizes the model through intragroup comparison. By constraining the amplitude of policy updates and KL divergence, the stability of the model during training is greatly guaranteed. In addition, compared to SCST, which only samples one answer, GRPO samples and generates multiple answers. Multiple candidate answers in the group cover a wider solution space. Combined with KL divergence constraints, GRPO can improve diversity while ensuring model stability. The code for this article is available at https://github.com/liangxu-one/ms-models/tree/image_caption_grpo/research/arxiv_papers/Image_Caption_GRPO.

📄 PDF Abstract BibTeX arXiv:2503.01333

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityImage CaptioningModel Optimization

Methods 이 논문이 사용한 방법론

SCST 설명 없음

Similar Papers 제목 키워드 기반

Clinically Structured Surrogate Rewards for Post-SFT Medical Image Captioning

2026-08-19 · Hyun Jun Kim, Heeseung Shin, Changwon Lim arxiv

Medical image captioning requires translating heterogeneous visual evidence into concise clinical descriptions, where errors in findings, assertion states, or anatomical relations can alter clinical meaning despite surfa…

Image Captioning

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

2026-03-18 · Marios Krestenitis, Christos Tzelepis, Konstantinos Ioannidis, Stefanos Vrochidis 외 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 …

Visual Question AnsweringVisual ReasoningImage Captioning

GroupCap: Group-Based Image Captioning With Structured Relevance and Diversity Constraints

2018-06-01 · CVPR 2018 6 · Fuhai Chen, Rongrong Ji, Xiaoshuai Sun, Yongjian Wu 외

Most image captioning models focus on one-line (single image) captioning, where the correlations like relevance and diversity among group images (e.g., within the same album or event) are simply neglected, resulting in l…

DiversityImage Captioning

Principled RL for Flow Matching Emerges from the Chunk-level Policy Optimization

2025-10-24 · Yifu Luo, Haoyuan Sun, Xinhao Hu, Penghui Du 외 arxiv

Recent Progress in post-training flow matching for text-to-image (T2I) generation with Group Relative Policy Optimization (GRPO) has demonstrated strong potential. However, it is hindered by a critical limitation: inaccu…

Reinforcement Learning

OwlCap: Harmonizing Motion-Detail for Video Captioning via HMD-270K and Caption Set Equivalence Reward

2025-08-26 · Chunlin Zhong, Qiuxia Hou, Zhangjun Zhou, Shuang Hao 외 arxiv

Video captioning aims to generate comprehensive and coherent descriptions of the video content, contributing to the advancement of both video understanding and generation. However, existing methods often suffer from moti…

Video Captioning