SutureBot: A Precision Framework and Benchmark for Autonomous End-to-End Suturing
8
12 commits
2 linked in READMEs
updated Oct 23, 2025
This dataset is part of the SutureBot project, a benchmark for developing and evaluating autonomous surgical robotic policies for end-to-end suturing. It contains high-resolution, multi-camera video and robot kinematics from real robot demonstrations on tissue phantoms, supporting research in imitation learning, vision-language-action modeling, and surgical autonomy.
project website | code repository.
The dataset includes:
left_img_dir, right_img_dir)endo_psm1, endo_psm2)ee_csv.csvThe following is a visualization of the dataset folder structure:
$PATH_TO_DATASET
βββ [DATASET_NAME] # the dataset base dir
| βββ tissue_1 # data subset
| | βββ 1_[task_name] # task name
| | | βββ [episode] # should be timestamp when the data was recorded
| | | | βββ left_img_dir # left endoscope cam images (frame000000_left.jpg)
| | | | βββ right_img_dir # right endoscope cam images (frame000000_right.jpg)
| | | | βββ endo_psm1 # right wrist cam images (frame000000_psm1.jpg)
| | | | βββ endo_psm2 # left wrist cam images (frame000000_psm2.jpg)
| | | | βββ ee_csv.csv # kinematics
| βββ tissue_2 # data subset
| | βββ 1_[task_name] # task name
| | | βββ [episode] # should be timestamp when the data was recorded
| | | | βββ left_img_dir # left endoscope cam images (frame000000_left.jpg)
| | | | βββ right_img_dir # right endoscope cam images (frame000000_right.jpg)
| | | | βββ endo_psm1 # right wrist cam images (frame000000_psm1.jpg)
| | | | βββ endo_psm2 # left wrist cam images (frame000000_psm2.jpg)
| | | | βββ ee_csv.csv # kinematics
...
Each episode is a complete trajectory from a real robotic execution using a da Vinci Research Kit (dVRK) platform.
This dataset is designed for training and evaluating autonomous policies that take as input multi-view RGB images (optionally language-conditioned), and output continuous control actions.
It supports a wide range of applications including:
Each episode contains:
left_img_dir/: Left endoscope camera imagesright_img_dir/: Right endoscope camera imagesendo_psm1/: Right wrist (PSM1) camera imagesendo_psm2/: Left wrist (PSM2) camera imagesee_csv.csv: Kinematic data including joint states, poses, and jaw angles.jpg, RGBtimestamppsm1_pose.position.{x,y,z}psm1_pose.orientation.{x,y,z,w}psm1_js[0-5], psm2_js[0-5], etc.ecm_pose.*, suj_pose.*, etc.A complete list of columns is available in the dataset.croissant.json schema.
If you use this dataset, please cite:
@misc{suturebot2025,
title = {SutureBot: A Precision Framework and Benchmark for Autonomous End-to-End Suturing},
author = {Jesse Haworth, Juo-Tung Chen, Nigel Nelson, Ji Woong Kim, Masoud Moghani, Chelsea Finn, Axel Krieger},
year = {2025},
note = {Under review at NeurIPS 2025 Datasets and Benchmarks Track},
howpublished = {\url{https://huggingface.co/datasets/jchen396/suturebot}}
}
This dataset is licensed under CC-BY-4.0. Please credit the authors when using this dataset.
For questions or collaboration inquiries, please contact:
Juo-Tung Chen Johns Hopkins University π§ jchen396@jh.edu
12 commits
SutureBot: A Precision Framework and Benchmark for Autonomous End-to-End Suturing
8
12 commits
2 linked in READMEs
updated Oct 23, 2025
This dataset is part of the SutureBot project, a benchmark for developing and evaluating autonomous surgical robotic policies for end-to-end suturing. It contains high-resolution, multi-camera video and robot kinematics from real robot demonstrations on tissue phantoms, supporting research in imitation learning, vision-language-action modeling, and surgical autonomy.
project website | code repository.
The dataset includes:
left_img_dir, right_img_dir)endo_psm1, endo_psm2)ee_csv.csvThe following is a visualization of the dataset folder structure:
$PATH_TO_DATASET
βββ [DATASET_NAME] # the dataset base dir
| βββ tissue_1 # data subset
| | βββ 1_[task_name] # task name
| | | βββ [episode] # should be timestamp when the data was recorded
| | | | βββ left_img_dir # left endoscope cam images (frame000000_left.jpg)
| | | | βββ right_img_dir # right endoscope cam images (frame000000_right.jpg)
| | | | βββ endo_psm1 # right wrist cam images (frame000000_psm1.jpg)
| | | | βββ endo_psm2 # left wrist cam images (frame000000_psm2.jpg)
| | | | βββ ee_csv.csv # kinematics
| βββ tissue_2 # data subset
| | βββ 1_[task_name] # task name
| | | βββ [episode] # should be timestamp when the data was recorded
| | | | βββ left_img_dir # left endoscope cam images (frame000000_left.jpg)
| | | | βββ right_img_dir # right endoscope cam images (frame000000_right.jpg)
| | | | βββ endo_psm1 # right wrist cam images (frame000000_psm1.jpg)
| | | | βββ endo_psm2 # left wrist cam images (frame000000_psm2.jpg)
| | | | βββ ee_csv.csv # kinematics
...
Each episode is a complete trajectory from a real robotic execution using a da Vinci Research Kit (dVRK) platform.
This dataset is designed for training and evaluating autonomous policies that take as input multi-view RGB images (optionally language-conditioned), and output continuous control actions.
It supports a wide range of applications including:
Each episode contains:
left_img_dir/: Left endoscope camera imagesright_img_dir/: Right endoscope camera imagesendo_psm1/: Right wrist (PSM1) camera imagesendo_psm2/: Left wrist (PSM2) camera imagesee_csv.csv: Kinematic data including joint states, poses, and jaw angles.jpg, RGBtimestamppsm1_pose.position.{x,y,z}psm1_pose.orientation.{x,y,z,w}psm1_js[0-5], psm2_js[0-5], etc.ecm_pose.*, suj_pose.*, etc.A complete list of columns is available in the dataset.croissant.json schema.
If you use this dataset, please cite:
@misc{suturebot2025,
title = {SutureBot: A Precision Framework and Benchmark for Autonomous End-to-End Suturing},
author = {Jesse Haworth, Juo-Tung Chen, Nigel Nelson, Ji Woong Kim, Masoud Moghani, Chelsea Finn, Axel Krieger},
year = {2025},
note = {Under review at NeurIPS 2025 Datasets and Benchmarks Track},
howpublished = {\url{https://huggingface.co/datasets/jchen396/suturebot}}
}
This dataset is licensed under CC-BY-4.0. Please credit the authors when using this dataset.
For questions or collaboration inquiries, please contact:
Juo-Tung Chen Johns Hopkins University π§ jchen396@jh.edu
12 commits