| Literature DB >> 34867079 |
A Saranya1, Kottilingam Kottursamy1, Ahmad Ali AlZubi2, Ali Kashif Bashir3,4.
Abstract
Predictive health monitoring systems help to detect human health threats in the early stage. Evolving deep learning techniques in medical image analysis results in efficient feedback in quick time. Fibrous dysplasia (FD) is a genetic disorder, triggered by the mutation in Guanine Nucleotide binding protein with alpha stimulatory activities in the human bone genesis. It slowly occupies the bone marrow and converts the bone cell into fibrous tissues. It weakens the bone structure and leads to permanent disability. This paper proposes the study of FD bone image analyzing techniques with deep networks. Also, the linear regression model is annotated for predicting the bone abnormality levels with observed coefficients. Modern image processing begins with various image filters. It describes the edges, shades, texture values of the receptive field. Different types of segmentation and edge detection mechanisms are applied to locate the tumor, lesion, and fibrous tissues in the bone image. Extract the fibrous region in the bone image using the region-based convolutional neural network algorithm. The segmented results are compared with their accuracy metrics. The segmentation loss is reduced by each iteration. The overall loss is 0.24% and the accuracy is 99%, segmenting the masked region produces 98% of accuracy, and building the bounding boxes is 99% of accuracy.Entities:
Keywords: Bone diseases; Deep networks; Disease diagnosis; Image denoising; Image processing and enhancement; Region extraction; Segmentation
Year: 2021 PMID: 34867079 PMCID: PMC8634752 DOI: 10.1007/s00500-021-06519-1
Source DB: PubMed Journal: Soft comput ISSN: 1432-7643 Impact factor: 3.732
Fig. 1Deep models for image segmentation
Different segmentation algorithms for medical image processing
| Algorithm | Description | Advantages | Limitations | Applications |
|---|---|---|---|---|
| Region of interest (ROI) segmentation (Sun et al. | This separates the object into multiple regions or sub-tasks | It performs well for contrast objects. The cost of computation is less and operating speed is high | grayscale pixel overlapping between the object and background | Cardiac image segmentation, fracture detection, tumor detection |
| Edge detection segmentation (Kwok and Constantinides | Detects the boundary based on the discontinuous local features | It is suitable when the objects are differentiated by contrast | Not suitable for detecting multiple edges | Posture detection |
| Segmentation based on clustering (Huang et al. | It separates the images into homogeneous clusters | It performs well for small datasets | Computation time for clustering is high. It does not detect the non-convex clusters | Skin diseases, blood infections |
| R-CNN (He et al. | It gives the object mask, bounding boxes, and class labels | This approach is flexible for small and large datasets. It is an efficient technique and simple computation | Training time highly depends on the details of an image | Instance-based segmentation |
| Fully convolutional layers (Long et al. | It combines the semantic and appearance information | It produces detailed and accurate segmentation | Downsampling reduces the resolution of an image with large factors | Brain tumor, iris, and skin lesion segmentation |
| Convolutional with graphical models ("Conditional random fields as recurrent neural networks." | The final layer of CNN is combined with CRF | Able to predict the localization of segmentation boundary | Difficult to reduce the spatial information | Natural language processing, social network analysis |
| Encoder-decoder based models (Ronneberger et al. | U-net CNN is used for medical image segmentation with segmentation | It requires fewer training samples and initiates global localization and context extraction | Slow down the learning process in the middle layer | Micro-biopsy image segmentation |
| V- net based on dice coefficient for the whole volume of image segmentation | Used to provide seamless segmentation in volumetric data | Poor pixel correlation between foreground and background images | Lesion segmentation | |
| Multi-scale and pyramid network-based models (Lin et al. | Merging the low- high level features to form the feature pyramid | It reuses the multi-scale features maps between different layer | It does not detect the small objects | Salient object segmentation |
| Recurrent neural network (Byeon et al. | Performs pixel-level segmentation with long short-term memory | Efficient texture and spatial parameters learning | slow process due to its sequential nature | Motion object segmentation |
| Dilated convolutional models (Chen et al. | Additional parameters of dilated rate are added to CNN | It overcomes the decreasing resolution and improved boundary for object localization | Poor segmentation when the image consists of multiple slices | Real-time segmentation |
Fig. 2Confusion matrix of feature variants
Fig. 3Spine BMD value prediction
Fig. 4Variational score of predicted results
Fig. 5Different filters on skull dysplasia images
Fig. 6Threshold segmentation and edge segmentation
Fig. 7Region of interest segmentation
Fig. 8Watershed region-based image segmentation
Fig. 9Cluster-based segmentation
Fig. 10Transfer learning of tumor detection on FD affected images
Fig. 11Skull dysplasia image segmentation
Fig. 12Building box construction on the segmented region
Fig. 13Mask on the segmented region