Start Small, Think Big: Curriculum-based Relative Policy Optimization for Visual Grounding
Qingyang Yan, Guangyao Chen, Yixiong Zou
TL;DR
This work shows that explicit Chain-of-Thought (CoT) reasoning can degrade visual grounding performance when CoT length grows, and that simply increasing data size does not guarantee better results. It introduces Curriculum-based Relative Policy Optimization (CuRPO), which uses CoT length and $gIoU$-based rewards to progressively expose the model to easier-to-harder grounding tasks within a GRPO framework. CuRPO yields consistent improvements across RefCOCO, RefCOCO+, RefCOCOg, and LISA, achieving up to +12.52 mAP on RefCOCO and demonstrating strong performance in few-shot scenarios. The approach provides a principled way to balance reasoning and localization in multimodal learning and shows potential for extending curriculum-GRPO strategies to other vision-language tasks.
Abstract
Chain-of-Thought (CoT) prompting has recently shown significant promise across various NLP and computer vision tasks by explicitly generating intermediate reasoning steps. However, we find that reinforcement learning (RL)-based fine-tuned CoT reasoning can paradoxically degrade performance in Visual Grounding tasks, particularly as CoT outputs become lengthy or complex. Additionally, our analysis reveals that increased dataset size does not always enhance performance due to varying data complexities. Motivated by these findings, we propose Curriculum-based Relative Policy Optimization (CuRPO), a novel training strategy that leverages CoT length and generalized Intersection over Union (gIoU) rewards as complexity indicators to progressively structure training data from simpler to more challenging examples. Extensive experiments on RefCOCO, RefCOCO+, RefCOCOg, and LISA datasets demonstrate the effectiveness of our approach. CuRPO consistently outperforms existing methods, including Visual-RFT, with notable improvements of up to +12.52 mAP on RefCOCO. Moreover, CuRPO exhibits exceptional efficiency and robustness, delivering strong localization performance even in few-shot learning scenarios, particularly benefiting tasks characterized by ambiguous and intricate textual descriptions.The code is released on https://github.com/qyoung-yan/CuRPO.
