Example: barber

Medical Image Segmentation Using Deep Learning: A Survey

1 Medical Image Segmentation Using Deep Learning: A SurveyRisheng Wang, Tao Lei, Ruixia Cui, Bingtao Zhang, Hongying Meng and Asoke K. NandiAbstract Deep learning has been widely used for medicalimage Segmentation and a large number of papers has beenpresented recording the success of deep learning in the this paper, we present a comprehensive thematic Survey onmedical Image Segmentation Using deep learning techniques. Thispaper makes two original contributions. Firstly, compared totraditional surveys that directly divide literatures of deep learningon Medical Image Segmentation into many groups and introduceliteratures in detail for each group, we classify currently popularliteratures according to a multi-level structure from coarse to , this paper focuses on supervised and weakly supervisedlearning approaches, without including unsupervised approachessince they have been introduced in many old surveys and theyare not popular currently.

Brunel University London, Uxbridge UB8 3PH, U.K. A. K. Nandi is with the Department of Electronic and Electrical Engineer-ing, Brunel University London, Uxbridge UB8 3PH, U.K. (Corresponding author: Tao Lei) (E-mail: leitao@sust.edu.cn) have become four important image assisted means to help clinicians diagnose diseases, to evaluate prognopsis ...

Tags:

  Brunel

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of Medical Image Segmentation Using Deep Learning: A Survey

1 1 Medical Image Segmentation Using Deep Learning: A SurveyRisheng Wang, Tao Lei, Ruixia Cui, Bingtao Zhang, Hongying Meng and Asoke K. NandiAbstract Deep learning has been widely used for medicalimage Segmentation and a large number of papers has beenpresented recording the success of deep learning in the this paper, we present a comprehensive thematic Survey onmedical Image Segmentation Using deep learning techniques. Thispaper makes two original contributions. Firstly, compared totraditional surveys that directly divide literatures of deep learningon Medical Image Segmentation into many groups and introduceliteratures in detail for each group, we classify currently popularliteratures according to a multi-level structure from coarse to , this paper focuses on supervised and weakly supervisedlearning approaches, without including unsupervised approachessince they have been introduced in many old surveys and theyare not popular currently.

2 For supervised learning approaches,we analyze literatures in three aspects: the selection of backbonenetworks, the design of network blocks, and the improvementof loss functions. For weakly supervised learning approaches, weinvestigate literature according to data augmentation, transferlearning, and interactive Segmentation , separately. Comparedto existing surveys, this Survey classifies the literatures verydifferently from before and is more convenient for readers tounderstand the relevant rationale and will guide them to think ofappropriate improvements in Medical Image Segmentation basedon deep learning Terms Medical Image Segmentation , deep learning,supervised learning, weakly supervised INTRODUCTIONM edical Image Segmentation aims to make anatomical orpathological structures changes in more clear in images; itoften plays a key role in computer aided diagnosis andsmart medicine due to the great improvement in diagnosticefficiency and accuracy.

3 Popular Medical Image segmentationtasks include liver and liver-tumor Segmentation [1] [2], brainand brain-tumor Segmentation [3] [4], optic disc segmen-tation[5] [6], cell Segmentation [7] [8], lung segmenta-tion, pulmonary nodules [9] [10], cardiac Image segmenta-tion [11] [12], etc. With the development and popularization ofmedical imaging equipments, X-ray, Computed Tomography(CT), Magnetic Resonance Imaging (MRI) and ultrasoundR. Wang and T. Lei are with the School of Electronic Information and Ar-tificial Intelligence and the Shaanxi Joint Laboratory of Artificial Intelligence,Shaanxi University of Science and Technology, Xi an 710021, Cui is with the Laboratory of Hepatobiliary Surgery, First AffiliatedHospital and National Engineering Laboratory of Big Data Algorithm andAnalysis Technology Research (Xi an Jiaotong University), Xi an, 710049, Zhang is with the School of Electronic and Information Engineering,Lanzhou Jiaotong University, Lanzhou 730070, Meng is with the Department of Electronic and Electrical Engineering, brunel University London, Uxbridge UB8 3PH, K.

4 Nandi is with the Department of Electronic and Electrical Engineer-ing, brunel University London, Uxbridge UB8 3PH, (Corresponding author: Tao Lei) (E-mail: become four important Image assisted means to helpclinicians diagnose diseases, to evaluate prognopsis, and toplan operations in Medical institutions. In practical applica-tions, although these ways of imaging have advantages as wellas disadvantages, they are useful for the Medical examinationof different parts of human help clinicians make accurate diagnosis, it is necessaryto segment some crucial objects in Medical images and extractfeatures from segmented areas. Early approaches to medicalimage Segmentation often depend on edge detection, templatematching techniques, statistical shape models, active contours,and machine learning, etc.)

5 Zhao et al. [13] proposed a newmathematical morphology edge detection algorithm for lungCT images. Lalonde et al. [14] applied Hausdorff-based tem-plate matching to disc inspection, and Chen et al. [15] alsoemployed template matching to perform ventricular segmen-tation in brain CT images. Tsai et al. [16] proposed a shapebased approach Using horizontal sets for 2D Segmentation ofcardiac MRI images and 3D Segmentation of prostate MRIimages. Li et al. [17] used the activity profile model to segmentliver-tumors from abdominal CT images, while Li et al. [18]proposed a framework for Medical body data Segmentation bycombining level sets and support vector machines (SVMs).Held et al. [19] applied Markov random fields (MRF) tobrain MRI Image Segmentation .

6 Although a large number ofapproaches have been reported and they are successful incertain circumstances, Image Segmentation is still one of themost challenging topics in the field of computer vision dueto the difficulty of feature representation. In particular, it ismore difficult to extract discriminating features from medicalimages than normal RGB images since the former often suffersfrom problems of blur, noise, low contrast, etc. Due to therapid development of deep learning techniques [20], medicalimage Segmentation will no longer require hand-crafted featureand convolutional neural networks (CNN) successfully achievehierarchical feature representation of images, and thus becomethe hottest research topic in Image processing and computervision.

7 As CNNs used for feature learning are insensitiveto Image noise, blur, contrast, etc., they provide excellentsegmentation results for Medical is worth mentioning that there are currently two categoriesof Image Segmentation tasks, semantic Segmentation and in-stance Segmentation . Image semantic Segmentation is a pixel-level classification that assigns a corresponding category toeach pixel in an Image . Compared to semantic Segmentation ,the instance Segmentation not only needs to achieve pixel-level classification, but also needs to distinguish instances onthe basis of specific categories. In fact, there are few [ ] 22 Dec 20212on instance Segmentation in Medical Image Segmentation sinceeach organ or tissue is quite different.

8 In this paper, we reviewthe advances of deep learning techniques on Medical 1. An overview of deep learning methods on Medical Image segmentationAccording to the number of labeled data, machine learningis often categorized into supervised learning, weakly super-vised learning, and unsupervised learning. The advantage ofsupervised learning is that we can train models based oncarefully labeled data, but it is difficult to obtain a largenumber of labeled data for Medical images. On the contrary,labeled data are not required for unsupervised learning, but thedifficulty of learning is increased. Weakly supervised learningis between the supervised and unsupervised learning since itonly requires a small part of data labeled while most of dataare to the widespread application of deep learning, re-searchers had presented many approaches based on model-driven on Medical Image Segmentation .

9 Masood et al. [21],made a comprehensive summary of many model-driven tech-niques in Medical Image analysis, including Image clustering,region growing, and random forest. In [21], authors summa-rized different Segmentation approaches on Medical imagesaccording to different mathematical models. Recently, only afew studies based on model-driven techniques were reported,but more and more studies based on data-driven were reportedfor Medical Image Segmentation . In this paper, we mainlyfocus on the evolution and development of deep learningmodels on Medical Image [22], Shen et al. presented a special review of theapplication of deep learning in Medical Image analysis. Thisreview summarizes the progress of machine learning anddeep learning in Medical Image registration, anatomy andcell structure detection, tissue Segmentation , computer-aideddisease diagnosis and prognopsis.

10 Litjens et al. [23]reporteda Survey of deep learning methods, the Survey covers theuse of deep learning in Image classification, object detection, Segmentation , registration and other recently, Taghanaki et al. [24]discussed the devel-opment of semantic and Medical Image Segmentation ; theycategorized deep learning-based Image Segmentation solutionsinto six groups, , deep architectural, data synthesis-based,loss function-based, sequenced models, weakly supervised,and multi-task methods. To develop a more complete sur-vey on Medical Image Segmentation , Seo et al. [25]reviewedclassical machine learning algorithms such as Markov ran-dom fields,k-means clustering, random forest, and reviewedlatest deep learning architectures such as the artificial neuralnetworks (ANNs), the convolutional neural networks (CNNs),the recurrent neural networks (RNNs), etc.


Related search queries