Search papers, labs, and topics across Lattice.
The paper introduces AGE-MIL, a weakly supervised framework that enhances patient-level prediction in computational pathology by integrating evidence across multiple whole-slide images (WSIs). By constructing patient-level anchors from slide representations, AGE-MIL effectively captures global pathological context and retrieves relevant local patches, addressing the instability and reliability issues of conventional multiple instance learning (MIL) methods. Experimental evaluations demonstrate that AGE-MIL significantly outperforms eight state-of-the-art MIL techniques across six clinically relevant tasks, showcasing its potential for improving diagnostic accuracy in pathology.
Achieving robust patient-level predictions in pathology, AGE-MIL outperforms existing methods by effectively integrating evidence from multiple whole-slide images.
Existing computational pathology methods predominantly operate within whole-slide image (WSI)-level multiple instance learning (MIL) paradigms, while patient-level modeling remains underexplored. In routine pathological practice, however, pathologists derive diagnostic and prognostic conclusions by integrating evidence across multiple WSIs rather than relying on any single slide. This discrepancy creates a fundamental misalignment when patient-level supervision is directly imposed on conventional MIL frameworks, often leading to unstable optimization and degraded predictive reliability. To address this issue, we propose Anchor-Guided Evidence MIL (AGE-MIL), a weakly supervised framework for patient-level prediction. AGE-MIL constructs a patient-level anchor from slide representations to capture global pathological context and guide the retrieval and integration of diagnostically relevant local patches, enabling robust patient-level modeling. Patient-level risk is further modeled as an evidence accumulation process, promoting stable optimization under weak supervision. AGE-MIL is evaluated on six clinically relevant patient-level prediction tasks from two independent cohorts. Experimental results show that the proposed framework consistently outperforms eight state-of-the-art MIL methods. Code is available at https://github.com/wodeniua/AGE-MIL.