Convolutional neural networks (CNNs) play an important role in the field of medical image segmentation. Among many kinds of CNNs, the U-net architecture is one of the most famous fully convolutional network architectures for medical semantic segmentation tasks. Recent work shows that the U-net network can be substantially deeper thus resulting in improved performance on segmentation tasks. Though adding more layers directly into network is a popular way to make a network deeper, it may lead to gradient vanishing or redundant computation during training.
A novel CNN architecture is proposed that integrates the Inception-Res module and densely connecting convolutional module into the U-net architecture. The proposed network model consists of the following parts: firstly, the Inception-Res block is designed to increase the width of the network by replacing the standard convolutional layers; secondly, the Dense-Inception block is designed to extract features and make the network more deep without additional parameters; thirdly, the down-sampling block is adopted to reduce the size of feature maps to accelerate learning and the up-sampling block is used to resize the feature maps.
The proposed model is tested on images of blood vessel segmentations from retina images, the lung segmentation of CT Data from the benchmark Kaggle datasets and the MRI scan brain tumor segmentation datasets from MICCAI BraTS 2017. The experimental results show that the proposed method can provide better performance on these two tasks compared with the state-of-the-art algorithms. The results reach an average Dice score of 0.9857 in the lung segmentation. For the blood vessel segmentation, the results reach an average Dice score of 0.9582. For the brain tumor segmentation, the results reach an average Dice score of 0.9867.
The experiments highlighted that combining the inception module with dense connections in the U-Net architecture is a promising approach for semantic medical image segmentation.
Copyright © 2020. Published by Elsevier B.V.
Related Posts
Advertisement
Meeting Coverage
- ASCO – Lung CancerASCO.20 Virtual Scientific Program, held May 29 - 31, brought professionals from all over the world together to hear the brightest minds in oncology present state-of-the-art treatment modalities and new therapies.
- AACR-2020The American Association for Cancer Research is the world's oldest and largest professional association related to cancer research.
- ACC 2020The American College of Cardiology decided to cancel ACC.20/WCC due to COVID-19, which was scheduled to take place March 28-30 in Chicago. However, ACC.20/WCC Virtual Meeting continues to release cutting edge science and practice changing updates for cardiovascular professionals on demand and free through June 2020.
- ASCO 2019The 2019 ASCO Annual Meeting, taking place May 31-June 4 in Chicago, will bring together more than 32,000 oncology professionals from across the globe. The theme of this year’s conference is Caring for Every Patient, Learning From Every Patient.