TL;DR
This paper introduces V-Net, a fully convolutional 3D neural network for volumetric medical image segmentation, utilizing a novel Dice-based loss function and data augmentation to improve accuracy and efficiency.
Contribution
It presents a novel 3D CNN architecture with a Dice coefficient-based loss function and data augmentation, enabling efficient end-to-end volumetric segmentation.
Findings
Achieves high segmentation accuracy on MRI prostate data
Requires less processing time than previous methods
Effectively handles class imbalance with Dice-based loss
Abstract
Convolutional Neural Networks (CNNs) have been recently employed to solve problems from both the computer vision and medical image analysis fields. Despite their popularity, most approaches are only able to process 2D images while most medical data used in clinical practice consists of 3D volumes. In this work we propose an approach to 3D image segmentation based on a volumetric, fully convolutional, neural network. Our CNN is trained end-to-end on MRI volumes depicting prostate, and learns to predict segmentation for the whole volume at once. We introduce a novel objective function, that we optimise during training, based on Dice coefficient. In this way we can deal with situations where there is a strong imbalance between the number of foreground and background voxels. To cope with the limited number of annotated volumes available for training, we augment the data applying random…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
