Morphology-Aware Interactive Keypoint Estimation

Jinhee Kim,Taesung Kim,Taewoo Kim,Jaegul Choo,Dong-Wook Kim,Byungduk Ahn,In-Seok Song,Yoon-Ji Kim
2024-05-05
Abstract:Diagnosis based on medical images, such as X-ray images, often involves manual annotation of anatomical keypoints. However, this process involves significant human efforts and can thus be a bottleneck in the diagnostic process. To fully automate this procedure, deep-learning-based methods have been widely proposed and have achieved high performance in detecting keypoints in medical images. However, these methods still have clinical limitations: accuracy cannot be guaranteed for all cases, and it is necessary for doctors to double-check all predictions of models. In response, we propose a novel deep neural network that, given an X-ray image, automatically detects and refines the anatomical keypoints through a user-interactive system in which doctors can fix mispredicted keypoints with fewer clicks than needed during manual revision. Using our own collected data and the publicly available AASCE dataset, we demonstrate the effectiveness of the proposed method in reducing the annotation costs via extensive quantitative and qualitative results. A demo video of our approach is available on our project webpage.
Computer Vision and Pattern Recognition,Artificial Intelligence
What problem does this paper attempt to address?
This paper proposes a solution to the problems in medical image keypoint estimation, especially the time-consuming and inaccurate manual annotation. By introducing deep learning networks and an interactive system, doctors can efficiently correct incorrect keypoints and reduce the workload of manual revision. The paper proposes a new deep neural network that combines interactive keypoint estimation methods, allowing doctors to correct predicted errors through a few clicks and automatically update other inaccurate keypoints. In addition, morphological-aware loss is introduced to utilize the dependency relationship between keypoints and improve the accuracy of the model. Experimental results show that this approach effectively reduces the time required for manual revision and improves diagnostic efficiency.