Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: Saumya Srivastava, Omika , Shatakshi Pandey, Sanjay Maurya
DOI Link: https://doi.org/10.22214/ijraset.2023.51915
Certificate: View Certificate
When cancer cells spread from their original site to the bone then it is known as ‘Bone Metastasis’. Patients with solid tumors such as lung, breast, kidney, prostate etc. oftentimes develop bone metastasis. Cancer cells that spread to the bone mostly affect limbs, pelvis, spine, skull and ribs. Once tumors have metastasized to the bone, patients usually undergo skeletal complications collectively known as skeletal-related events (SRE) like skeletal remodelling, fractures, spinal cord compression, pain or anaemia and bowel incontinence. Therefore, early diagnosis of bone metastasis is crucial for increasing survivability as it has a major impact on treatment decision and at the same time it is a decisive factor in the evolution of the disease and the quality of life. ‘Bone Scintigraphy’ is accepted to be an efficient diagnostic tool for whole-body examination of bone metastasis. Computer-Aided Detection method is used to avoid mistakes which might be caused by human interference & experimental sources. CAD system provides faster and more precise results that facilitates in the early detection of bone metastasis, hence increasing the patient’s chance of survival. To reduce the dependency of the system on source of the input image & for making the system robust we have explored various done image enhancement techniques.
I. INTRODUCTION
Cancer refers to the disease which involves uncontrollable growth of cells present in the body and its spread to the other parts of the body. It can originate in any part of the body. Old and damaged cells die & get replaced by new cells. If this orderly process breaks down, then it results into abnormal or damaged cell growth and their multiplication. These cells give rise to tumors i.e., lumps of tissue. Tumors can be categorized into two types : cancerous (malignant) or non-cancerous (benign). Benign tumors do not spread whereas malignant tumors invade nearby tissues and form new tumors which is commonly termed as metastasis.
When cancer cells break away from their original site passing through the blood or lymph system, and forms a new tumour in other organs or tissues of the body then it is known as ‘Metastasis’. And when these cancer cells spread from their primary location to the bone then it is termed as ‘Bone Metastasis’. Metastasis is one of the main reasons causing death of cancer patients. Approximately 3–10% of breast cancer patients have metastatic disease which represents a high rate. Patients with solid tumors such as lung, breast, kidney, prostate etc. oftentimes develop bone metastasis. Whole-body Bone Scan (WBS) or Bone scintigraphy Scan is extensively accepted as a standard method for surveying the presence and level or stage of bone metastasis since it is much cheaper than MRI and has similar performance. An automated bone metastasis detection model based upon multi-view images is proposed. This model aims to extract, aggregate, and classify high-level features in a data-driven manner. A feature aggregation operator parameterized by a deep neural network is proposed for binding the features of anterior and posterior views of an examination.
Bone Scintigraphy or Bone Scan Images are used for determining the hotspots. It is a special type of nuclear medicine procedure which uses small amount of radioactive material to diagnose and assess the severity of a variety of bone diseases including cancer of the bone or metastasis. The skeletal scintigraphy images are further enhanced by improving the dark parts present in the bones to help the specialists in interpreting the diagnostic radiology easily. Automated bone scan analysis ensures reliability and efficiency of bone metastasis diagnosis.
II. PRE- PROCESSING
The objectives of this project are divided into four different modules which are enumerated below.
The bone scintigraphy scan images collected were obtained from publicly available and general dataset consisting of 82544 bone scan images associated with 3247 patients from West China Hospital, named BS-80K. All images in BS-80K were de-identified to protect patients’ privacy. 6176 images were having a resolution of 256 × 1024 pixels and 9298 images were having a resolution of 512 × 1024 pixels. For scans of non-metastasis patients IEEE dataset was used which consisted 37 bone scan images having resolution of 128 × 512.
V. FEATURE EXTRACTION
Feature extraction refers to extraction of a vector based on different properties of the image. The feature vector serves as an input to the classifier for its purpose of classification.
GLCM features show us the information for the texture of the image. GLCM (Gray-Level Co-occurrence Matrix) is a matrix which describes the second-order statistics of an image. It represents how often pairs of pixels with specific values and spatial relationship occur in the image. GLCM features are statistical measures extracted from the GLCM matrix. These features are used to describe the texture properties of the image. Some commonly used GLCM features are shown in TABLE I.
VI. CLASSIFICATION
Classification in image processing is a technique which is used for detecting diseases from medical images such as X-rays, MRI scans, CT scans, ultrasound images, and Scintigraphy scans. This technique involves training a machine learning algorithm on a dataset of images which are labelled with the presence or absence of bone metastasis. The algorithm then uses the learned features to classify new images into either having the metastasis or not. Training a CNN involves providing a large set of labelled images to the network, and adjusting the weights of the layers to minimize the difference between the predicted outputs and the true labels. Once trained, a CNN can be used to classify new images or extract high-level features that can be used for other tasks such as object detection, image segmentation, and content-based image retrieval.
AlexNet is popular CNN architecture that has been used for image classification tasks. It is 8 layers deep. The network is composed of multiple convolutional and pooling layers that learn the features of the input images. Architecture of AlexNet is shown in Fig. 8. The features learned by the CNN can then be used for classification tasks. Performance evaluation of this model is done using Sensitivity, Specificity, Accuracy, and F1-score as evaluation criteria. These parameters are formulated in TABLE II.
VIII. REVIEW OF PREVIOUS WORKS
Application of Computer-Aided Detection systems (CAD) to WBS images has been a subject of study for decades. This section gives an overview of previous studies related to each module of the proposed methodology:
F.G. Elfarra et al. [1] have proposed an adaptive filtering technique based on Kuwahara Filter to suppress the noise in bone scintigraphy images. This filter applies smoothing on the image while preserving the position & magnitude of edges. It introduced Parallelepiped Classification (PC) method for generating the radionuclide distribution map for detection of bone metastasis. It automatically categorizes all pixels in bone scintigraphy images in individual classes based on pixel values to generate bone classification map. However, validation of the method on a larger group of patients is required.
M. M. Nasef et al. [2] have proposed a technique that enhances the dark regions of the skeletal scintigraphy images. The optimization problem is solved using the Neutrosophic domain and Salp Swarm algorithm (SSA). This paper shows that it can depend on falsity membership of Neutrosophic set in the field of Image Enhancement.
M.A. Calin et al. [3] used median filter to address noise issue in whole-body bone scintigraphy images to improve image quality. It reduces noise in the image by replacing each pixel value with neighbouring pixels’ median value. But sometimes this filter reduces the edge information while denoising process. It detects and classifies bone metastasis using K-Nearest Neighbour (KNN) and gives the accuracy of 86.62% or Support Vector Machine (SVM) which gives the accuracy of 86.81%. Segmentation input parameters significantly affected the classification performance of the Object-Oriented Classification (OOC) method.
A. Sharma et al. [4] proposed algorithm based on the Gamma Correction (GC) in which power law equation is used to brighten up the low intensity areas of dark bone scan images, without any loss in clinically significant details.
A. Aslantas et al. [5] proposed a Level Set Active Contour (LSAC) segmentation algorithm was used to segment homogeneous images by their intensity. It shows a high detection rate, with 94% sensitivity and 86.67% specificity. However, a larger database would have improved the accuracy of the results. They proposed a novel image gridding method for feature extraction of metastatic regions. Bone scintigraphy images used in this paper had poor resolution which made the evaluation of images more difficult.
T. Apiparakoon et al. [6] proposed a CNN model which is based on feature pyramid network (FPN) with some changes to perform lesion instance segmentation called as MaligNet. At some point, the amount of unlabelled data reaches saturation point after which the model efficiency does not increase much.
T. Altameem et al. [7] used Gray-Level Co-Occurrence Matrix (GLCM) for grey-level feature extraction. This method derives the features from intuitionistic fuzzy rank correlation-based segmented region in terms of texture, shape and intensity. The prediction of bone cancer has to be improved through optimization while classifying the extracted bone features.
In O. Bandyopadhyay et al. [8] connected component analysis (CCA) [10] of the single-pixel image of the bone contour is performed. Deformity of the bone contour and the changed textures are analysed to identify the features to be used for decision making. X-ray images are used for detection of metastatic bone but it has lower sensitivity when compared with WBS.
Y. Pi et al. [9] used deep Convolutional Neural Networks (CNNs) to automatically extract high-level features from the input images. Three different CNN models were explored namely Inception-V3, DenseNet and SENet. Inception-V3 when combined with spatial attention operator gives the best performance with an accuracy of 95%.
A. Shimizu et al. [10] introduced butterfly-type networks (BtrflyNets) along with deep supervision (DSV) for skeleton segmentation. DSV is effective in reducing losses in training data. BtrflyNets is used to segment the skeleton and extract the hot spots of bone metastatic lesions. However, limited amount of training data for osteoarthritis resulted in misclassification of lumber and thoracic vertebrae as hot spots of bone metastatic lesions.
Y. Mohamed et al. [11] proposed algorithm based on the Gamma Correction (GC) after image filtering using local gaussian adaptive filter and median filter for enhancing contrast of bones in bone scan. But this algorithm does not consider enhancing the dark parts and removes some important dark parts of the image.
IX. EXPERIMENTAL RESULTS
Qualitative analysis of enhanced as well as input image provides us with the performance of enhancement as well as change in contrast and brightness of the image. Randomly selected images were evaluated qualitatively and quantitatively (perception-based image quality evaluator (PIQE), Effective Measure of Enhancement (EME), absolute mean brightness error, structural similarity (SSIM), and peak signal to noise ratio (PSNR)) to select a range of gamma values (from 0.1 to 0.9, with increment of 0.1), where the results were acceptable. It was seen that the range of gamma values from 0.4 to 0.7 was found to be optimum. The single gamma value of 0.5 resulted in majority of the images to be acceptable.
Computer-Aided Detection method is used to avoid mistakes occurs due to human interference & experimental sources. CAD system provides simpler and more precise results that facilitates in the early detection of bone metastasis, which increases the patient’s chance of survival. The method of segmentation can be improved further to attain region of interest more accurately & precisely as it helps to determine the hot-spot and in classification of images. Optimization in the hyper-parameters of deep neural networks, e.g., number of layers, number of channels (feature maps) and weights in loss functions, is also very crucial in order to boost the performance in terms of extraction accuracy as well as computational cost.
[1] F.G. Elfarra, M. A. Calin and S. V. Parasca, “Computer Aided Detection of Bone Metastasis in Bone Scintigraphy Images using Parallelepiped Classification Method,” Annals of Nuclear Medicine, Vol. 33, pp. 866-874, September 2019. [2] M.M. Nasef, F.T. Eid and A.M. Sauber, “Skeletal Scintigraphy Image Enhancement based Neutrosophic Sets and Salp Swarm Algorithm,” Journal Artificial Intelligence in Medicine, Vol. 109, pp. 1-10, September 2020. [3] M. A. Calin, F.G. Elfarra and S. V. Parasca, “Object-oriented Classification Approach for Bone Metastasis Mapping from Whole-Body Bone Scintigraphy,” Journal of Physica Medica, Vol. 84, pp. 141-148, April 2021. [4] A. Sharma, A.K. Pandey, D. Khichi and R. Kumar, “Methylene Diphosphonate Bone Scan Scintigraphic Image Enhancement using Gamma Correction and Optimizing the Value of Gamma,” Indian Journal of Nuclear Medicine, Vol. 35, No. 1, pp. 21-27, January 2020. [5] A. Aslantas, E. Dandil, S. Sa?lam and M. Çakiro?lu, “CADBOSS: A Computer-Aided Diagnosis System for Whole-Body Bone Scintigraphy Scans,” Journal of Cancer Research and Therapeutics ,Vol. 12, No. 2, pp. 787-792, June 2016. [6] T. Apiparakoon, N. Rakratchatakul, M. Chantadisai, U. Vutrapongwatana, K. Kingpetch, S. Sirisalipoch, Y. Rakvongthai, T. Chaiwatanarat and E. Chuangsuwanich, “MaligNet: Semisupervised Learning for Bone Lesion Instance Segmentation Using Bone Scintigraphy,” IEEE Access, Vol. 8, pp. 27047 – 27066, February 2020. [7] T. Altameem, “Fuzzy Rank Correlation-Based Segmentation Method and Deep Neural Network for Bone Cancer Identification,” Neural Computing and Applications, Vol. 32, pp. 805-815, January 2019. [8] O. Bandyopadhyay, A. Biswas and B. B. Bhattacharya, “Bone-Cancer Assessment and Destruction Pattern Analysis in Long-Bone X-ray Image,” Journal of Digital Imaging, Vol. 32, pp. 300-313, October 2018. [9] Y. Pi, Z. Zhao, Y. Xiang, Y. Li, H. Cai and Z. Yi, “Automated Diagnosis of Bone Metastasis Based on Multi-View Bone Scans using Attention-Augmented Deep Neural Networks,” Journal of Medical Image Analysis, Vol. 65, pp. 1-11, July 2020. [10] A. Shimizu, H. Wakabayashi, T. Kanamori, A. Saito, K. Nishikawa, H. Daisaki, S. Higashiyama and J. Kawabe, “Automated Measurement of Bone Scan Index from a Whole Body Bone Scintigram,” International Journal of Computer Assisted Radiology and Surgery, Vol. 15, pp. 389-400, December 2019. [11] Y. Mohamed, Y. Abdallah and E. Wagallah, “Improvement of Bone Scintigraphy Image Using Image Texture Analysis,” International Journal of Clinical Medicine Research, Vol. 3, No. 6, pp. 99-104, December 2016.
Copyright © 2023 Saumya Srivastava, Omika , Shatakshi Pandey, Sanjay Maurya. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET51915
Publish Date : 2023-05-10
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here