Automatic Mass Detection in Breast Using Deep Convolutional Neural Network and SVM Classifier
Md. Kamrul Hasan, Tajwar Abrar Aleef

TL;DR
This paper presents an automated breast mass detection method using transfer learning with VGG19 for feature extraction, followed by SVM classification, achieving high accuracy on the INbreast dataset.
Contribution
It introduces a novel combination of VGG19 features with SVM classifiers for improved mass detection in mammograms, with extensive experiments validating robustness.
Findings
Achieved an AUC of 0.994 on INbreast dataset.
VGG19 features effectively distinguish between mass and non-mass.
SVM classifiers demonstrate high robustness and accuracy.
Abstract
Mammography is the most widely used gold standard for screening breast cancer, where, mass detection is considered as the prominent step. Detecting mass in the breast is, however, an arduous problem as they usually have large variations between them in terms of shape, size, boundary, and texture. In this literature, the process of mass detection is automated with the use of transfer learning techniques of Deep Convolutional Neural Networks (DCNN). Pre-trained VGG19 network is used to extract features which are then followed by bagged decision tree for features selection and then a Support Vector Machine (SVM) classifier is trained and used for classifying between the mass and non-mass. Area Under ROC Curve (AUC) is chosen as the performance metric, which is then maximized during classifier selection and hyper-parameter tuning. The robustness of the two selected type of classifiers,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI in cancer detection · Brain Tumor Detection and Classification · Digital Imaging for Blood Diseases
MethodsSupport Vector Machine
