REVIEW 3 major objections 6 minor 5 cited by
REASSEMBLE: A Multimodal Dataset for Contact-rich Robotic Assembly and Disassembly
T0 review · 3 major / 6 minor · reviewed 2026-08-08 · deepseek-v4-flash
Pith's one-line read REASSEMBLE offers 4,551 demonstrations of contact-rich assembly and disassembly on the NIST Task Board #1, with synchronized event camera, force-torque, audio, and multi-view RGB data, annotated for temporal action segmentation, motion…
desk verdict A genuinely useful contact-rich manipulation dataset with event cameras, but the headline 4,551 demonstration count counts action segments, not task executions, and the benchmarks are too thin to stand as the paper's evaluation. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The carrying mechanism is the force-feedback teleoperation rig: a human operator drives a 7-DoF Cartesian impedance controller through a haptic master while the wrist force-torque signal is scaled back to the operator's hand. The control law $\tau_{\mathrm{imp}} = J^\top(K_x e_\xi + D \dot{e}_\xi)$ and the nullspace torque that keep the arm away from singularities appear in the paper as the precise path from demonstrated contact force to recorded data. The standardized NIST Assembly Task Board #1 supplies the contact-rich geometry—pegs, gears, BNC, USB, Ethernet, waterproof and D-SUB connectors—and the annotation pipeline (narrated speech transcribed by Whisper, corrected and manually validated, then hierarchically labelled into four actions and nine skills) turns the raw streams into the three task labels.
What would settle it
Run the released gear-insertion policy on an unmodified, original-tolerance acrylic NIST Task Board #1 with the official Ethernet and USB holders and the nuts included; if insertion success falls below the reported 7 out of 10, or if the measured insertion force profiles differ systematically from the dataset's mean wrench profiles such as the contact and alignment phase between 20% and 75% progress, then the board modifications have altered the contact physics the dataset claims to capture.
Extended reading notes
Core claim
The paper's central claim is that REASSEMBLE answers the shortage of long-horizon, contact-rich manipulation data by pairing a standardized benchmark with sensors that record what contact actually feels, sounds, and looks like at high temporal resolution. The dataset has 4,551 action demonstrations (4,035 successful) across four actions—pick, insert, remove, place—over 17 objects on the NIST Assembly Task Board #1, producing 68 balanced action-object pairs and 10,195 low-level skill labels. Its distinct contribution is the sensor set: multi-view RGB, robot proprioception, three microphones, a six-axis force-torque sensor, and an externally mounted event camera, which the authors state is the first event-camera stream in a manipulation-focused dataset. On top of the raw data, the paper supplies hierarchical annotations (high-level actions and low-level skills), success flags, and failure demonstrations, and it reports three benchmarks to show the data are usable: DiffAct temporal action segmentation with 61.5% accuracy and 44.1% F1@50, a DMP-based motion policy that reproduces gear assembly and disassembly at 8 out of 10, 7 out of 10, 8 out of 10, and 10 out of 10 success for pick, insert, remove, and place, and a ConditionNET-style execution monitor with 96% accuracy, precision, and recall.
Load-bearing premise
The load-bearing premise is that the demonstrations teach real contact-rich physics even though the benchmark board was modified—acrylic base swapped for matte PVC, Ethernet and USB holders redesigned, and objects held upright in custom 3D-printed fixtures—so the tolerances and contact forces may not match the official NIST board or industrial parts.
Editorial extensions
If this is right
- REASSEMBLE gives temporal action segmentation researchers a benchmark with 69 action classes and synchronized force-torque, audio, and event streams, where the reported visual-only DiffAct baseline (F1@50 of 44.1%) has clear room for multimodal fusion to improve.
- Motion policies can be evaluated against the dataset's contact signatures, such as the reported mean wrench profiles where the vertical force drops as a waterproof plug aligns and snaps into place.
- With 516 failed demonstrations and per-action success flags, anomaly detection models can be trained to recognize unsatisfied preconditions before they cause damage, using the 96%-accurate ConditionNET-style monitoring setup as a starting point.
- Because assembly and disassembly of the same objects are both recorded on the same board, the dataset supports task inversion learning: a model that learns to insert a gear can be evaluated on removing it using the same force thresholds and spiral search strategy.
Reading between the lines
- The paper's own benchmarks do not ablate the event camera, so the strongest test of its novelty claim is to train the same temporal action segmentation or anomaly detection model with and without event data, holding all other inputs fixed.
- The board modifications are the main transfer risk: if the matte PVC base and vertical fixtures change friction or compliance, policies learned on REASSEMBLE may need domain adaptation before they work on the unmodified official board or on factory equipment.
- The low visual-only F1@50 suggests the 69 classes overwhelm purely video-based segmentation; a natural next experiment is to feed force-torque and audio into the same DiffAct model and measure the accuracy gain.
- The four-verb action set was chosen to keep human labelling manageable, so extending the same protocol to the other NIST task boards, which the authors list as future work, would reveal whether the annotation scheme scales to cable routing and flexible belts.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces REASSEMBLE, a multimodal dataset for contact-rich robotic assembly and disassembly built around a modified NIST Assembly Task Board #1. Data were collected via haptic teleoperation of a Franka FR3 and include RGB video, event camera streams, force–torque measurements, audio, and robot proprioception. The dataset provides hierarchical annotations (four high-level actions and nine low-level skills), success/failure labels, and supports temporal action segmentation, motion policy learning, anomaly detection, and task inversion learning. The authors describe the sensor setup, calibration, teleoperation equations, HDF5 storage format, a visualization tool, and preliminary benchmark results with DiffAct, DMPs, and ConditionNET. The paper claims 4,551 demonstrations, 4,035 successful, spanning 781 minutes, and is positioned as a new public resource for long-horizon contact-rich manipulation.
Significance. If the dataset is properly scoped and the claims are corrected, REASSEMBLE would be a useful community resource: it combines modalities that are rare together in manipulation datasets (event camera, wrist force–torque, and audio) with hierarchical annotations and explicit failure labels. The authors provide concrete infrastructure: public HDF5 files, a documented data structure, calibration procedures, an annotation validation tool, and code for loading data. These are concrete strengths that go beyond many dataset papers. The preliminary benchmarks show that the data can support the three advertised tasks. However, the headline demonstration count is inflated, the board modifications weaken the link to the official NIST benchmark, and the benchmark protocols are too thin to support the broader generalization claims.
major comments (3)
- [Abstract, Table I, Section IV-A, Fig. 1] The central claim of '4,551 demonstrations' is contradicted by the paper's own statistics, which show that this number counts action segments, not full task demonstrations. Section IV-A states 'The REASSEMBLE dataset contains a total of 4,551 actions, decomposed into 10,195 skills,' and Figure 1 labels the same number as '4551 high level demonstrations.' If 4,551 were complete assembly/disassembly recordings, the 781 minutes would imply an average of about 10.3 seconds per demonstration, which is incompatible with the long-horizon tasks and with the reported median of 36 action segments per video in Section V-A. The dataset therefore contains on the order of a hundred or a few hundred full recordings, each containing many action segments. As written, the abstract and Table I compare an action-segment count against other datasets' full-demonstration counts, overstating the amount of independent task experience a user obtains. This issue is load-bearing because the 'comprehensive dataset' claim rests on this number. Please report the number of full task recordings separately from the number of action demonstrations, and revise the abstract, Table I, and Figure 1 accordingly.
- [Section III-A] The paper describes substantial modifications to the NIST Task Board #1: the acrylic base was replaced with matte white PVC, the Ethernet and USB holders were redesigned, and 3D-printed vertical holders were added for pegs and connectors. These changes may alter clearances, contact stiffness, friction, and required insertion forces relative to the official benchmark, which matters because the paper repeatedly grounds the dataset's value in being 'built around the NIST Assembly Task Board 1 benchmark' and in facilitating deployment across research institutes. The modifications are reasonable for single-arm teleoperation, but the paper should either quantify how the key physical parameters (e.g., peg-hole clearances, connector insertion forces, board compliance) compare with the official board, or explicitly scope the dataset as 'NIST-inspired' rather than claiming benchmark equivalence. Without this, the generalization and transferability implied by the NIST framing is not supported.
- [Section V] The benchmark evidence is too thin to support the claim that the dataset reliably supports all three advertised tasks. The DiffAct TAS experiment reports no train/validation split, no number of training videos, and no variance over seeds or runs; the ConditionNET experiment reports 96% accuracy, precision, and recall but no split details, no dataset size, and no baseline; the DMP policy experiment covers only the large gear with 10 trials per action. For a dataset paper, the benchmarks need not be state-of-the-art, but they must be reproducible and must give the reader a realistic view of variability. Please provide the exact data splits, the subset of recordings used, the number of random seeds or repetitions, and the standard deviation of each metric, or explicitly label these results as illustrative sanity checks rather than benchmark evaluations.
minor comments (6)
- [Appendix B, Fig. 13] The HDF5 structure lists 'measured_torque' with shape N_mt x 7 but describes it as (x, y, z), and 'velocity' with shape N_vels x 7 but six listed components (x, y, z, omega, gamma, theta). Please correct the dimensions and component lists to match the actual saved arrays and the six-axis torque channel count.
- [Table I] The row for REASSEMBLE lists '# Demos 4k' and compares it directly with full-demonstration counts of other datasets; even after the counting issue in the major comments is fixed, the table should state whether the number refers to action segments or full task recordings and should avoid mixing the two notions.
- [Section V-A] The DiffAct baseline uses the default hyperparameters tuned for 50Salads; this choice should be stated as a limitation or justified, because the difference in action count, segment length, and modality mix may make those defaults suboptimal for REASSEMBLE.
- [Abstract] The final sentence contains a grammatical error: 'The REASSEMBLE will be a valuable resource' should read 'REASSEMBLE will be a valuable resource.'
- [Section IV-D] The sentence 'We observed that some errors occur in the transcriptions; for example, "D-SUB" is often recognized as "the sub."' is missing a period at the end and appears mid-paragraph; please fix the punctuation.
- [Section III-A and Figure 15] The list of objects in the appendix says '1 M16 Nut' but Section III-A states that all three nuts (M12, M8, and M4) were excluded while the M16 nut is included; please clarify that the dataset contains the M16 nut only and update the object count explanation accordingly.
Circularity Check
No meaningful circularity: REASSEMBLE is an empirical dataset contribution; self-citations to ConditionNET and M2R2 are illustrative benchmarks, not load-bearing derivations.
full rationale
REASSEMBLE makes no derived prediction: its central claim is the existence, content, and annotation of a multimodal dataset, supported by an external standard (NIST Task Board #1) and recorded sensor streams. The benchmark sections train standard or prior models (DiffAct, DMPs, ConditionNET) on the released data and report empirical outcomes; none of these outcomes is obtained by construction from the dataset statistics. The two self-citations ([23] ConditionNET and [44] M2R2) are used as methodological baselines or preliminary demonstrations for downstream tasks; the dataset's validity does not depend on either work, so they are not load-bearing. The limitations section (Sec. VI) explicitly acknowledges object similarity and missing depth information, and the modified-board disclosure (Sec. III-A) is a transparency statement rather than a circular justification. The only notable internal-consistency concern is that the abstract and Table I call 4,551 items 'demonstrations' while Sec. IV-A defines them as 4,551 actions decomposed into 10,195 skills; this is a reporting and statistical-semantics issue, not a circular reduction, and it does not affect the dataset's independent evidentiary status.
Assumptions & free parameters
free parameters (5)
- Teleoperation scale S =
diag(4.5,4.5,4.5)
- Force feedback scaling =
0.35
- Nullspace weighting coefficients =
alpha, beta, gamma (values not reported)
- DMP basis function weights =
Learned per skill via least squares
- Force thresholds for spiral insertion =
Not reported numerically
assumptions (4)
- standard math Rigid-body robot kinematics and Jacobian relations in Eqs. (5) and (8) are correct for the Franka FR3.
- domain assumption Modifications to NIST Task Board #1 (PVC base, redesigned holders, 3D-printed fixtures) preserve the original benchmark's contact-rich task characteristics.
- domain assumption Haptic teleoperation with force feedback yields demonstrations representative of natural human assembly and disassembly behavior, including failures.
- domain assumption Whisper-based speech transcription plus manual validation produces correct action and skill annotations.
Cite this review
Pith. "Pith review of REASSEMBLE: A Multimodal Dataset for Contact-rich Robotic Assembly and Disassembly." pith.science (2026). https://pith.science/paper/NLXY4NAI
@misc{pith2026250205086,
author = {Pith},
title = {Pith review of: REASSEMBLE: A Multimodal Dataset for Contact-rich Robotic Assembly and Disassembly},
year = {2026},
howpublished = {\url{https://pith.science/paper/NLXY4NAI}},
note = {Machine review of arXiv:2502.05086}
}
read the original abstract
Robotic manipulation remains a core challenge in robotics, particularly for contact-rich tasks such as industrial assembly and disassembly. Existing datasets have significantly advanced learning in manipulation but are primarily focused on simpler tasks like object rearrangement, falling short of capturing the complexity and physical dynamics involved in assembly and disassembly. To bridge this gap, we present REASSEMBLE (Robotic assEmbly disASSEMBLy datasEt), a new dataset designed specifically for contact-rich manipulation tasks. Built around the NIST Assembly Task Board 1 benchmark, REASSEMBLE includes four actions (pick, insert, remove, and place) involving 17 objects. The dataset contains 4,551 demonstrations, of which 4,035 were successful, spanning a total of 781 minutes. Our dataset features multi-modal sensor data, including event cameras, force-torque sensors, microphones, and multi-view RGB cameras. This diverse dataset supports research in areas such as learning contact-rich manipulation, task condition identification, action segmentation, and task inversion learning. The REASSEMBLE will be a valuable resource for advancing robotic manipulation in complex, real-world scenarios. The dataset is publicly available on our project website: https://tuwien-asl.github.io/REASSEMBLE_page/.
Figures
Figures from the paper (11 more)
Forward citations
Cited by 5 Pith papers
-
RoboProcessBench: Benchmarking Process-Aware Understanding in Vision-Language Robotic Manipulation
RoboProcessBench is a new benchmark decomposing process-aware understanding into static monitoring and dynamic reasoning across 12 question families, with evaluations showing VLM limitations but post-training gains on...
-
AssemLM: A Spatial Reasoning Multimodal Large Language Model for Robotic Assembly
AssemLM uses a specialized point cloud encoder inside a multimodal LLM to reach state-of-the-art 6D pose prediction for assembly tasks, backed by a new 900K-sample benchmark called AssemBench.
-
RoboLight: A Dataset with Linearly Composable Illumination for Robotic Manipulation
A dataset that records identical robot manipulation tasks under 14 controlled lighting conditions and uses HDR linearity to synthesize 196,000 additional lighting-varied episodes.
-
DECO: Decoupled Multimodal Diffusion Transformer for Bimanual Dexterous Manipulation with a Plugin Tactile Adapter
A decoupled multimodal diffusion transformer with a LoRA tactile adapter improves real-world bimanual manipulation success by 21 percentage points over a diffusion-policy baseline; a new 50-hour tactile bimanual datas...
-
Mind Meets Space: Rethinking Agentic Spatial Intelligence from a Neuroscience-inspired Perspective
Agent spatial intelligence is organized into six neuroscience-inspired modules, and the field is reviewed through that lens without any experimental validation.
Reference graph
Works this paper leans on
-
[1]
K. Kimble, J. Albrecht, M. Zimmerman, and J. Falco, “Performance measures to benchmark the grasping, manipulation, and assembly of deformable objects typical to manufacturing applications,” Frontiers in Robotics and AI , vol. 9, p. 999348, 2022
work page 2022
-
[2]
Literature review of deep learning research areas,
M. Yapıcı, A. Tekerek, and N. Topaloglu, “Literature review of deep learning research areas,” Gazi Journal of Engineering Sciences , vol. 5, pp. 188–215, 12 2019
work page 2019
-
[3]
Diffusion policy: Visuomotor policy learning via ac- tion diffusion,
C. Chi et al., “Diffusion policy: Visuomotor policy learning via ac- tion diffusion,” The International Journal of Robotics Research , p. 02783649241273668, 2023
work page 2023
-
[4]
RT-1: Robotics Transformer for Real-World Control at Scale,
A. Brohan et al., “RT-1: Robotics Transformer for Real-World Control at Scale,” in Proceedings of Robotics: Science and Systems , Daegu, Republic of Korea, 7 2023
work page 2023
-
[5]
RT-2: Vision-language-action models transfer web knowledge to robotic control,
B. Zitkovich et al., “RT-2: Vision-language-action models transfer web knowledge to robotic control,” in 7th Annual Conference on Robot Learning, 2023
work page 2023
-
[6]
Do as i can, not as i say: Grounding language in robotic affordances,
B. Ichter et al., “Do as i can, not as i say: Grounding language in robotic affordances,” in 6th Annual Conference on Robot Learning , 2022
work page 2022
-
[7]
Sayplan: Grounding large language models using 3d scene graphs for scalable task planning,
K. Rana, J. Haviland, S. Garg, J. Abou-Chakra, I. D. Reid, and N. Suenderhauf, “Sayplan: Grounding large language models using 3d scene graphs for scalable task planning,” CoRR, 2023
2023
-
[8]
Palm-e: An embodied multimodal language model,
D. Driess, F. Xia, M. S. Sajjadi, C. Lynch, A. Chowdhery, B. Ichter, A. Wahid, J. Tompson, Q. Vuong, T. Yu et al., “Palm-e: An embodied multimodal language model,” pp. 8469–8488, 2023
work page 2023
Show all 50 references
-
[9]
Learning agile robotic locomotion skills by imitating animals,
X. B. Peng, E. Coumans, T. Zhang, T.-W. E. Lee, J. Tan, and S. Levine, “Learning agile robotic locomotion skills by imitating animals,” in Robotics: Science and Systems , 07 2020
2020
-
[10]
Real-Time Anomaly Detection and Reactive Planning with Large Language Models,
R. Sinha, A. Elhafsi, C. Agia, M. Foutter, E. Schmerling, and M. Pavone, “Real-Time Anomaly Detection and Reactive Planning with Large Language Models,” in Proceedings of Robotics: Science and Systems , Delft, Netherlands, 7 2024
2024
-
[11]
Tacdiffusion: Force-domain diffusion policy for precise tactile manipulation,
Y . Wu, Z. Chen, F. Wu, L. Chen, L. Zhang, Z. Bing, A. Swikir, A. Knoll, and S. Haddadin, “Tacdiffusion: Force-domain diffusion policy for precise tactile manipulation,” arXiv preprint arXiv:2409.11047 , 2024
2024 arXiv
-
[12]
Hierarchical hybrid learning for long-horizon contact-rich robotic assembly,
J. Sun, A. Curtis, Y . You, Y . Xu, M. Koehle, L. Guibas, S. Chitta, M. Schwager, and H. Li, “Hierarchical hybrid learning for long-horizon contact-rich robotic assembly,” arXiv preprint arXiv:2409.16451 , 2024
2024 arXiv
-
[13]
Accelerating reinforcement learning with learned skill priors,
K. Pertsch, Y . Lee, and J. Lim, “Accelerating reinforcement learning with learned skill priors,” in Conference on robot learning . PMLR, 2021, pp. 188–204
2021
-
[14]
BC-z: Zero-shot task generalization with robotic imitation learning,
E. Jang, A. Irpan, M. Khansari, D. Kappler, F. Ebert, C. Lynch, S. Levine, and C. Finn, “BC-z: Zero-shot task generalization with robotic imitation learning,” in 5th Annual Conference on Robot Learning , 2021
2021
-
[15]
Bridgedata v2: A dataset for robot learning at scale,
H. R. Walke, K. Black, T. Z. Zhao, Q. Vuong, C. Zheng, P. Hansen- Estruch, A. W. He, V . Myers, M. J. Kim, M. Du et al., “Bridgedata v2: A dataset for robot learning at scale,” in Conference on Robot Learning. PMLR, 2023, pp. 1723–1736
2023
-
[16]
Furniturebench: Reproducible real-world benchmark for long-horizon complex manipulation,
M. Heo, Y . Lee, D. Lee, and J. J. Lim, “Furniturebench: Reproducible real-world benchmark for long-horizon complex manipulation,” The International Journal of Robotics Research , p. 02783649241304789, 2023
2023
-
[17]
DROID: A Large-Scale In-The-Wild Robot Ma- nipulation Dataset,
A. Khazatsky et al., “DROID: A Large-Scale In-The-Wild Robot Ma- nipulation Dataset,” July 2024
2024
-
[18]
Rh20t: A comprehensive robotic dataset for learning diverse skills in one-shot,
H Fang et al., “Rh20t: A comprehensive robotic dataset for learning diverse skills in one-shot,” inIEEE International Conference on Robotics and Automation (ICRA) . IEEE, 2024, pp. 653–660
2024
-
[19]
Jhu-isi gesture and skill assessment working set (jigsaws): A surgical activity dataset for human motion modeling,
Y . Gao, S. S. Vedula, C. E. Reiley, N. Ahmidi, B. Varadarajan, H. C. Lin, and G. D. Hager, “Jhu-isi gesture and skill assessment working set (jigsaws): A surgical activity dataset for human motion modeling,” in MICCAI Workshop: M2CAI, vol. 3, no. 2014, 9 2014, p. 3
2014
-
[20]
Combining embedded accelerometers with computer vision for recognizing food preparation activities,
S. Stein and S. J. McKenna, “Combining embedded accelerometers with computer vision for recognizing food preparation activities,” in Pro- ceedings of the 2013 ACM International Joint Conference on Pervasive and Ubiquitous Computing , ser. UbiComp ’13. New York, NY , USA: Assoc...
2013
-
[21]
Assembly101: A large-scale multi-view video dataset for understanding procedural activities,
F. Sener, D. Chatterjee, D. Shelepov, K. He, D. Singhania, R. Wang, and A. Yao, “Assembly101: A large-scale multi-view video dataset for understanding procedural activities,” CVPR 2022
2022
-
[22]
Fino-net: A deep multimodal sensor fusion framework for manipulation failure detection,
A. Inceoglu, E. E. Aksoy, A. C. Ak, and S. Sariel, “Fino-net: A deep multimodal sensor fusion framework for manipulation failure detection,” in 2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, 2021, pp. 6841–6847
2021
-
[23]
Conditionnet: Learning preconditions and ef- fects for execution monitoring,
D. Sliwowski and D. Lee, “Conditionnet: Learning preconditions and ef- fects for execution monitoring,” IEEE Robotics and Automation Letters , 2024
2024
-
[24]
Open x-embodiment: Robotic learning datasets and rt-x models : Open x-embodiment collaboration0,
A. O’Neill et. al., “Open x-embodiment: Robotic learning datasets and rt-x models : Open x-embodiment collaboration0,” in IEEE International Conference on Robotics and Automation (ICRA) , 2024, pp. 6892–6903
2024
-
[25]
On bringing robots home
N. Muhammad, A. Rai, H. Etukuru, Y . Liu, I. Misra, S. Chintala, and L. Pinto, “On bringing robots home.” CoRR, 2023
2023
-
[26]
Sparsh: Self-supervised touch representations for vision-based tactile sensing,
C. Higuera et al., “Sparsh: Self-supervised touch representations for vision-based tactile sensing,” 2024
2024
-
[27]
Learning to recognize objects in egocentric activities,
A. Fathi, X. Ren, and J. M. Rehg, “Learning to recognize objects in egocentric activities,” in CVPR. IEEE, 2011, pp. 3281–3288
2011
-
[28]
The language of actions: Recov- ering the syntax and semantics of goal-directed human activities,
H. Kuehne, A. Arslan, and T. Serre, “The language of actions: Recov- ering the syntax and semantics of goal-directed human activities,” in IEEE Conference on Computer Vision and Pattern Recognition , 2014, pp. 780–787
2014
-
[29]
RT-1: Robotics Transformer for Real-World Control at Scale,
A. Brohan et al., “RT-1: Robotics Transformer for Real-World Control at Scale,” July 2023
2023
-
[30]
M 3it: A large-scale dataset towards multi-modal multilin- gual instruction tuning,
L. Li et al., “M 3it: A large-scale dataset towards multi-modal multilin- gual instruction tuning,” arXiv preprint arXiv:2306.04387 , 2023
2023 arXiv
-
[31]
On-line rigid object recognition and pose estimation based on inertial parameters,
D. Kubus, T. Kroger, and F. Wahl, “On-line rigid object recognition and pose estimation based on inertial parameters,” 12 2007, pp. 1402 – 1408
2007
-
[32]
Low-latency automotive vision with event cameras,
D. Gehrig and D. Scaramuzza, “Low-latency automotive vision with event cameras,” Nature, vol. 629, no. 8014, pp. 1034–1040, 2024
2024
-
[33]
Combined physics and event camera simulator for slip detection,
T. Reinold, S. Ghosh, and G. Gallego, “Combined physics and event camera simulator for slip detection,” in Proceedings of the Winter Conference on Applications of Computer Vision , 2025, pp. 935–943
2025
-
[34]
Neuromorphic vision sensing for cnn-based action recognition,
A . Chadha et al., “Neuromorphic vision sensing for cnn-based action recognition,” in IEEE ICASSP, 2019
2019
-
[35]
Bilateral teleoperation with adaptive impedance control for contact tasks,
Y . Michel, R. Rahal, C. Pacchierotti, P. R. Giordano, and D. Lee, “Bilateral teleoperation with adaptive impedance control for contact tasks,” IEEE Robotics and Automation Letters , vol. 6, no. 3, pp. 5429– 5436, 2021, publisher: IEEE
2021
-
[36]
Robust speech recognition via large-scale weak supervi- sion,
A. Radford, J. W. Kim, T. Xu, G. Brockman, C. McLeavey, and I. Sutskever, “Robust speech recognition via large-scale weak supervi- sion,” in International conference on machine learning . PMLR, 2023, pp. 28 492–28 518
2023
-
[37]
Diffusion action segmentation,
D. Liu, Q. Li, A.-D. Dinh, T. Jiang, M. Shah, and C. Xu, “Diffusion action segmentation,” in Proceedings of the IEEE/CVF International Conference on Computer Vision , 2023, pp. 10 139–10 149
2023
-
[38]
Transition state clustering: Unsupervised surgical tra- jectory segmentation for robot learning,
S. Krishnan, A. Garg, S. Patil, C. Lea, G. Hager, P. Abbeel, and K. Goldberg, “Transition state clustering: Unsupervised surgical tra- jectory segmentation for robot learning,” The International journal of robotics research, vol. 36, no. 13-14, pp. 1595–1618, 2017
2017
-
[39]
Multi-level task learning based on inten- tion and constraint inference for autonomous robotic manipulation,
C. Willibald and D. Lee, “Multi-level task learning based on inten- tion and constraint inference for autonomous robotic manipulation,” in IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, 2022, pp. 7688–7695
2022
-
[40]
Denoising diffusion probabilistic models,
J. Ho, A. Jain, and P. Abbeel, “Denoising diffusion probabilistic models,” Advances in neural information processing systems , vol. 33, pp. 6840– 6851, 2020
2020
-
[41]
Diffusion models beat gans on image synthesis,
P. Dhariwal and A. Nichol, “Diffusion models beat gans on image synthesis,” Advances in neural information processing systems , vol. 34, pp. 8780–8794, 2021
2021
-
[42]
Quo vadis, action recognition? a new model and the kinetics dataset,
J. Carreira and A. Zisserman, “Quo vadis, action recognition? a new model and the kinetics dataset,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , 2017, pp. 6299–6308
2017
-
[43]
Raft: Recurrent all-pairs field transforms for optical flow,
Z. Teed and J. Deng, “Raft: Recurrent all-pairs field transforms for optical flow,” in ECCV 2020. Springer, 2020, pp. 402–419
2020
-
[44]
M2R2: Mulitmodal robotic representation for temporal action segmentation,
D. Sliwowski and D. Lee, “M2R2: Mulitmodal robotic representation for temporal action segmentation,” in Submitted to IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) . IEEE, 2025
2025
-
[45]
Universal manipulation interface: In-the-wild robot teaching without in-the-wild robots,
C. Chi et al., “Universal manipulation interface: In-the-wild robot teaching without in-the-wild robots,” RSS, 2024
2024
-
[46]
Learning Fine-Grained Bimanual Manipulation with Low-Cost Hardware,
T. Z. Zhao, V . Kumar, S. Levine, and C. Finn, “Learning Fine-Grained Bimanual Manipulation with Low-Cost Hardware,” July 2023
2023
-
[47]
Dynamic movement primitives in robotics: A tutorial survey,
M. Saveriano, F. J. Abu-Dakka, A. Kramberger, and L. Peternel, “Dynamic movement primitives in robotics: A tutorial survey,” The International Journal of Robotics Research , vol. 42, no. 13, pp. 1133– 1184, 2023
2023
-
[48]
Robotic peg-in-hole assembly based on reversible dynamic movement primitives and trajectory opti- mization,
H. Zhao, Y . Chen, X. Li, and H. Ding, “Robotic peg-in-hole assembly based on reversible dynamic movement primitives and trajectory opti- mization,” Mechatronics, vol. 95, p. 103054, 2023
2023
-
[49]
Search strategies for peg-in- hole assemblies with position uncertainty,
S. R. Chhatpar and M. S. Branicky, “Search strategies for peg-in- hole assemblies with position uncertainty,” in IEEE/RSJ International Conference on Intelligent Robots and Systems. Expanding the Societal Role of Robotics in the the Next Millennium (Cat. No. 01CH37180) , vol. ...
2001
-
[50]
A survey of behavior trees in robotics and ai,
M. I. et al., “A survey of behavior trees in robotics and ai,” Robotics and Autonomous Systems , vol. 154, p. 104096, 2022. APPENDIX A DATA VISUALIZATION TOOL To simplify viewing the dataset, we designed a visualization tool based on the rerun Python package. rerun facilitates...
2022
Reviewed August 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.