lorenzomazza commited on
Commit
8511e80
·
verified ·
1 Parent(s): abb48dd

Add robotics bowel grasping dataset release

Browse files
.gitattributes CHANGED
@@ -1,60 +1,5 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.avro filter=lfs diff=lfs merge=lfs -text
4
- *.bin filter=lfs diff=lfs merge=lfs -text
5
- *.bz2 filter=lfs diff=lfs merge=lfs -text
6
- *.ckpt filter=lfs diff=lfs merge=lfs -text
7
- *.ftz filter=lfs diff=lfs merge=lfs -text
8
- *.gz filter=lfs diff=lfs merge=lfs -text
9
- *.h5 filter=lfs diff=lfs merge=lfs -text
10
- *.joblib filter=lfs diff=lfs merge=lfs -text
11
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
- *.lz4 filter=lfs diff=lfs merge=lfs -text
13
- *.mds filter=lfs diff=lfs merge=lfs -text
14
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
- *.model filter=lfs diff=lfs merge=lfs -text
16
- *.msgpack filter=lfs diff=lfs merge=lfs -text
17
- *.npy filter=lfs diff=lfs merge=lfs -text
18
- *.npz filter=lfs diff=lfs merge=lfs -text
19
- *.onnx filter=lfs diff=lfs merge=lfs -text
20
- *.ot filter=lfs diff=lfs merge=lfs -text
21
- *.parquet filter=lfs diff=lfs merge=lfs -text
22
- *.pb filter=lfs diff=lfs merge=lfs -text
23
- *.pickle filter=lfs diff=lfs merge=lfs -text
24
- *.pkl filter=lfs diff=lfs merge=lfs -text
25
- *.pt filter=lfs diff=lfs merge=lfs -text
26
- *.pth filter=lfs diff=lfs merge=lfs -text
27
- *.rar filter=lfs diff=lfs merge=lfs -text
28
- *.safetensors filter=lfs diff=lfs merge=lfs -text
29
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
- *.tar.* filter=lfs diff=lfs merge=lfs -text
31
- *.tar filter=lfs diff=lfs merge=lfs -text
32
- *.tflite filter=lfs diff=lfs merge=lfs -text
33
- *.tgz filter=lfs diff=lfs merge=lfs -text
34
- *.wasm filter=lfs diff=lfs merge=lfs -text
35
- *.xz filter=lfs diff=lfs merge=lfs -text
36
- *.zip filter=lfs diff=lfs merge=lfs -text
37
- *.zst filter=lfs diff=lfs merge=lfs -text
38
- *tfevents* filter=lfs diff=lfs merge=lfs -text
39
- # Audio files - uncompressed
40
- *.pcm filter=lfs diff=lfs merge=lfs -text
41
- *.sam filter=lfs diff=lfs merge=lfs -text
42
- *.raw filter=lfs diff=lfs merge=lfs -text
43
- # Audio files - compressed
44
- *.aac filter=lfs diff=lfs merge=lfs -text
45
- *.flac filter=lfs diff=lfs merge=lfs -text
46
- *.mp3 filter=lfs diff=lfs merge=lfs -text
47
- *.ogg filter=lfs diff=lfs merge=lfs -text
48
- *.wav filter=lfs diff=lfs merge=lfs -text
49
- # Image files - uncompressed
50
- *.bmp filter=lfs diff=lfs merge=lfs -text
51
- *.gif filter=lfs diff=lfs merge=lfs -text
52
- *.png filter=lfs diff=lfs merge=lfs -text
53
- *.tiff filter=lfs diff=lfs merge=lfs -text
54
- # Image files - compressed
55
- *.jpg filter=lfs diff=lfs merge=lfs -text
56
- *.jpeg filter=lfs diff=lfs merge=lfs -text
57
- *.webp filter=lfs diff=lfs merge=lfs -text
58
- # Video files - compressed
59
- *.mp4 filter=lfs diff=lfs merge=lfs -text
60
- *.webm filter=lfs diff=lfs merge=lfs -text
 
1
+ *.tar.zst filter=lfs diff=lfs merge=lfs -text
2
+ README.md text eol=lf
3
+ LICENSE text eol=lf
4
+ manifest.csv text eol=lf
5
+ SHA256SUMS text eol=lf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2026 NCT Dresden - Translational Surgical Oncology
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md CHANGED
@@ -1,3 +1,84 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pretty_name: Robotics Bowel Retraction
4
+ tags:
5
+ - robotics
6
+ - surgical-robotics
7
+ - imitation-learning
8
+ - minimally-invasive-surgery
9
+ - endoscopic-vision
10
+ ---
11
+
12
+ # Robotics Bowel Retraction Dataset
13
+
14
+ Dataset release for **Supervised Mixture-of-Experts for Surgical Grasping and Retraction**.
15
+
16
+ This dataset supports learning autonomous surgical-assistant policies for collaborative bowel grasping and retraction. In each demonstration, a surgeon-controlled instrument visually indicates a target bowel segment and the robot assistant performs grasping, retraction, and tension maintenance using stereo endoscopic observations.
17
+
18
+ ## Dataset Description
19
+
20
+ The data were collected in an OpenHELP open-body phantom setup with two UR5e robotic arms: one static arm holding a stereo endoscope and one arm controlling a laparoscopic bowel grasper through a mechatronic interface. The demonstrations contain stereo endoscopic image pairs, gripper state, and instrument-tip position in the camera coordinate frame.
21
+
22
+ The associated paper uses this data to train and evaluate a supervised Mixture-of-Experts extension to Action Chunking Transformer (ACT) for a five-phase surgical manipulation task:
23
+
24
+ 1. Idle
25
+ 2. Approach and grasp
26
+ 3. Hold
27
+ 4. Retract
28
+ 5. Maintain tension
29
+
30
+ ## Release Files
31
+
32
+ This release contains two compressed archives:
33
+
34
+ | Archive | Split | Contents |
35
+ | --- | --- | --- |
36
+ | `bowel_retraction_fixed_viewpoint.tar.zst` | fixed_viewpoint | `v1/`, `v2/` |
37
+ | `bowel_retraction_random_viewpoint.tar.zst` | random_viewpoint | `multicam/multi_camera_exp/`, `multicam/multi_camera_exp2/` |
38
+
39
+ Archive paths are relative to the dataset root and preserve the raw source folders. For example, files inside the fixed-viewpoint archive are stored as `v1/...` and `v2/...`, not as absolute paths.
40
+
41
+ `v1` and `v2` are historical raw folder names for two fixed-viewpoint recording days. They are not dataset version numbers. Together, these two folders form the fixed-viewpoint split used in the paper.
42
+
43
+ Additional release files:
44
+
45
+ - `manifest.csv`: archive-level manifest.
46
+ - `SHA256SUMS`: SHA256 checksums for the `.tar.zst` archives.
47
+ - `.gitattributes`: Git LFS patterns for archive storage.
48
+ - `LICENSE`: MIT License.
49
+
50
+ ## Verification
51
+
52
+ Verify archive checksums with:
53
+
54
+ ```bash
55
+ sha256sum -c SHA256SUMS
56
+ ```
57
+
58
+ Inspect archive contents with:
59
+
60
+ ```bash
61
+ tar --use-compress-program="zstd -d" -tf bowel_retraction_fixed_viewpoint.tar.zst
62
+ tar --use-compress-program="zstd -d" -tf bowel_retraction_random_viewpoint.tar.zst
63
+ ```
64
+
65
+ ## Citation
66
+
67
+ If you use this dataset or the associated code, please cite:
68
+
69
+ ```bibtex
70
+ @misc{mazza2026surgicalmoe,
71
+ title = {Supervised Mixture-of-Experts for Surgical Grasping and Retraction},
72
+ author = {Mazza, Lorenzo and Rodriguez, Ariel and Younis, Rayan and Lelis, Martin and Hellig, Ortrun and Li, Chenpan and Bodenstedt, Sebastian and Wagner, Martin and Speidel, Stefanie},
73
+ year = {2026},
74
+ url = {https://surgical-moe-project.github.io/rss-paper/}
75
+ }
76
+ ```
77
+
78
+ ## License
79
+
80
+ This dataset release is distributed under the MIT License.
81
+
82
+ ## Intended Use
83
+
84
+ This dataset is intended for research in surgical robotics, imitation learning, autonomous assistance, and endoscopic vision-based robot control. It is not a clinically validated system and should not be used for patient care or clinical decision-making.
SHA256SUMS ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ 64d28f2a18d9bc53276647897a9432dc3926a3170e1001ba1e1fe39a5cbed9c0 hf_release/bowel_retraction_fixed_viewpoint.tar.zst
2
+ c32e5e68040e7623b9d22f7b646038d801f90990def2ad3fbf081adcd95666c1 hf_release/bowel_retraction_random_viewpoint.tar.zst
bowel_retraction_fixed_viewpoint.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64d28f2a18d9bc53276647897a9432dc3926a3170e1001ba1e1fe39a5cbed9c0
3
+ size 136303084834
bowel_retraction_random_viewpoint.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c32e5e68040e7623b9d22f7b646038d801f90990def2ad3fbf081adcd95666c1
3
+ size 65795938989
manifest.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ archive_name,split,included_raw_folders,folder_meaning,path_count
2
+ bowel_retraction_fixed_viewpoint.tar.zst,fixed_viewpoint,"v1;v2","raw fixed-viewpoint recording-day folders, not dataset versions",2
3
+ bowel_retraction_random_viewpoint.tar.zst,random_viewpoint,"multicam/multi_camera_exp;multicam/multi_camera_exp2","raw random-viewpoint multicam recording folders",2