Evaluating surgical skills from kinematic data using convolutional neural networks

Hassan Ismail Fawaz,Germain Forestier,Jonathan Weber,Lhassane Idoumghar,Pierre-Alain Muller
DOI: https://doi.org/10.1007/978-3-030-00937-3_25
2018-06-08
Abstract:The need for automatic surgical skills assessment is increasing, especially because manual feedback from senior surgeons observing junior surgeons is prone to subjectivity and time consuming. Thus, automating surgical skills evaluation is a very important step towards improving surgical practice. In this paper, we designed a Convolutional Neural Network (CNN) to evaluate surgeon skills by extracting patterns in the surgeon motions performed in robotic surgery. The proposed method is validated on the JIGSAWS dataset and achieved very competitive results with 100% accuracy on the suturing and needle passing tasks. While we leveraged from the CNNs efficiency, we also managed to mitigate its black-box effect using class activation map. This feature allows our method to automatically highlight which parts of the surgical task influenced the skill prediction and can be used to explain the classification and to provide personalized feedback to the trainee.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the automated assessment of surgical skills. Specifically, traditional surgical skill assessment methods rely on the observation and subjective evaluation of senior surgeons. This method is not only time - consuming but also susceptible to subjective factors. Therefore, it is very important to develop a method that can automatically and objectively assess surgeons' skills, which helps to improve the quality of surgical training and practice. To achieve this goal, the author designed a method based on Convolutional Neural Network (CNN) to assess surgeons' skill levels by analyzing motion data in robotic surgery. This method was verified on the JIGSAWS dataset and achieved 100% accuracy in suturing and needling tasks. In addition, by using Class Activation Map (CAM), this method can also provide interpretable feedback, indicating which surgical actions have the greatest impact on skill assessment, thereby providing personalized guidance for trainees.