paper-with-me

홈 › Papers

SRPO: Self-Referential Policy Optimization for Vision-Language-Action Models

2025-11-19 · Senyu Fei, Siyin Wang, Li Ji, Ao Li, Shiduo Zhang, Liming Liu, Jinlong Hou, Jingjing Gong, Xianzhong Zhao, Xipeng Qiu arxiv

Vision-Language-Action (VLA) models excel in robotic manipulation but are constrained by their heavy reliance on expert demonstrations, leading to demonstration bias and limiting performance. Reinforcement learning (RL) is a vital post-training strategy to overcome these limits, yet current VLA-RL methods, including group-based optimization approaches, are crippled by severe reward sparsity. Relying on binary success indicators wastes valuable information in failed trajectories, resulting in low training efficiency. To solve this, we propose Self-Referential Policy Optimization (SRPO), a novel VLA-RL framework. SRPO eliminates the need for external demonstrations or manual reward engineering by leveraging the model's own successful trajectories, generated within the current training batch, as a self-reference. This allows us to assign a progress-wise reward to failed attempts. A core innovation is the use of latent world representations to measure behavioral progress robustly. Instead of relying on raw pixels or requiring domain-specific fine-tuning, we utilize the compressed, transferable encodings from a world model's latent space. These representations naturally capture progress patterns across environments, enabling accurate, generalized trajectory comparison. Empirical evaluations on the LIBERO benchmark demonstrate SRPO's efficiency and effectiveness. Starting from a supervised baseline with 48.9% success, SRPO achieves a new state-of-the-art success rate of 99.2% in just 200 RL steps, representing a 103% relative improvement without any extra supervision. Furthermore, SRPO shows substantial robustness, achieving a 167% performance improvement on the LIBERO-Plus benchmark.

📄 PDF Abstract BibTeX arXiv:2511.15605

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

SRPO: Self-Reflective Policy Optimization for Long-Horizon Reasoning

2026-08-24 · Jialong Liu, Yuling Shi, Ning Yang, Xiaodong Gu 외 arxiv

Self-reflection is a powerful mechanism for credit assignment in human learning, converting sparse outcome feedback into actionable guidance. However, its potential for post-training Large Language Models (LLMs) remains …

Mathematical Reasoning

Self-Improving Robust Preference Optimization

2024-06-03 · Eugene Choi, Arash Ahmadian, Matthieu Geist, Oilvier Pietquin 외

Online and offline RLHF methods, such as PPO and DPO, have been highly successful in aligning AI with human preferences. Despite their success, however, these methods suffer from fundamental limitations: (a) Models train…

Unifying Group-Relative and Self-Distillation Policy Optimization via Sample Routing

2026-04-02 · Gengsheng Li, Tianyu Yang, Junfeng Fang, Mingyang Song 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has become a standard paradigm for post-training large language models. While Group Relative Policy Optimization (GRPO) is widely adopted, its coarse credit assignmen…

Reinforcement Learning

SRPO: Enhancing Multimodal LLM Reasoning via Reflection-Aware Reinforcement Learning

2025-06-02 · Zhongwei Wan, Zhihao Dou, Che Liu, Yu Zhang 외

Multimodal large language models (MLLMs) have shown promising capabilities in reasoning tasks, yet still struggle with complex problems requiring explicit self-reflection and self-correction, especially compared to their…

Multimodal Reasoningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Credit Assignment with Resets in Language Model Reasoning

2026-05-25 · Ankur Samanta, Akshayaa Magesh, Ayush Jain, Youliang Yu 외 arxiv

Contemporary reinforcement learning with verifiable reward methods post-train language models on multi-step reasoning by assigning a single outcome reward uniformly across all tokens in a trajectory. Such uniform assignm…

Reinforcement Learning