Advanced machine learning framework for enhancing breast cancer diagnostics through transcriptomic profiling

Discov Oncol 2025 Genomics/Multi-omics 8 Explanations View Original
Original Paper (PDF)

Unable to display PDF. Download it here or view on PMC.

Plain-English Explanations
Pages 1-2
Mammography and Its Limitations in Breast Cancer Screening

Mammography is the gold standard for breast cancer screening, using low-dose X-rays to generate high-resolution images of breast tissue. It operates through differential X-ray attenuation: fatty, glandular, and cancerous tissues attenuate X-rays at different rates, creating contrast in the resulting image. Mammography has been shown to reduce breast cancer mortality, particularly for women aged 50-74, and is recommended for women over 40, especially those with a family history of breast cancer.

Despite its widespread use, mammography has important limitations. Its sensitivity is significantly reduced in women with dense breast tissue, where the overlapping fibroglandular tissue can obscure tumors. Mammography also generates false positives that lead to unnecessary follow-up procedures and patient anxiety, involves accumulated radiation exposure, and has limited utility for detecting certain cancer types such as inflammatory breast cancer and small lesions in certain breast regions.

To address these limitations, supplemental imaging technologies including digital breast tomosynthesis (DBT), ultrasound, MRI, and positron emission tomography (PET) have been developed and evaluated. DBT uses X-rays to generate three-dimensional breast images, reducing tissue overlap and improving cancer detection in dense breasts compared to conventional 2D mammography, at the cost of higher radiation exposure and greater processing demands.

TL;DR: Mammography is the standard breast cancer screening tool but has important limitations in dense breast tissue; this review examines how deep learning can enhance mammographic accuracy and address these challenges.
Pages 2-4
Deep Learning Architectures for Mammography Analysis

Deep learning (DL) has emerged as the most promising AI approach for enhancing mammography interpretation. Unlike traditional machine learning, which requires manual feature engineering, DL algorithms - particularly convolutional neural networks (CNNs) - automatically learn hierarchical representations from raw mammographic images, capturing subtle patterns associated with malignancy that may be difficult for radiologists to identify consistently.

Key CNN architectures applied to mammography include ResNet (residual networks with skip connections enabling very deep architectures), DenseNet (dense connections between layers for efficient feature reuse), and EfficientNet (compound scaling of depth, width, and resolution). Transfer learning from ImageNet pre-trained models has been extensively used to compensate for the relatively limited size of labeled mammography datasets compared to general computer vision datasets.

AI tools for mammography have been developed by multiple commercial and academic groups. iCAD and ScreenPoint Medical have deployed AI systems for enhanced mammography interpretation, while technology companies like Hologic have integrated AI into their Genius 3D mammography platform to increase detection rates and reduce false positives. Contrast-enhanced spectral mammography (CESM) systems from GE Healthcare and Siemens Healthineers combine traditional mammography with contrast-enhanced imaging to further improve diagnostic accuracy.

TL;DR: Deep learning CNNs trained on mammographic images - using transfer learning from large image datasets and increasingly with commercial deployment - represent the dominant AI approach for improving breast cancer screening accuracy.
Pages 2-3
Medical Imaging Modalities for Breast Cancer Detection

A range of imaging modalities complements mammography for breast cancer detection. Ultrasound uses high-frequency sound waves to generate detailed breast images without ionizing radiation, making it particularly valuable for evaluating abnormalities in women with dense breast tissue and for image-guided biopsy procedures. Automated breast ultrasound (ABUS) systems from GE Healthcare (Invenia 2.0) and Siemens Healthineers (ACUSON ABVS) provide 3D ultrasound volumes that improve detection rates and reduce operator dependency.

Breast MRI offers 95% sensitivity for breast cancer detection, making it the most accurate modality available, particularly for high-risk women with genetic mutations. However, its high cost, time requirements, and need for contrast injection limit its use as a universal screening tool. PET imaging with radioactive tracers is primarily used in conjunction with CT or MRI for identifying metastatic disease rather than primary screening.

Comparative analysis of imaging modalities shows important trade-offs: mammography achieves 85% sensitivity with 2 cm or smaller tumors and is widely available but limited in dense tissue; ultrasound achieves 82% sensitivity but is operator-dependent; MRI achieves 95% sensitivity but is expensive. AI-based CAD systems applied across all these modalities offer the potential to reduce observer variability, improve sensitivity, and guide appropriate use of supplemental imaging.

TL;DR: Multiple breast imaging modalities each offer distinct advantages, with mammography, ultrasound, MRI, and PET serving complementary roles; AI-based CAD systems are being developed across all modalities to improve accuracy.
Pages 3-4
AI Applications in Mammography and DBT

Computer-aided detection (CAD) systems for mammography have been in clinical use for decades, but early rule-based and traditional machine learning approaches often increased radiologist workload without improving outcomes due to high false positive rates. Modern deep learning-based CAD systems have dramatically improved performance, with studies demonstrating significant reductions in false positive rates and improvements in cancer detection rates compared to both legacy CAD and unaided radiologist interpretation.

For digital breast tomosynthesis, deep learning models must process 3D image volumes rather than single 2D images, increasing computational demands but also enabling detection of lesions that would be obscured by tissue overlap in conventional mammography. DBT-specific deep learning systems have shown improved sensitivity for detecting invasive cancers and reduced recall rates compared to standard mammography, particularly for women with dense breast tissue.

CAD systems for ultrasound have achieved classification accuracy around 92% for breast cancer detection in several studies. The BIRADS-SDL system, combining BI-RADS-oriented feature maps with semi-supervised deep learning, outperformed conventional approaches on two independent datasets, demonstrating that incorporating clinical reporting frameworks as prior knowledge can improve AI performance. Automated ultrasound systems integrating AI interpretation have also shown reduced inter-operator variability in clinical evaluations.

TL;DR: Modern deep learning CAD systems for mammography and DBT have overcome limitations of early systems, achieving substantially improved detection rates and false positive reduction compared to both legacy CAD and unaided radiologists.
Pages 4-5
Breast Cancer Prediction and Risk Stratification with DL

Beyond cancer detection, deep learning has been applied to breast cancer risk prediction from mammographic images. Models can analyze fibroglandular tissue volume, breast density patterns, and subtle parenchymal features to identify women at elevated risk before cancer is detectable, enabling more personalized screening intervals and targeted supplemental imaging recommendations.

Personalized screening protocols guided by AI risk stratification represent one of the most clinically impactful applications. Rather than applying uniform screening recommendations across all women, AI models can integrate mammographic imaging features with patient-level risk factors including age, family history, genetic mutations, and prior biopsy results to optimize screening intensity for each individual, potentially improving cost-effectiveness while maintaining or improving cancer detection rates.

AI models have also demonstrated value for predicting treatment response from pre-treatment and early follow-up mammograms in patients receiving neoadjuvant chemotherapy. Changes in tumor size, density, and surrounding tissue characteristics captured in sequential mammograms can be quantified by deep learning models to predict whether a patient will achieve pathological complete response, guiding treatment intensification or modification decisions.

TL;DR: Deep learning applied to mammographic images has demonstrated value for breast cancer risk prediction, personalized screening recommendations, and treatment response prediction beyond standard cancer detection.
Pages 5-6
Challenges in Clinical Integration of DL Mammography

Key challenges for integrating deep learning into clinical mammography practice include data privacy and regulatory requirements. Training high-performance models requires large, diverse datasets, but mammographic images contain sensitive patient information and are subject to strict privacy regulations. Federated learning approaches that train models across institutions without centralizing patient data are being explored as a solution.

Model interpretability remains a significant barrier to clinician trust and regulatory approval. Radiologists need to understand why a DL model flags a particular region as suspicious before they can confidently incorporate AI recommendations into their diagnostic workflow. Explainable AI techniques including attention maps, saliency maps, and class activation visualizations are being developed to provide localized visual explanations for model predictions alongside radiologist review interfaces.

Achieving generalizability across different scanner vendors, acquisition protocols, and patient populations is critical for real-world deployment. Models trained primarily on data from one scanner type or patient demographic may perform poorly in different settings due to systematic differences in image characteristics. Multi-institutional training datasets and explicit domain adaptation strategies are needed to ensure deployed models perform reliably across the diversity of real-world clinical environments.

TL;DR: Key barriers to clinical integration of deep learning mammography include data privacy constraints, model interpretability requirements, and the need for generalizability across diverse scanner types and patient populations.
Pages 5-6
Future Directions for Deep Learning in Breast Cancer Imaging

Future research should focus on refining deep learning algorithms for mammography through larger and more diverse training datasets, improved network architectures, and more sophisticated training strategies. Self-supervised and semi-supervised learning approaches that can leverage large repositories of unlabeled mammographic images are particularly promising for improving model performance without proportional increases in labeling cost.

Integration of AI with multimodal clinical data - combining mammographic features with genetic testing results, clinical risk factors, and prior imaging - represents a major opportunity to improve both cancer detection and risk stratification beyond what any single data source can achieve. Multimodal transformer models that process heterogeneous data types simultaneously are emerging as a promising architecture for this type of integrated analysis.

Ultimately, successful integration of deep learning mammography into routine clinical practice will require prospective clinical validation studies demonstrating improved patient outcomes, regulatory clearance processes that evaluate AI systems as part of human-AI teams rather than in isolation, and workflow integration tools that present AI insights to radiologists in a form that supports rather than interrupts their decision-making process.

TL;DR: Future deep learning mammography research should focus on self-supervised learning for larger unlabeled datasets, multimodal data integration, and prospective clinical trials demonstrating patient outcome improvements to support regulatory adoption.
Page 6
Deep Learning as the Future of Breast Cancer Mammographic Screening

Deep learning has demonstrated transformative potential for enhancing mammography-based breast cancer detection, consistently outperforming conventional machine learning and legacy CAD approaches across a range of tasks including detection, classification, risk stratification, and treatment response prediction. The combination of powerful CNN and transformer architectures with increasingly available large mammographic datasets is driving rapid performance improvements.

The field has progressed from research demonstrations to early commercial deployments, with AI systems from multiple vendors now available for clinical use in several countries. However, widespread adoption will require further evidence from prospective clinical trials, addressing interpretability limitations, ensuring fair performance across diverse populations, and integrating AI tools smoothly into radiologist workflows.

By addressing current challenges around data privacy, model interpretability, and generalizability, deep learning-assisted mammography has the potential to become a standard component of breast cancer screening programs worldwide, improving early detection rates, reducing unnecessary recalls and biopsies, personalizing screening protocols, and ultimately reducing breast cancer mortality through more timely and accurate diagnoses.

TL;DR: Deep learning mammography has progressed from research to early clinical deployment and holds transformative potential for improving detection, reducing false positives, and personalizing screening as evidence accumulates and barriers to adoption are addressed.
Citation: Open Access, 2025. Available at: PMC11914415.