🤖 AI Summary
This study addresses survival risk stratification for renal cell carcinoma using histopathological whole-slide images (WSIs). Methodologically, it leverages foundation models to extract deep features from WSIs and constructs a pathology graph—where tissue regions serve as nodes and spatial adjacency relations as edges—then applies graph neural networks to model local–global pathological semantic relationships, enabling interpretable concept learning and survival prediction. Its key contribution lies in explicitly integrating structured clinical knowledge—including TNM staging and pathology reports—into the model architecture, thereby enhancing predictive transparency and decision fairness. Experimental validation across multiple independent renal cancer cohorts demonstrates robust discrimination between high- and low-risk patients (C-index: 0.72–0.78). The implementation is publicly available, underscoring its potential for clinical translation.
📝 Abstract
To evaluate the translational capabilities of foundation models, we develop a pathological concept learning approach focused on kidney cancer. By leveraging TNM staging guidelines and pathology reports, we build comprehensive pathological concepts for kidney cancer. Then, we extract deep features from whole slide images using foundation models, construct pathological graphs to capture spatial correlations, and trained graph neural networks to identify these concepts. Finally, we demonstrate the effectiveness of this approach in kidney cancer survival analysis, highlighting its explainability and fairness in identifying low- and high-risk patients. The source code has been released by https://github.com/shangqigao/RadioPath.