paper-with-me

홈 › Papers

Learning Self-Correction in Vision-Language Models via Rollout Augmentation

2026-02-09 · Yi Ding, Ziliang Qiu, Bolian Li, Ruqi Zhang arxiv

Self-correction is essential for solving complex reasoning problems in vision-language models (VLMs). However, existing reinforcement learning (RL) methods struggle to learn it, as effective self-correction behaviors emerge only rarely, making learning signals extremely sparse. To address this challenge, we propose correction-specific rollouts (Octopus), an RL rollout augmentation framework that synthesizes dense self-correction examples by recombining existing rollouts. This augmentation simultaneously improves sample efficiency due to rollout reuse and stabilizes RL optimization through balanced supervision. Furthermore, we introduce a response-masking strategy that decouples self-correction from direct reasoning, avoiding signal conflicts and enabling both behaviors to be learned effectively. Building on this, we introduce Octopus-8B, a reasoning VLM with controllable self-correction capability. Across 7 benchmarks, it achieves SoTA performance among open-source VLMs, outperforming the best RLVR baseline by 1.0 score while requiring only $0.72\times$ training time per step.

📄 PDF Abstract BibTeX arXiv:2602.08503

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ROSD: Reflective On-Policy Self-Distillation for Language Model Reasoning across Domains

2026-05-27 · Ziqi Zhao, Xinyu Ma, Liu Yang, Yujie Feng 외 arxiv

On-policy self-distillation (OPSD) improves the reasoning performance of large language models (LLMs) by providing dense token-level supervision for on-policy rollouts. However, existing OPSD methods often yield limited …

Domain Generalization

TACO: TActile World Model as a Self-COrrector forScalable VLA Post-Training

2026-07-03 · Shengbang Liu, Yueru Jia, Yuyang Yan, Jiaming Liu 외 arxiv

Vision-Language-Action (VLA) models have shown promising generalization in robotic manipulation, but they still struggle with contact-rich tasks, where minor contact perturbations can cause unrecoverable failures that ar…

Step-wise Rubric Rewards for LLM Reasoning

2026-05-17 · Weichu Xie, Haozhe Zhao, Wenpu Liu, Yongfu Zhu 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) is widely used to improve reasoning in large language models, but rewards only final-answer correctness with no supervision over intermediate steps. Rubric-based meth…

Reinforcement LearningMathematical Reasoning

OPSD Compresses What RLVR Teaches: A Post-RL Compaction Stage for Reasoning Models

2026-05-07 · Jaehoon Kim, Dongha Lee arxiv

On-Policy Self-Distillation (OPSD) has recently emerged as an alternative to Reinforcement Learning with Verifiable Rewards (RLVR), promising higher accuracy and shorter responses through token-level credit assignment fr…

Reinforcement LearningMathematical Reasoning

ReGuide: From Test-Time Guidance to Self-Improving Diffusion Policies

2026-06-27 · Tzu-Hsiang Lin, Srinivas Shakkottai, Dileep Kalathil, P. R. Kumar arxiv

Behavior-cloned diffusion policies are expressive but remain vulnerable to covariate shift: small deviations from demonstrated states can compound into task failure. Existing methods address this either by expanding the …