Deep Learning Based Histology Subtype Classification of Renal Cell Carcinoma from CT Images.

BMC Med Imaging 2025 AI 5 Explanations View Original
Original Paper (PDF)

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

Plain-English Explanations
Page 1
Why Knowing the Exact Type of Kidney Tumor Before Surgery Matters

Not all kidney tumors are the same. Some are cancerous, some are benign, and among the cancerous ones, different subtypes behave very differently and require different treatments. The five most clinically relevant kidney tumor types include angiomyolipoma (AML) - a benign tumor - and four types of renal cell carcinoma: oncocytoma, clear cell RCC (ccRCC), chromophobe RCC (chRCC), and papillary RCC (pRCC).

Currently, definitive diagnosis of kidney tumor subtype requires surgical removal or biopsy followed by microscopic examination of the tissue. However, surgery carries risks, and knowing the tumor type before operating could help surgeons and oncologists make better decisions about whether to operate, how to operate, and what treatments to consider afterward. CT scans are already routinely used to evaluate kidney tumors, but radiologists cannot reliably distinguish between all subtypes from images alone.

Deep learning - a type of artificial intelligence that learns to recognize patterns in images by analyzing thousands of examples - offers a potential solution. By training on CT scan images from patients with known diagnoses, a deep learning model might learn subtle visual features that distinguish tumor subtypes in ways human observers cannot consistently detect.

TL;DR: Why Knowing the Exact Type of Kidney Tumor Before Surgery Matters
Page 1
Training Two CNN Models to Classify Five Kidney Tumor Types

The study analyzed CT scans from 554 patients with confirmed kidney tumor diagnoses. Two well-established deep learning architectures were tested: Inception V3 and ResNet50, both of which are convolutional neural networks (CNNs) originally designed for general image classification tasks but widely adapted for medical imaging research.

A key challenge in this dataset was class imbalance - some tumor subtypes were much more common than others in the data. In real patient populations, ccRCC is far more common than chRCC or oncocytoma, meaning a simple model could achieve reasonable accuracy just by defaulting to the most common diagnosis. To address this, the researchers used data augmentation - artificially generating additional training examples of rare tumor types by applying transformations like rotation, flipping, and zoom to existing images.

Both models were evaluated on a held-out test set of patients not used during training. Performance was measured using standard metrics including overall accuracy, as well as per-class metrics to assess how well the models performed on each specific tumor subtype, including the rarer categories.

TL;DR: Training Two CNN Models to Classify Five Kidney Tumor Types
Page 1
Strong Classification Accuracy Across Five Tumor Subtypes

Both deep learning models showed strong overall classification performance. Inception V3 achieved an overall accuracy of 83.0% on the test set, while ResNet50 performed slightly better at 84.9%. These results are notable because distinguishing five kidney tumor subtypes from CT images alone - without any tissue analysis - is a challenging task even for experienced radiologists.

The data augmentation strategy proved effective for improving classification of rarer tumor subtypes. Without augmentation, models tend to perform poorly on minority categories because they have seen too few examples during training to learn their distinguishing features. By balancing the training set, the researchers were able to achieve more clinically useful performance across all five tumor types.

Correctly classifying benign tumors such as AML and oncocytoma from malignant subtypes is particularly clinically important - it could potentially spare patients unnecessary surgery. The models' ability to distinguish these categories with reasonable accuracy suggests that CT-based deep learning classification has genuine clinical potential, though further validation is needed before it could be used to guide treatment decisions.

TL;DR: Strong Classification Accuracy Across Five Tumor Subtypes
Page 1
What This Could Mean for Kidney Cancer Patients

If a validated deep learning tool could reliably distinguish AML and oncocytoma (benign) from malignant subtypes based on CT imaging alone, some patients might be spared surgery altogether. Currently, many patients undergo kidney removal or biopsy because imaging is insufficient to rule out cancer - if AI could provide greater diagnostic certainty, active surveillance rather than immediate surgery might be appropriate for more patients.

Among the malignant subtypes, distinguishing ccRCC from pRCC and chRCC matters because these tumors respond differently to targeted drugs and immunotherapy. For example, sunitinib tends to work better in ccRCC, while papillary RCC may respond better to different targeted agents. Non-invasive subtype classification from CT scans before starting systemic therapy could help oncologists select the most appropriate treatment.

For patients who are not surgical candidates due to age or other health conditions, knowing the likely tumor subtype from imaging could still inform decisions about active surveillance intensity, biopsy, or systemic treatment. A reliable AI-based classification tool could expand the information available to oncologists in these situations.

TL;DR: What This Could Mean for Kidney Cancer Patients
Page 1
Deep Learning as a Radiologist's Assistant for Kidney Tumor Diagnosis

This study demonstrates that deep learning models can classify kidney tumor subtypes from CT scans with accuracy approaching 85% across five clinically distinct categories. While this is not yet sufficient for standalone clinical decision-making, it represents a meaningful step toward AI-assisted kidney tumor diagnosis.

Future improvements may come from training on larger multi-institutional datasets, incorporating additional imaging phases (e.g., different phases of contrast enhancement), and integrating CT findings with clinical data such as patient age, symptoms, and laboratory values. Combining all available information in a unified AI model is likely to outperform image-only approaches.

The researchers' approach to addressing class imbalance through data augmentation offers a template for future work in medical AI, where rare but important diagnostic categories are often underrepresented in training data. As deep learning tools for kidney tumor classification continue to improve, they may become valuable aids for radiologists and urologists working to determine the best course of action for individual patients.

TL;DR: Deep Learning as a Radiologist's Assistant for Kidney Tumor Diagnosis
Citation: Open Access, 2025. Available at: PMC11866614.