IVLGDec 6, 2020

Using Machine Learning to Automate Mammogram Images Analysis

arXiv:2012.03151v233 citations
AI Analysis

This work aims to improve the accuracy of breast cancer detection in mammography for medical practitioners, which is an incremental improvement to existing computer-aided diagnosis systems.

This paper proposes an automated mammogram analysis system to classify images as normal or cancerous. The system utilizes discrete wavelet transforms and Fourier cosine transform for feature extraction, an entropy-based method for feature selection, and various pattern recognition methods including a voting scheme for classification. The experimental results show improved classification performance.

Breast cancer is the second leading cause of cancer-related death after lung cancer in women. Early detection of breast cancer in X-ray mammography is believed to have effectively reduced the mortality rate. However, a relatively high false positive rate and a low specificity in mammography technology still exist. In this work, a computer-aided automatic mammogram analysis system is proposed to process the mammogram images and automatically discriminate them as either normal or cancerous, consisting of three consecutive image processing, feature selection, and image classification stages. In designing the system, the discrete wavelet transforms (Daubechies 2, Daubechies 4, and Biorthogonal 6.8) and the Fourier cosine transform were first used to parse the mammogram images and extract statistical features. Then, an entropy-based feature selection method was implemented to reduce the number of features. Finally, different pattern recognition methods (including the Back-propagation Network, the Linear Discriminant Analysis, and the Naive Bayes Classifier) and a voting classification scheme were employed. The performance of each classification strategy was evaluated for sensitivity, specificity, and accuracy and for general performance using the Receiver Operating Curve. Our method is validated on the dataset from the Eastern Health in Newfoundland and Labrador of Canada. The experimental results demonstrated that the proposed automatic mammogram analysis system could effectively improve the classification performances.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes