A novel double machine learning approach for detecting early breast cancer using advanced feature selection and dimensionality reduction techniques.

Journal: Scientific reports
Published Date:

Abstract

In this paper, three Double Machine Learning (DML) models are proposed to enhance the accuracy of breast cancer detection using machine learning techniques using breast cancer detection dataset. The DML models learn the primary features using machine learning and deep learning models. Then, these features are fused by a meta-classifier to achieve the best classification performance. The first DML model combines the interpretability of Random Forest (RF) with the deep learning capabilities of a Feedforward Neural Network (FNN). RF processes structured features, providing class probabilities and feature importance scores, while the FNN learns non-linear relationships and generates embeddings. These outputs are fused into a combined feature vector, which is then used by a meta-classifier for final predictions. This approach effectively captures both structured features and non-linear patterns, making it suitable for datasets with complex dependencies. The second model pairs eXtreme Gradient Boosting (XGBoost), a highly efficient boosting algorithm for tabular data, with an Artificial Neural Network (ANN). XGBoost optimizes decision tree ensembles and provides class probabilities, while the ANN processes numerical data to learn deeper representations. A meta-classifier then uses the fused outputs from both XGBoost and ANN for final predictions. This model is particularly effective for datasets combining structured features (handled by XGBoost) with numerical features (handled by ANN). The third model integrates LightGBM, a fast and scalable gradient-boosting framework, with an ANN, which is well-suited for analyzing sequential data. LightGBM processes structured features to provide probabilities and importance scores, while the ANN learns temporal dependencies from sequential data. The outputs from LightGBM and ANN are concatenated and passed into a meta-classifier for decision-making. This model is ideal for datasets with both static features (LightGBM) and continuous data (ANN), such as time-series datasets or datasets with sequential dependencies. These DML models, when combined with dimensionality reduction (PCA) and feature selection, significantly improve the performance of breast cancer detection systems by leveraging both structured and sequential data with high accuracy of 0.99.

Authors

  • Suganya Athisayamani
    School of Computing, Sastra Deemed to be University, Thanjavur, Tamil Nadu, 613401, India.
  • Tamilazhagan S
    School of Computing, Sastra Deemed to be University, Thanjavur, Tamil Nadu, India.
  • A Robert Singh
    Department of Computational Intelligence, SRM Institute of Science and Technology, Chennai, Tamil Nadu, 603203, India.
  • Jae-Yong Hwang
    Department of Information & Communication Engineering, Daejeon University, 34520, Daejeon, Republic of Korea. platans@dju.kr.
  • Gyanendra Prasad Joshi
    Department of AI Software, Kangwon National University, Samcheok 10587, Kangwon State, Republic of Korea.