Dual-Modal Lung Cancer AI: Interpretable Radiology and Microscopy with Clinical Risk Integration

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Medical Imaging AI · Depth: Expert, extended

Summary

A new dual-modal artificial intelligence (AI) framework has been developed to improve lung cancer diagnosis and subtype classification by integrating CT radiology and hematoxylin and eosin (H&E) microscopy. This framework utilizes convolutional neural networks (CNNs) for independent feature extraction from both imaging modalities, which are then fused via a weighted decision-level integration module that incorporates clinical metadata. The system classifies lung cancer into adenocarcinoma, squamous cell carcinoma, large cell carcinoma, small cell lung cancer (SCLC), and normal tissue. Explainable AI (XAI) techniques, including Grad-CAM and Grad-CAM++, were implemented to provide visual interpretability, with Grad-CAM++ achieving high faithfulness (insertion AUC ≈ 0.83 for H&E, 0.81 for CT) and localization accuracy (IOU ≈ 0.65 for H&E, 0.81 for CT). The framework demonstrated strong performance, achieving an accuracy of 0.87, AUROC exceeding 0.97, and a macro F1-score of 0.88, outperforming single-modality models.

Key takeaway

For Computer Vision Engineers developing diagnostic AI, this dual-modal framework demonstrates that integrating CT and H&E microscopy with clinical metadata significantly boosts accuracy and interpretability in lung cancer classification. You should consider multimodal fusion strategies and robust XAI techniques like Grad-CAM++ to improve diagnostic reliability and clinical relevance in your own systems.

Key insights

Integrating CT radiology and H&E microscopy with clinical data significantly enhances lung cancer diagnosis and interpretability.

Principles

Method

The framework uses modality-specific CNNs for feature extraction, followed by a weighted decision-level fusion module incorporating clinical metadata to generate unified predictions for lung cancer subtypes.

In practice

Topics

Best for: Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.