IP-UNet: Intensity Projection UNet Architecture for 3D Medical Volume Segmentation
Nyothiri Aung, Tahar Kechadi, Liming Chen, Sahraoui Dhelim

TL;DR
IP-UNet introduces a novel approach that leverages intensity projections of 3D medical data to enable efficient, high-resolution segmentation with significantly reduced memory usage and training time.
Contribution
The paper presents IP-UNet, a UNet-based model that performs 3D segmentation on intensity projections, maintaining resolution while reducing memory and training time compared to 3D-UNet.
Findings
IP-UNet achieves similar accuracy to 3D-UNet.
It reduces training time by 70%.
Memory consumption is decreased by 92%.
Abstract
CNNs have been widely applied for medical image analysis. However, limited memory capacity is one of the most common drawbacks of processing high-resolution 3D volumetric data. 3D volumes are usually cropped or downsized first before processing, which can result in a loss of resolution, increase class imbalance, and affect the performance of the segmentation algorithms. In this paper, we propose an end-to-end deep learning approach called IP-UNet. IP-UNet is a UNet-based model that performs multi-class segmentation on Intensity Projection (IP) of 3D volumetric data instead of the memory-consuming 3D volumes. IP-UNet uses limited memory capability for training without losing the original 3D image resolution. We compare the performance of three models in terms of segmentation accuracy and computational cost: 1) Slice-by-slice 2D segmentation of the CT scan images using a conventional 2D…
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
TopicsRadiomics and Machine Learning in Medical Imaging · Advanced Neural Network Applications · Medical Imaging Techniques and Applications
