5 potential breast cancer early detection wins using ML

Hello, healthcare innovators—like many of you, I’ve been deep-diving into documentation for the Cancer X Data Sprint, a public-private partnership that's part of the White House's Cancer Moonshot, co-hosted by the Moffitt Cancer Center and the Digital Medicine Society. There's good news here: the proposed Cancer X data schema is a prime opportunity to leverage Machine Learning (ML) innovation, so we can tackle the persistent challenge of breast cancer early detection.

So far, I'm seeing five different ways we might use ML with the proposed Cancer X data schema to help detect early-stage breast cancer. Each potential approach comes with its own set of advantages and limitations, which I'm sharing here in the spirit of open innovation. As healthcare leaders, our aim is not just to build products, but to create a future where early detection is standard.

Detection opportunity 1: Risk stratification

Synopsis: A Logistic Regression machine learning model (MLM) can help analyze risk given a combination of sociodemographic information (such as age, ethnicity, zip code), family history of breast cancer, and genetic data, including BRCA mutations.

How this MLM supports detection: A Logistic Regression model is suitable for binary classification, where the model needs to predict one of two possible outcomes—in this case, to classify individuals with either "high risk" or "low risk"  for developing breast cancer. The model can crunch data quickly to identify individuals with a higher risk to prioritize their screening and monitoring, which can assist in earlier detection.

Unlike complex models like deep neural networks, Logistic Regression generates coefficients that can be analyzed to understand the relative influence of each input variable (e.g., age, family history) on the predicted risk. This MLM also ranks high for interpretability, so its rationale is easy to explain to clinicians and non-technical personnel, aiding transparency in decision-making.

Pros:

  • Proactive approach to identify individuals most in need of regular screening and monitoring.

  • Potential for earlier detection and improved treatment outcomes.

  • Efficient allocation of healthcare resources focusing on high-risk patients.

Cons:

  • Potential for false positives, leading to unnecessary anxiety and additional testing for low-risk individuals.

  • Accuracy of the model depends heavily on the quality and completeness of the data used for training.

  • Ethical considerations include potential discrimination based on identified risk factors.

Detection opportunity 2: Tumor marker analysis

Synopsis: A supervised Support Vector Machine (SVM) or a neural network could aid in identifying patterns associated with different types of breast cancer, combining results from tumor marker tests (including ER, PR, and HER2) with clinical data (such as diagnosis, stage, treatment received). This refined analysis can improve the accuracy of diagnoses, potentially leading to personalized therapies better suited to each patient's needs.

How these MLMs support detection: Support Vector Machines (SVMs) excel at multi-class classification, meaning they can effectively distinguish between multiple categories (in this case, different cancer types). They are also known for robust performance and interpretability, allowing some understanding of the model's decision-making process.

Neural Networks (suitable for multi-class classification) are also adept at handling complex relationships and learning intricate patterns within data. This can be beneficial for identifying subtle patterns in the combined tumor marker and clinical data that might be associated with different cancer types.

Pros:

  • Provides valuable insights into the type and characteristics of the cancer, potentially leading to more informed, personalized treatment.

  • May help identify patients who might benefit from specific targeted therapies.

  • Potential to improve treatment efficacy and patient outcomes.

Cons:

  • Tumor markers are not always definitive and can be influenced by various factors beyond the presence of cancer.

  • Data quality and model effectiveness depend on accurate, standardized testing procedures.

  • Since tumor markers aren't usually elevated until later stages, they play a limited role in early detection.

Detection opportunity 3: Early detection through imaging analysis

Synopsis: Convolutional Neural Networks (CNNs) trained on large datasets of mammogram images and corresponding diagnoses can learn to identify subtle abnormalities indicative of early-stage breast cancer. This technology holds promise for improving the sensitivity and specificity of mammogram interpretation compared to traditional methods, potentially leading to earlier detection and improved patient outcomes.

How this MLM supports detection: CNNs designed specifically for image analysis can identify subtle patterns within complex visual data like mammograms, in order to detect early-stage abnormalities that might be missed by traditional methods. These scalable models can handle large datasets effectively for robust model training. CNNs can automatically learn relevant features from images, eliminating the need for manual engineering. In combination with ML-assisted risk identification and tumor marker analysis, this approach could lead to earlier interventions and improved patient outcomes. Analysis of recurrence risks and potential patient responses could further inform personalized treatment plans for increased efficacy and reduced side effects.

Pros:

  • Potential to detect early-stage cancers that might be missed by traditional methods.

  • May reduce the need for unnecessary biopsies by identifying suspicious lesions with higher accuracy.

  • Improved efficiency and accuracy in mammogram interpretation, potentially leading to earlier diagnosis and treatment.

Cons:

  • High computational power and data storage requirements for training and running deep learning models.

  • Potential for overfitting, where the model performs well on training data but poorly on real-world data.

  • Ethical considerations include potential biases in training data, underscoring the need for human oversight in decision-making.

Detection opportunity 4: Treatment response prediction

Synopsis: Three different machine learning models may learn to predict how a patient might respond to different treatment options, given data on treatment type, patient demographics, tumor characteristics, and clinical outcomes (including response to treatment and survival rates). This personalized approach can help healthcare professionals tailor treatment plans to individual patients, potentially leading to more effective treatment strategies and improved survival rates.

How these MLMs support detection: While Random Forests handle high-dimensional data and offer feature importance for understanding model decisions, Gradient Boosting Machines might achieve higher accuracy due to their flexibility. Support Vector Machines could also be considered if interpretability is vital and data size is a concern. Choosing an ML algorithm for treatment response prediction requires balancing interpretability and performance, weighing data characteristics, desired interpretability level, and targeted performance metrics. For the best outcome, selections should be made with support from clinical staff, balanced with the need for transparency with patients.

Pros:

  • Enables personalized medicine, tailoring treatment plans to individual patient characteristics and predicted response.

  • Potential to improve treatment efficacy and reduce side effects by avoiding therapies with low predicted effectiveness.

  • Helps optimize resource allocation by avoiding unnecessary or ineffective treatments.

Cons:

  • Accuracy of predictions depends on the quality and comprehensiveness of the data used for training.

  • Over-reliance on model predictions could hinder the use of clinical judgment and expertise.

  • Ethical considerations include the potential for bias in the model, underscoring the need for transparent communication with patients about the limitations of model predictions.

Detection opportunity 5: Recurrence risk assessment

Synopsis: Recurrent Neural Networks (RNNs) could analyze the longitudinal data of patients who have undergone treatment for breast cancer, helping to inform personalized post-treatment monitoring plans. Treatment details, clinical status updates, sociodemographic and biomarker data could help machine learning models to predict the risk of recurrence, enabling early intervention for high-risk patients.

How this MLM supports detection: Recurrent Neural Networks (RNNs) analyze longitudinal data effectively, for a more nuanced understanding of how an individual's risk profile might change over time. RNNs can capture evolving dynamics within the patient data, including changes in clinical status updates, biomarker information, and other factors.

They are adept at modeling the timing of events, enabling them to predict not only the likelihood but also the potential timing of recurrence. This unique ability allows for personalized post-treatment monitoring plans and earlier intervention when the risk increases, potentially leading to improved patient outcomes in the fight against breast cancer.

Pros:

  • Helps identify patients at higher risk of recurrence, allowing for closer monitoring.

  • Potential to personalize post-treatment care plans, based on evolving individual risk profiles.

  • Enables earlier recurrence detection and intervention for improved patient outcomes.

Cons:

  • Potential for anxiety and distress in patients identified as high-risk for recurrence, even if the actual risk is low.

  • Over-treatment of low-risk patients based on model predictions could lead to unnecessary side effects and healthcare costs.

  • Accuracy of predictions depends heavily on the quality and completeness of longitudinal data, which may not always be readily available.

Conclusion

While implementation requires responsible development mindful of ethical considerations, these five detection opportunities using MLMs offer glimpses into a future where technology can empower personalized care, earlier diagnoses, and improved patient outcomes. As the saying goes in cancer care, no one should have to take on cancer alone. Technologists, healthcare professionals, researchers, and breast cancer patients are on this journey together. Let's continue to learn, innovate, and empower each other.