Which images to label for few-shot medical landmark detection?
Quan Quan, Qingsong Yao, Jun Li, S. Kevin Zhou
TL;DR
The paper tackles the challenge of label scarcity in medical landmark detection by focusing on selecting the most informative templates for annotation. It proposes Sample Choosing Policy (SCP), a three-stage framework that (i) learns dense features via self-supervised pixel-wise contrastive learning, (ii) uses SIFT-based key-point proposals as substitutes for landmarks, and (iii) computes a representative similarity score to select the most informative templates. Empirical results show substantial reductions in mean radial error (MRE) on Cephalometric Xray ($3.595\to3.083$ mm) and Hand Xray ($4.114\to2.635$ mm) in one-shot settings, with further gains after refinement and in facial landmark tasks like WFLW. The work demonstrates that selecting representative templates, rather than only focusing on hard examples, can significantly improve few-shot medical landmark detection while reducing annotation effort.
Abstract
The success of deep learning methods relies on the availability of well-labeled large-scale datasets. However, for medical images, annotating such abundant training data often requires experienced radiologists and consumes their limited time. Few-shot learning is developed to alleviate this burden, which achieves competitive performances with only several labeled data. However, a crucial yet previously overlooked problem in few-shot learning is about the selection of template images for annotation before learning, which affects the final performance. We herein propose a novel Sample Choosing Policy (SCP) to select "the most worthy" images for annotation, in the context of few-shot medical landmark detection. SCP consists of three parts: 1) Self-supervised training for building a pre-trained deep model to extract features from radiological images, 2) Key Point Proposal for localizing informative patches, and 3) Representative Score Estimation for searching the most representative samples or templates. The advantage of SCP is demonstrated by various experiments on three widely-used public datasets. For one-shot medical landmark detection, its use reduces the mean radial errors on Cephalometric and HandXray datasets by 14.2% (from 3.595mm to 3.083mm) and 35.5% (4.114mm to 2.653mm), respectively.
