paper-with-me

홈 › Papers

RynnValue: Scaling Robotic Value Foundation Models with Temporal Distance

2026-08-10 · Dongchi Huang, Hongyin Zhang, Bohan Hou, Siteng Huang, Zhian Su, Hang Guo, Tong Lu, Zhaofeng Xu, Jiahao Tang, Jianfei Yang, Donglin Wang, Peixi Peng, Mingxiu Chen, Deli Zhao, Xin Li hf

General-purpose reward models are increasingly the bottleneck for scaling robot learning, yet the recipe for learning value-related capabilities from large-scale heterogeneous corpora remains underexplored. Existing approaches tie supervision to task-internal anchors such as preferences or normalized progress, none of which transfer cleanly across embodiments and data sources. We introduce RynnValue, an open-source value foundation model for robotic manipulation that replaces these anchors with temporal distance, the directed cost-to-go from an observation to the language-specified goal. Because temporal-distance labels can be derived directly from timestamps, RynnValue scales to over 7,000 hours and roughly 3M instruction-conditioned clips without preference or progress annotations. To make temporal-value learning reliable at scale, we combine random temporal sampling, temporal-order shuffling, and value-isolation attention, suppressing shortcuts that would leave predictions insensitive to failures and regressions. Trained without preference labels, RynnValue attains an average Kendall's tau_a of 0.675 on RBM-EVAL-OOD, surpassing the fully preference-supervised state of the art (0.655) and more than doubling a progress-only counterpart (0.292), while generalizing zero-shot to unseen tasks, embodiments, and viewpoints. Converted into dense rewards via potential-based shaping, it raises real-world policy success from 52.5% to 72.5% online and from 63.8% to 82.5% offline. These results establish temporal distance as a scalable supervision target and practical reward interface for generalist robot policies.

📄 PDF Abstract BibTeX arXiv:2608.09853

Code (5)

BaiShuanghao/my_arXiv_daily ★ 209
InsomaniacElf/sg-tamil-tts-resources- ★ 1
alibaba-damo-academy/RynnValue ★ 13
🤗 Alibaba-DAMO-Academy/RynnValue-4B ★ 4
🤗 Alibaba-DAMO-Academy/RynnValue-8B ★ 4

Similar Papers 제목 키워드 기반

World Value Models for Robotic Manipulation

2026-06-23 · Zhihao Wang, Jianxiong Li, Yu Cui, Yuan Gao 외 arxiv

Generalist value models play a pivotal role in scaling robotic policy learning from large-scale, mixed-quality data. Mathematically, accurate value estimation demands deep temporal understanding, requiring models to both…

OpenGVL -- Benchmarking Visual Temporal Progress for Data Curation

2025-09-22 · Paweł Budzianowski, Emilia Wiśnios, Michał Tyrolski, Gracjan Góral 외 arxiv

Data scarcity remains one of the most limiting factors in driving progress in robotics. However, the amount of available robotics data in the wild is growing exponentially, creating new opportunities for large-scale data…

UrbanFM: Scaling Urban Spatio-Temporal Foundation Models

2026-02-24 · Wei Chen, Yuqian Wu, Junle Chen, Xiaofang Zhou 외 arxiv

Urban systems, as dynamic complex systems, continuously generate spatio-temporal data streams that encode the fundamental laws of human mobility and city evolution. While AI for Science has witnessed the transformative p…

Zero-shot Generalization

Extending Group Relative Policy Optimization to Continuous Control: A Theoretical Framework for Robotic Reinforcement Learning

2025-07-25 · Rajat Khanda, Mohammad Baqar, Sambuddha Chakrabarti, Satyasaran Changdar arxiv

Group Relative Policy Optimization (GRPO) has shown promise in discrete action spaces by eliminating value function dependencies through group-based advantage estimation. However, its application to continuous control re…

Reinforcement LearningContinuous Control

Specification-Aware Distribution Shaping for Robotics Foundation Models

2026-03-18 · Sadık Bera Yüksel, Derya Aksaray arxiv

Robotics foundation models have demonstrated strong capabilities in executing natural language instructions across diverse tasks and environments. However, they remain largely data-driven and lack formal guarantees on sa…