Paper Overview
- Research Field: Computer Vision (CV)
- Authors: Jiaqi Peng, Xiqian Yu, Delin Feng, Yuqiang Yang, Wenzhe Cai, Jing Xiong, Ganlin Yang, Jinliang Zheng, Jiafei Cao, Xueyuan Wei, Jiangmiao Pang, Yuan Shen, Tai Wang
- Release Date: 2026-07-06
- arXiv: 2607.05377
- Libero-long: outperforms monolithic baselines by 3.1%.
- RoboTwin: outperforms monolithic baselines by 4.1%.
- Zero-shot real-world generalization: by simply pairing Cortex's general-purpose VLM with a fine-tuned VLA, the system completes previously unseen real-world long-horizon tasks, including multi-stage chemistry experiments, without additional training.
Abstract
Recent vision-language-action (VLA) models have shown promise as general-purpose manipulation policies, but they struggle with long-horizon tasks due to their Markovian nature, which conditions actions only on the current observation. Hierarchical dual-system approaches address this limitation by separating high-level planning from low-level execution; however, a persistent gap remains between the semantics of high-level plans and the kinematics of low-level control.This paper proposes Cortex, a bidirectionally aligned embodied agent framework featuring a customized planning interface that conveys executable and manageable sub-task plans from a high-level VLM to a low-level VLA. The framework standardizes manipulation sub-tasks into 32 canonical skill primitives and injects manageability principles, such as representative object attributes and improved trajectory reachability, into the data generation pipeline.
Key Results
Core Contributions
1. Bidirectional alignment framework: bridges the semantic gap between high-level VLM planning and low-level VLA execution. 2. Skill primitive standardization: decomposes manipulation into 32 canonical skill primitives to constrain the planning space. 3. Manageability-aware data generation: incorporates object-level attributes and trajectory reachability into training data. 4. Empirical validation: consistent gains on Libero-long and RoboTwin benchmarks. 5. Zero-shot long-horizon transfer: demonstrated on real-world multi-stage chemistry experiments.*Auto-collected on 2026-07-06*