CVJan 8, 2018

End-to-end detection-segmentation network with ROI convolution

arXiv:1801.02722v22 citationsHas Code
AI Analysis

This work addresses segmentation challenges for small objects in clinical ultrasound imaging, representing an incremental improvement over existing methods.

The authors tackled the problem of segmenting small objects in ultrasound images by proposing an end-to-end network that jointly learns detection and segmentation, resulting in improved segmentation accuracy compared to segmentation-only methods.

We propose an end-to-end neural network that improves the segmentation accuracy of fully convolutional networks by incorporating a localization unit. This network performs object localization first, which is then used as a cue to guide the training of the segmentation network. We test the proposed method on a segmentation task of small objects on a clinical dataset of ultrasound images. We show that by jointly learning for detection and segmentation, the proposed network is able to improve the segmentation accuracy compared to only learning for segmentation. Code is publicly available at https://github.com/vincentzhang/roi-fcn.

Code Implementations1 repo
Foundations

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

Your Notes