paper-with-me

홈 › Papers

SVLL: Staged Vision-Language Learning for Physically Grounded Embodied Task Planning

2026-03-12 · Yuyuan Yang, Junkun Hong, Hongrong Wang, Honghao Cai, Xunpeng Ren, Ge Wang, Mingcong Lei, Shenhao Yan, Jiahao Yang, Chengsi Yao, Xi Li, Yiming Zhao, Yatong Han, Jinke Ren arxiv

Embodied task planning demands vision-language models to generate action sequences that are both visually grounded and causally coherent over time. However, existing training paradigms face a critical trade-off: joint end-to-end training often leads to premature temporal binding, while standard reinforcement learning methods suffer from optimization instability. To bridge this gap, we present Staged Vision-Language Learning (SVLL), a unified three-stage framework for robust, physically-grounded embodied planning. In the first two stages, SVLL decouples spatial grounding from temporal reasoning, establishing robust visual dependency before introducing sequential action history. In the final stage, we identify a key limitation of standard Direct Preference Optimization (DPO), its purely relative nature -- optimizing only the preference gap between winning and losing trajectories while neglecting absolute likelihood constraints on optimal path, often yields unsafe or hallucinated behaviors. To address this, we further introduce Bias-DPO, a novel alignment objective that injects an inductive bias toward expert trajectories by explicitly maximizing likelihood on ground-truth actions while penalizing overconfident hallucinations. By anchoring the policy to the expert manifold and mitigating causal misalignment, SVLL, powered by Bias-DPO, ensures strict adherence to environmental affordances and effectively suppresses physically impossible shortcuts. Finally, extensive experiments on the interactive AI2-THOR benchmark and real-world robotic deployments demonstrate that SVLL outperforms both state-of-the-art open-source (e.g., Qwen2.5-VL-7B) and closed-source models (e.g., GPT-4o, Gemini-2.0-flash) in task success rate, while significantly reducing physical constraint violations.

📄 PDF Abstract BibTeX arXiv:2603.11563

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Image Re-Identification: Where Self-supervision Meets Vision-Language Learning

2024-07-30 · Bin Wang, Yuying Liang, Lei Cai, Huakun Huang 외

Recently, large-scale vision-language pre-trained models like CLIP have shown impressive performance in image re-identification (ReID). In this work, we explore whether self-supervision can aid in the use of CLIP for ima…

Prompt Learning

Physically Grounded Vision-Language Models for Robotic Manipulation

2023-09-05 · Jensen Gao, Bidipta Sarkar, Fei Xia, Ted Xiao 외

Recent advances in vision-language models (VLMs) have led to improved performance on tasks such as visual question answering and image captioning. Consequently, these models are now well-positioned to reason about the ph…

Image CaptioningLanguage ModellingLarge Language ModelObject+2

OmniVLA: Physically-Grounded Multimodal VLA with Unified Multi-Sensor Perception for Robotic Manipulation

2025-11-03 · Heyu Guo, Shanmu Wang, Ruichun Ma, Shiqi Jiang 외 arxiv

Vision-language-action (VLA) models have shown strong generalization for robotic action prediction through large-scale vision-language pretraining. However, most existing models rely solely on RGB cameras, limiting their…

Token Predictors Are Not Planners: Building Physically Grounded Causal Reasoners

2026-06-01 · Zheng Lu, Mingqi Gao, Qinlei Xie, Wanqi Zhong 외 arxiv

Current benchmarks for embodied vision-language planning often favor linguistic next-token prediction over physically grounded next-state reasoning. This rewards models that mimic statistical language priors rather than …

TemporalFlow-VLA: Learning Physically Grounded Execution History for Long-Horizon Robot Manipulation

2026-08-27 · Jiarui Yang, Yehao Lu, Yuning Su, Yu Zhong 외 arxiv

Vision-language-action (VLA) models leverage pretrained vision-language representations for robot control, yet simply adding historical frames does not reliably capture recent physical change. This is especially problema…

Robot Manipulation