Lung cancer risk prediction using augmented machine learning pipelines with explainable AI.
Pavithran M S1, Saranyaraj D1, Anirban Chakrabortty1
1School of Computer Science and Engineering, Vellore Institute of Technology, Chennai Campus, Tamil Nadu, India.
Frontiers in Artificial Intelligence
|September 19, 2025
Summary
Machine learning models for lung cancer prediction struggle with imbalanced data. K-Means SMOTE augmentation with a Multi-Layer Perceptron classifier achieved 93.55% accuracy, improving lung cancer risk prediction.
Area of Science:
- Oncology
- Medical Informatics
- Computer Science
Background:
- Lung cancer is a leading cause of cancer mortality globally, necessitating improved diagnostic accuracy.
- Machine learning (ML) shows potential for lung cancer prediction, but clinical datasets often suffer from class imbalance, hindering classifier performance.
- Class imbalance leads to biased predictions and reduced accuracy in ML models for medical diagnosis.
Purpose of the Study:
- To evaluate the effectiveness of various data augmentation techniques in addressing class imbalance for lung cancer prediction using ML.
- To compare the performance of different augmentation-classifier combinations on a small, imbalanced lung cancer dataset.
- To enhance the accuracy and reliability of ML-based lung cancer risk prediction models.
Main Methods:
- Applied several data augmentation techniques to a small lung cancer dataset characterized by significant class imbalance.
- Trained and evaluated various ML classifiers in combination with these augmentation methods.
- Utilized K-Means SMOTE combined with a Multi-Layer Perceptron (MLP) classifier for comparative analysis.
- Employed LIME (Local Interpretable Model-agnostic Explanations) for model interpretability.
Main Results:
- The combination of K-Means SMOTE data augmentation and a Multi-Layer Perceptron classifier yielded the highest performance.
- Achieved a classification accuracy of 93.55% and an Area Under the Receiver Operating Characteristic Curve (AUC-ROC) score of 96.76%.
- This augmentation-classifier pair significantly outperformed other combinations tested, demonstrating the impact of optimized data augmentation.
Conclusions:
- Data augmentation techniques are crucial for mitigating class imbalance issues in ML-based medical prediction tasks.
- The K-Means SMOTE and MLP combination represents a promising approach for improving lung cancer risk prediction accuracy.
- Further validation with larger, more representative datasets is warranted to translate these findings into clinical tools.
Related Concept Videos
Cancer Survival Analysis
650
Cancer survival analysis focuses on quantifying and interpreting the time from a key starting point, such as diagnosis or the initiation of treatment, to a specific endpoint, such as remission or death. This analysis provides critical insights into treatment effectiveness and factors that influence patient outcomes, helping to shape clinical decisions and guide prognostic evaluations. A cornerstone of oncology research, survival analysis tackles the challenges of skewed, non-normally...
650
Statistical Methods for Analyzing Epidemiological Data
900
Epidemiological data primarily involves information on specific populations' occurrence, distribution, and determinants of health and diseases. This data is crucial for understanding disease patterns and impacts, aiding public health decision-making and disease prevention strategies. The analysis of epidemiological data employs various statistical methods to interpret health-related data effectively. Here are some commonly used methods:
900

