Feat2Go: Visual Feature-Grounded Value Estimation for Embodied Reinforcement Learning
TLDR
Feat2Go uses a pretrained visual world model to derive progress targets and train a value model for embodied RL, improving VLA policy performance on manipulation tasks.
Reasoning
The paper presents a novel framework that leverages a pretrained visual world model for fine-grained value estimation, showing strong empirical gains on simulated benchmarks. However, it lacks real-world validation and the reliance on a pretrained world model may limit generalizability.
Read-first score
Read-first score 45.1, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 22.
Field roles
Rank sensitivity
Stability: volatile; rank range: 362.
Keyword Scores
Deep Analysis
Innovations
- Fine-grained value estimation framework using patch-level similarity to subgoal states from a pretrained visual world model
- Trend-based clustering to partition episodes into semantic stages for continuous progress targets
- Embodied value model trained to predict structural progress from current observation and task instruction, reshaping terminal rewards
- Compatibility with existing VLA policy RL pipelines (PPO, GRPO) without manual reward engineering
Methodology
Feat2Go first derives a continuous progress target from a pretrained visual world model by measuring patch-level similarity to subgoal states and partitioning episodes into semantic stages using trend-based clustering. It then trains an embodied value model to predict this structural progress from the current observation and task instruction, and uses the predicted value to reshape terminal rewards during policy optimization, integrating with existing VLA policy RL pipelines like PPO and GRPO.
Key Results
On ManiSkill3, Feat2Go improves OpenVLAOFT from 17.5% to 82.9% average out-of-distribution success while retaining 96.9% in-distribution performance. On RoboTwin 2.0, it achieves an average success rate of 88.8% in domain-randomized task settings, outperforming prior reinforcement learning methods.