| Literature DB >> 24000991 |
Karthikeyan Ganesan1, U Rajendra Acharya, Chua Kuang Chua, Lim Choo Min, Thomas K Abraham.
Abstract
Mammograms are one of the most widely used techniques for preliminary screening of breast cancers. There is great demand for early detection and diagnosis of breast cancer using mammograms. Texture based feature extraction techniques are widely used for mammographic image analysis. In specific, wavelets are a popular choice for texture analysis of these images. Though discrete wavelets have been used extensively for this purpose, spherical wavelets have rarely been used for Computer-Aided Diagnosis (CAD) of breast cancer using mammograms. In this work, a comparison of the performance between the features of Discrete Wavelet Transform (DWT) and Spherical Wavelet Transform (SWT) based on the classification results of normal, benign and malignant stage was studied. Classification was performed using Linear Discriminant Classifier (LDC), Quadratic Discriminant Classifier (QDC), Nearest Mean Classifier (NMC), Support Vector Machines (SVM) and Parzen Classifier (ParzenC). We have obtained a maximum classification accuracy of 81.73% for DWT and 88.80% for SWT features using SVM classifier.Entities:
Mesh:
Year: 2013 PMID: 24000991 PMCID: PMC4527460 DOI: 10.7785/tcrtexpress.2013.600262
Source DB: PubMed Journal: Technol Cancer Res Treat ISSN: 1533-0338
Figure 1:Classification framework used in this work.
Figure 2:Sample mammograms.
Significant features extracted (Mean ± SD) using the DWT and SWT. The p-values were < 0.0001 for all features.
| Features | Normal | Benign | Malignant |
|---|---|---|---|
| DWTA1 | 2.4E+02 ± 1.2E+02 | 1.7E+02 ± 1.04E+02 | 2.6E+02 ± 1.5E+02 |
| DWTD1 | 1.9E-03 ± 1.3E+01 | -3.8E+01 ± 1.19E+01 | 2.2E-06 ± 1.3E+01 |
| DWTH1 | 1.0E-02 ± 3.4E+01 | 1.1E+00 ± 3.26E+01 | 9.0E-04 ± 3.5E+01 |
| DWTH2 | 5.0E-02 ± 1.0E+02 | 1.9E+00 ± 8.23E+01 | 1.8E+00 ± 8.9E+02 |
| DWTV1 | -2.0E-02 ± 4.3E+01 | -1.3E+01 ± 3.15E+01 | -1.2E+01 ± 2.2E+01 |
| SWTA1 | 5.2E+01 ± 3.0E-04 | 1.4E+01 ± 9.0E-04 | 1.5E+02 ± 1.1E-03 |
| SWTD1 | 8.2E+00 ± 5.0E-03 | 6.6E+00 ± 1.5E-04 | 1.7E+01 ± 7.0E-04 |
| SWTH1 | -8.4E+00 ± 1.3E+00 | 5.9E+00 ± 1.7E+01 | 1.5E+01 ± 1.0E+02 |
| SWTH2 | 5.7E+02 ± 1.34E-03 | 1.0E+01 ± 3.6E-03 | 6.8E+02 ± 1.9E-01 |
| SWTV1 | 1.02E+02 ± 5.0E-04 | 9.1E+02 ± 1.7E-02 | 2.0E+02 ± 1.0E-01 |
Figure 3:Empirical Cumulative Distributive Functions (eCDF) plots for different classes of images using DWT and SWT features.
Classification accuracy for DWT and SWT using ten-fold cross validation. Sensitivity and specificity for the three class problem was found using the one-vs. all confusion matrix approach.
| Classifier | DWT-accuracy (%) [Sensitivity (%), Specificity (%)] | SWT-accuracy (%) [Sensitivity (%), Specificity (%)] |
|---|---|---|
| LDC | 59.31 [60.94, 57.63] | 69.26 [67.36, 71.16] |
| QDC | 75.67 [74.31, 77.03] | 78.68 [77.12, 80.24] |
| NMC | 59.41 [62.10, 56.72] | 68.88 [68.40, 69.36] |
| SVM | 81.73 [81.32, 82.14] | 88.80 [89.69, 87.91] |
| ParzenC | 54.05 [53.01, 55.10] | 63.40 [62.10, 64.70] |
Figure 4:Sample images of SWT decomposition levels of a mammogram: (A) the original image (B-D) conscutive three levels of decomposition.
Figure 5:Classification accuracy for DWT using a ten-fold cross validation scheme for various classifiers.
Figure 6:Classification accuracy for SWT using a ten-fold cross validation scheme for various classifiers.
A listing of classification methods close to the current study.
| Authors | Method used | Accuracy (%) |
|---|---|---|
| Kimme | Normalized statistics and texture features | 74 |
| Petrosian | Spatial gray level dependence and textural features with a decision tree classifier | 76-89 |
| Wei | Statistical features in a multiple view mammogram with SVM and KFD | 85 |
| Mudigonda | Gray level co-occurence matrices, polygonal modeling with jack-knife classification | 83 |
| Wei | Statistical features in a multiple view mammogram with SVM and KFD | 85 |
| Szekely | Texture features and a combining classifier of decision trees and multiresolution Markov random models | 88-94 |
| Alolfe | Forward stepwise linear regression method with a combined classifier of SVM and LDA | 82.5-90 |
| Present study | SWT features and SVM | 88.80 |
| Algorithm 1: | Implementation of the SWT |
|---|---|
| Step 1: | Compute a multiresolution sphere. |
| Step 2: | Computer the center of each face of the sphere. |
| Step 3: | Load the image and precompute the local wavelet matrix using Eq.8-Eq.10. |
| Step 4: | Initialize the forward transform for extracting the low-pass components from the orthogonal direction details in Step 3. |
| Step 5: | Extract these low-pass components and create a matrix. |
| Step 6: | Back store the coefficients. |
| Step 7: | Calculate the Spherical Wavelet Coefficients. |