Papers
Topics
Authors
Recent
Search
2000 character limit reached

ClinRAG-GRAPH: Clinical-prior Retrieval-Augmented Graph Model with Domain Adversarial Learning for Breast pCR Prediction

Published 1 Jul 2026 in cs.CV | (2607.00798v1)

Abstract: Neoadjuvant chemotherapy (NAC) response prediction is clinically important for treatment stratification in breast cancer. However, robust pre-treatment pathological complete response (pCR) prediction remains challenging due to insufficient cross-modal modeling, multicenter imaging heterogeneity, and weak evidence-grounded interpretability. We propose ClinRAG-GRAPH, a Clinically informed Retrieval-Augmented Generation Graph framework, for pre-treatment pCR prediction from DCE-MRI, structured clinical variables, and biopsy-derived pathological biomarkers. ClinRAG-GRAPH constructs an intra-patient clinical-prior graph and applies a prior-guided relation-aware graph convolutional network for structured multimodal representation learning. To improve cross-center robustness, we introduce a dual-branch domain-adversarial learning strategy to suppress protocol-related MRI bias while preserving pCR-relevant features. To enhance interpretability, we further incorporate LLM-driven subgraph RAG module that retrieves clinically analogous historical cases and integrates retrieved evidence for pCR inference. We assemble a large-scale multicenter NAC breast cancer cohort for extensive validation, drawing from two public sources and three in-house centers.Results show that ClinRAG-GRAPH achieves AUCs of 0.815 on the internal test set and 0.774/0.712 on two external test sets, demonstrating robust pre-treatment pCR prediction across centers. The code is available at the anonymized https://github.com/miccai26-1181/ClinRAG-GRAPH.

Summary

  • The paper introduces a multimodal graph neural network that leverages hierarchical clinical priors and relation-aware attention for pCR prediction.
  • It employs domain-adversarial decoupling to mitigate multicenter MRI protocol biases, achieving superior AUC and balanced accuracy compared to baseline models.
  • The integration of an LLM-driven retrieval module enhances interpretability by providing evidence-based, post-hoc rationales for clinical decision-making.

ClinRAG-GRAPH: Clinical-prior Retrieval-Augmented Graph Model with Domain Adversarial Learning for Breast pCR Prediction

Introduction

Achieving robust, generalizable pre-treatment prediction of pathological complete response (pCR) under neoadjuvant chemotherapy (NAC) in breast cancer remains nontrivial due to high cross-modal heterogeneity and substantial domain shift induced by multicenter MRI protocol variations. The paper introduces ClinRAG-GRAPH, a multimodal graph neural network integrating DCE-MRI, structured clinical variables, and biopsy-derived pathological biomarkers using a hierarchical clinical-prior graph, prior-guided relational attention, domain-adversarial decoupling, and LLM-based retrieval-augmented inference. The study addresses documented limitations of classical fusion-based and neural approaches, including weak cross-modal dependency modeling, insufficient domain shift mitigation, and limited clinical interpretability. Methodological contributions are substantiated by comprehensive multicenter validation, ablation analysis, and interpretability assessments.

Methodology

Hierarchical Clinical-prior Graph Construction

ClinRAG-GRAPH encodes clinical knowledge via a directed intra-patient graph, where nodes correspond to imaging and tabular variables, and directed edge priors (puvp_{uv}) are explicitly stratified: guideline-level associations ("strong"), expert-agreed connections ("soft"), and weak/unproven dependencies ("learnable"). Edge priors modulate the first-layer attention weights, calibrating early message passing. This mechanism supplants ad hoc or fully data-driven connectivity, reducing the risk of semantic dilution and instability associated with auxiliary loss-based regularization. The approach is grounded in expert guidelines and radiologist consensus.

Figure 1

Figure 1: Overview of ClinRAG-GRAPH comprising graph construction, prior-guided R-GCN, adversarial decoupling, and retrieval-augmented inference.

Prior-guided Relational Attentional GCN (PRAttn-RGCN)

The message passing protocol leverages relation-type specific attention, with relation priors injected as additive log-biases at the input layer, thus integrating clinical hierarchy directly into the graph topology and information flow. PRAttn-RGCN operates in a hierarchical fashion: initial feature fusion is guided by clinical priors, but subsequent layers remain data-adaptive, balancing knowledge-driven structure and empirical optimization. The model readout incorporates both imaging and tabular (clinical, pathologic) representations aggregated via mean pooling.

Domain-Adversarial Decoupling

To mitigate multicenter MRI protocol bias, ClinRAG-GRAPH incorporates gradient reversal-based adversarial training on the MRI embedding. An auxiliary domain classifier with a GRL enforces center-invariant representations, promoting domain generalization without diluting predictive fidelity for pCR. Task and adversarial objectives are balanced via a trade-off parameter optimized empirically.

LLM-driven Subgraph RAG for Evidence-grounded Inference

A critical addition is the retrieval-augmented generation (RAG) submodule, driven by the DeepSeek LLM. Query patients are encoded, and subgraph-aware, schema-constrained search retrieves analogous historical samples using FAISS. Nearest neighbors are identified by combined representation and edge-wise attention signature similarity. Fused outputs from both the R-GCN and RAG provide final predictions. Structured rationales are auto-generated as post-hoc explanations, leveraging only retrieval metadata and subgraph matchesโ€”ensuring interpretability and evidence traceability in inference.

Experimental Evaluation

Multicenter Cohort and Implementation

ClinRAG-GRAPH is systematically evaluated on two public (DUKE, ISPY1) and three in-house datasets (โ€œZcenterโ€, โ€œYcenterโ€, โ€œQcenterโ€) with internal/external train-test splits established at the patient level to avoid information leakage. DCE-MRI inputs are tumor-centric, temporally concatenated volumes; clinical/pathological variables are standardized. Models are implemented in PyTorch and trained with AdamW, using careful batch sizing, normalization, and hyperparameter tuning for computational stability.

Comparative Analysis

Quantitative results demonstrate strong internal test AUC (0.815, 95% CI: 0.738โ€“0.885) and robust external generalization, e.g., 0.774 AUC (Ycenter), exceeding R-GCN, LMF, iMRhpc, and M2Fusion. Notably, ClinRAG-GRAPH yields higher balanced accuracy and specificity compared to direct fusion and non-graph multimodal baselines. DeLong testing confirms statistical significance (p<0.05p<0.05) of the model's superiority.

Figure 2

Figure 2

Figure 2: AUC for modality pairs, illustrating importance of pathology and multimodal fusion in model performance.

The model exhibits greater sensitivity for challenging, previously unseen Qcenter cases, underlining domain shift robustness. PLS-DA projections further reveal consistent class separation across internal and external test cohorts.

Ablation and Modality Contribution

A modular ablation study isolates the gains conferred by clinical-prior graphs, relation-aware attention, adversarial decoupling, and LLM-driven RAG. Each component incrementally improves AUC, with the complete pipeline yielding the highest scores. Modality-specific ablation verifies the dominant predictive power of pathology features, with DCE-MRI and clinical data providing complementary value.

Interpretability and Case Study

The internal mechanics of ClinRAG-GRAPH are interrogated using SHAP analysis, validating that attention-weighted graph edges map to biologically and clinically plausible interactions, especially across key molecular subtypes (Luminal A/B, HER2+, TripleNeg). Edges linking ER, PR, HER2, Ki67, age, and MRI retain high attribution values, indicating the network's reliance on structured dependencies over naive feature concatenation.

Figure 3

Figure 3: SHAP analysis: edge-level importance per molecular subtype, showcasing interpretable, subtype-specific relational reasoning.

A LLM-driven RAG case study demonstrates practical retrieval and explanation workflow for a patient (pCR=0, external set): DeepSeek identifies top-3 matched cases with highly fused similarity, rationalizes the decision via driver-edge patterns, and delivers a JSON-verifiable rationale, exemplifying the system's interpretability and auditability.

Figure 4

Figure 4: LLM-driven RAG deployment on an external cohort patient, illustrating evidence aggregation and result explanation.

Practical and Theoretical Implications

ClinRAG-GRAPH exemplifies an interpretable, multimodal AI pipeline capable of robust generalization under real-world heterogeneity and domain shiftโ€”key for prospective clinical translation of pCR prediction in multicenter settings. The explicit injection of clinical priors, modular adversarial decoupling, and LLM-augmented evidence reasoning delineate a paradigm for combining structured knowledge with data-driven learning. These principles could be extended to other oncologic or multimodal diagnostic domains requiring domain generalization and explainability.

The integration of large-scale LLMs as schema-constrained retrieval planners and post-hoc explainers introduces new opportunities for hybrid symbolic-neural inference in medical AI, subject to future advances in LLM transparency and clinical alignment.

Conclusion

ClinRAG-GRAPH advances the field of breast cancer pCR prediction by fusing hierarchical clinical knowledge graphs, relation-aware message passing, domain-adversarial learning, and RAG via LLMsโ€”aligned for robust and interpretable multimodal inference. The pipeline outperforms conventional and state-of-the-art baselines in multicenter studies, and its interpretability mechanisms ensure clinical transparency. Ongoing extensions towards longitudinal and multi-timepoint modeling are poised to further enhance early therapy adaptation in oncology.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.