RynnValue: Scaling Robotic Value Foundation Models with Temporal Distance

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

arXiv:2608.09853 · 2026-08-11 공개 · arXiv · PDF

reward-modeling robotic-manipulation robot-learning large-scale-training zero-shot-generalization instruction-conditioned temporal-distance value-foundation-models

Abstract

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.

한국어 요약

한 줄 요약

RynnValue는 7,000시간 이상의 데이터로 학습된 로봇 가치 기초 모델로, 시간 거리 기반의 보상 인터페이스를 통해 정량적 성능을 향상시킨다.

핵심 기여도

핵심 아이디어

기존 로봇 보상 모델은 **진행도**(progress)나 **선호도**(preference)와 같은 내부적 앵커(anchor)에 의존해 이질적 데이터에 일반화가 어려웠다. RynnValue는 이를 **시간 거리**(temporal distance)로 대체하여, 언어로 지정된 목표까지의 **방향성 있는 비용**(cost-to-go)을 예측하는 모델을 제안한다. 이는 시간 스탬프만으로 라벨을 생성할 수 있어, **선호도 라벨 없이도 3M개 이상의 지시 조건 클립**(instruction-conditioned clips)을 학습 가능하게 한다.

핵심 통찰은 **가치**(value)를 단순한 진행도가 아닌, **목표 조건**(goal-conditioned)으로 정의함으로써, 이질적 데이터와 다양한 로봇 구조, 시점, 작업에 걸쳐 일반화할 수 있다는 점이다. 이를 위해 **가치 분리 어텐션**과 **시간 순서 섞기**를 도입해, 모델이 시각적 증거에만 의존하도록 유도한다.

기술적 접근법

주요 결과

의의 및 한계

RynnValue는 **이질적 데이터**(real-world, simulated, egocentric)를 통합하고, **선호도 라벨 없이도 학습 가능**하다는 점에서 학술적·실용적 가치가 있다. 특히, **가치 기초 모델**(value foundation model)로서 **단일 인터페이스**(single interface)를 제공하며, **온라인/오프라인 정책 학습 모두에서 성능 향상**을 보인다.

그러나 현재는 **짧은 시간 창**(short window)의 샘플만을 기반으로 학습하며, **장기적 시간 범위**(longer horizons)나 **스트리밍 추론**(streaming inference)에 대한 확장은 아직 이루어지지 않았다. 또한, **최소 시간**(minimum-time) 기반의 목표를 가정하므로, **에너지, 안전, 정밀도** 등의 작업 특화 비용을 고려한 가치 의미론은 아직 포함되지 않았다.

실용적 활용

RynnValue는 **이질적 로봇 데이터**(다양한 로봇 구조, 시점, 작업)를 통합하는 **보상 인터페이스**(reward interface)로 활용 가능하다. 특히, **실제 환경**(real-world)에서의 **온라인/오프라인 정책 학습**에 적용할 수 있으며, **자연어 기반 지시**(instruction-conditioned) 작업 수행에 적합하다. 또한, **다양한 로봇 종**(end-effectors)과 **이동형 조작**(mobile manipulation) 환경으로 확장될 수 있다.