Dense Policy: Bidirectional Autoregressive Learning of Actions (2D Version)

January 14, 2026 Β· View on GitHub

Paper on arXiv Project Page Tasks Report

Authors: Yue Su*, Xinyu Zhan*, Hongjie Fang, Han Xue, Haoshu Fang, Yong-Lu Li, Cewu Lu, Lixin Yang†

πŸ›« Getting Started

You can also refer 3D Dense Policy Code.

πŸ’» Installation

Please following the installation guide to install the dsp conda environments and the dependencies, as well as the real robot environments. Also, remember to adjust the constant parameters in dataset/constants.py and utils/constants.py according to your own environment.

πŸ“· Calibration

Please calibrate the camera(s) with the robot before data collection and evaluation to ensure correct spatial transformations between camera(s) and the robot. Please refer to calibration guide for more details.

πŸ›’οΈ Data Collection

Data will be released soon.

πŸ§‘πŸ»β€πŸ’» Training

conda activate dsp
bash train.sh

πŸ€– Evaluation

Please follow the deployment guide to modify the evaluation script.

Modify the arguments in eval.sh, then

conda activate dsp
bash eval.sh

✍️ Citation

@InProceedings{DSP,
    author    = {Su, Yue and Zhan, Xinyu and Fang, Hongjie and Xue, Han and Fang, Hao-Shu and Li, Yong-Lu and Lu, Cewu and Yang, Lixin},
    title     = {Dense Policy: Bidirectional Autoregressive Learning of Actions},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
    month     = {October},
    year      = {2025},
    pages     = {14486-14495}
}

πŸ“ƒ License

DSP is licensed under CC BY-NC-SA 4.0