paper-with-me

Papers

Runtime Detection of Executional Errors in Robot-Assisted Surgery

2022-03-01 · Zongyu Li, Kay Hutchinson, Homa Alemzadeh

Despite significant developments in the design of surgical robots and automated techniques for objective evaluation of surgical skills, there are still challenges in ensuring safety in robot-assisted minimally-invasive surgery (RMIS). This paper presents a runtime monitoring system for the detection of executional errors during surgical tasks through the analysis of kinematic data. The proposed system incorporates dual Siamese neural networks and knowledge of surgical context, including surgical tasks and gestures, their distributional similarities, and common error modes, to learn the differences between normal and erroneous surgical trajectories from small training datasets. We evaluate the performance of the error detection using Siamese networks compared to single CNN and LSTM networks trained with different levels of contextual knowledge and training data, using the dry-lab demonstrations of the Suturing and Needle Passing tasks from the JIGSAWS dataset. Our results show that gesture specific task nonspecific Siamese networks obtain micro F1 scores of 0.94 (Siamese-CNN) and 0.95 (Siamese-LSTM), and perform better than single CNN (0.86) and LSTM (0.87) networks. These Siamese networks also outperform gesture nonspecific task specific Siamese-CNN and Siamese-LSTM models for Suturing and Needle Passing.

📄 PDF Abstract BibTeX arXiv:2203.00737

Code (1)

uva-dsa/execerr_detect_siamese 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Real-Time Multimodal Activity-Aware Error Detection in Robot-Assisted Surgery

2026-06-22 · Seyed Hamid Reza Roodabeh, Zongyu Li, Homa Alemzadeh arxiv

Robot-assisted minimally invasive surgery improves surgical precision but introduces complexity, making technical error detection essential for ensuring patient safety. Current executional error detection methods using v…

Vision-Based Mistake Analysis in Procedural Activities: A Review of Advances and Challenges

2025-10-22 · Konstantinos Bacharidis, Antonis A. Argyros arxiv

Mistake analysis in procedural activities is a critical area of research with applications spanning industrial automation, physical rehabilitation, education and human-robot collaboration. This paper reviews vision-based…

Action Recognition

Why Stop at One Error? Benchmarking LLMs as Data Science Code Debuggers for Multi-Hop and Multi-Bug Errors

2025-03-28 · Zhiyu Yang, Shuo Wang, Yukun Yan, Yang Deng

LLMs are transforming software development, yet current code generation and code repair benchmarks mainly assess syntactic and functional correctness in simple, single-error cases. LLMs' capabilities to autonomously find…

BenchmarkingCode GenerationCode Repair

LLM as Runtime Error Handler: A Promising Pathway to Adaptive Self-Healing of Software Systems

2024-08-02 · Zhensu Sun, Haotian Zhu, Bowen Xu, Xiaoning Du 외

Unanticipated runtime errors, lacking predefined handlers, can abruptly terminate execution and lead to severe consequences, such as data loss or system crashes. Despite extensive efforts to identify potential errors dur…

Robotic Scene Segmentation with Memory Network for Runtime Surgical Context Inference

2023-08-24 · Zongyu Li, Ian Reyes, Homa Alemzadeh

Surgical context inference has recently garnered significant attention in robot-assisted surgery as it can facilitate workflow analysis, skill assessment, and error detection. However, runtime context inference is challe…

Scene SegmentationSegmentationVideo SegmentationVideo Semantic Segmentation