A two-stage 3D Unet framework for multi-class segmentation on full resolution image
Chengjia Wang, Tom MacGillivray, Gillian Macnaught, Guang Yang and, David Newby

TL;DR
This paper introduces a two-stage 3D Unet framework that effectively segments high-resolution volumetric data without resolution loss, improving accuracy over existing CNN methods.
Contribution
The authors propose a novel two-stage 3D Unet architecture inspired by super-resolution and self-normalization networks, enabling full-resolution multi-class segmentation.
Findings
Outperforms state-of-the-art CNN segmentation methods
Maintains original resolution during segmentation process
Demonstrates improved accuracy on multi-modal volumes
Abstract
Deep convolutional neural networks (CNNs) have been intensively used for multi-class segmentation of data from different modalities and achieved state-of-the-art performances. However, a common problem when dealing with large, high resolution 3D data is that the volumes input into the deep CNNs has to be either cropped or downsampled due to limited memory capacity of computing devices. These operations lead to loss of resolution and increment of class imbalance in the input data batches, which can downgrade the performances of segmentation algorithms. Inspired by the architecture of image super-resolution CNN (SRCNN) and self-normalization network (SNN), we developed a two-stage modified Unet framework that simultaneously learns to detect a ROI within the full volume and to classify voxels without losing the original resolution. Experiments on a variety of multi-modal volumes…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Medical Image Segmentation Techniques · Image Processing Techniques and Applications
