CVMay 22, 2017

GP-Unet: Lesion Detection from Weak Labels with a 3D Regression Network

arXiv:1705.07999v263 citations
Originality Incremental advance
AI Analysis

This work addresses lesion detection in medical imaging with weak supervision, offering a practical solution for scenarios with limited annotation, though it is incremental in applying regression networks to this domain.

The paper tackles lesion detection from weak labels, specifically using only lesion count per image for training, and achieves a sensitivity of 62% with 1.5 false positives per image, outperforming other methods by 20% in sensitivity.

We propose a novel convolutional neural network for lesion detection from weak labels. Only a single, global label per image - the lesion count - is needed for training. We train a regression network with a fully convolutional architecture combined with a global pooling layer to aggregate the 3D output into a scalar indicating the lesion count. When testing on unseen images, we first run the network to estimate the number of lesions. Then we remove the global pooling layer to compute localization maps of the size of the input image. We evaluate the proposed network on the detection of enlarged perivascular spaces in the basal ganglia in MRI. Our method achieves a sensitivity of 62% with on average 1.5 false positives per image. Compared with four other approaches based on intensity thresholding, saliency and class maps, our method has a 20% higher sensitivity.

Foundations

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

Your Notes