Give me scissors: Collision-Free Dual-Arm Surgical Assistive Robot for Instrument Delivery

School of Mechanical Engineering and Automation, Beihang University
IEEE ICRA 2026 - Accepted

Demo video.

Abstract

During the perioperative phase, scrub nurses are required to frequently deliver surgical instruments to surgeons, which can lead to physical fatigue and decreased focus. Robotic scrub nurses provide a promising solution that can replace repetitive tasks and enhance efficiency. Existing research on robotic scrub nurses rely on predefined pathways for instru- ment delivery, which limits their generalization and poses safety risks in dynamic environments. To address these challenges, we present a collision-free dual-arm surgical assistive robot which currently could perform instrument delivery. A vision language model is utilized to automatically generate the robot's grasping and delivery trajectories in a zero-shot manner based on surgeon's instructions. A real-time obstacle minimum distance perception method is proposed and integrated into a unified quadratic programming framework. This ensures reactive obstacle avoidance and self-collision avoidance during the dual-arm robot's autonomous motion in a dynamic envi- ronment. Extensive experimental validation demonstrates that the proposed robotic system achieves a 83.33% success rate in surgical instrument delivery, and has maintained smooth collision-free motion throughout the process. Project page and source code are available at https://give-me-scissors.github.io/.

System Pipeline

System Pipeline

The pipeline of the collision-free dual-arm surgical assistive robot for instrument delivery. The robot system receives multi-modal inputs from the physical world (i.e., surgeon instruction, color image, depth data). The real-time obstacle perception module computes the minimum distance between robot and environmental obstacles. The QP framework is built upon the minimum distance, ensuring the dual-arm robot's collision-free operation. The high-level task planning utilizes VLM to generate the desired motion objectives for the QP framework.

Experimental Results

BibTeX

@inproceedings{luo2026ICRA,
    title={Give me scissors: Collision-Free Dual-Arm Surgical Assistive Robot for Instrument Delivery},
    author={Xuejin Luo and Shiquan Sun and Runshi Zhang and Ruizhi Zhang and Junchen Wang},
    year={2026},
    eprint={2603.02553},
    archivePrefix={arXiv},
    primaryClass={cs.RO},
    url={https://arxiv.org/abs/2603.02553}, 
  }