CVAug 2, 2018

Weakly Supervised Localisation for Fetal Ultrasound Images

arXiv:1808.00793v116 citations
Originality Incremental advance
AI Analysis

It addresses the challenge of fetal ultrasound analysis for medical applications, but is incremental as it builds on existing weakly supervised methods.

This paper tackles the problem of detecting and localizing fetal anatomical regions in 2D ultrasound images using only image-level labels, achieving an average accuracy of 90% on individual regions.

This paper addresses the task of detecting and localising fetal anatomical regions in 2D ultrasound images, where only image-level labels are present at training, i.e. without any localisation or segmentation information. We examine the use of convolutional neural network architectures coupled with soft proposal layers. The resulting network simultaneously performs anatomical region detection (classification) and localisation tasks. We generate a proposal map describing the attention of the network for a particular class. The network is trained on 85,500 2D fetal Ultrasound images and their associated labels. Labels correspond to six anatomical regions: head, spine, thorax, abdomen, limbs, and placenta. Detection achieves an average accuracy of 90\% on individual regions, and show that the proposal maps correlate well with relevant anatomical structures. This work presents itself as a powerful and essential step towards subsequent tasks such as fetal position and pose estimation, organ-specific segmentation, or image-guided navigation. Code and additional material is available at https://ntoussaint.github.io/fetalnav

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes