IVCVLGNov 10, 2025

EvoPS: Evolutionary Patch Selection for Whole Slide Image Analysis in Computational Pathology

arXiv:2511.07560v1h-index: 13
Originality Incremental advance
AI Analysis

This addresses the computational bottleneck in computational pathology for researchers and practitioners, offering a principled method to balance cost and performance, though it is incremental in optimizing existing patch selection approaches.

The paper tackles the problem of computationally expensive patch selection in whole-slide image analysis by proposing EvoPS, a framework that reduces the required number of training patch embeddings by over 90% while maintaining or improving classification F1-scores across cancer cohorts.

In computational pathology, the gigapixel scale of Whole-Slide Images (WSIs) necessitates their division into thousands of smaller patches. Analyzing these high-dimensional patch embeddings is computationally expensive and risks diluting key diagnostic signals with many uninformative patches. Existing patch selection methods often rely on random sampling or simple clustering heuristics and typically fail to explicitly manage the crucial trade-off between the number of selected patches and the accuracy of the resulting slide representation. To address this gap, we propose EvoPS (Evolutionary Patch Selection), a novel framework that formulates patch selection as a multi-objective optimization problem and leverages an evolutionary search to simultaneously minimize the number of selected patch embeddings and maximize the performance of a downstream similarity search task, generating a Pareto front of optimal trade-off solutions. We validated our framework across four major cancer cohorts from The Cancer Genome Atlas (TCGA) using five pretrained deep learning models to generate patch embeddings, including both supervised CNNs and large self-supervised foundation models. The results demonstrate that EvoPS can reduce the required number of training patch embeddings by over 90% while consistently maintaining or even improving the final classification F1-score compared to a baseline that uses all available patches' embeddings selected through a standard extraction pipeline. The EvoPS framework provides a robust and principled method for creating efficient, accurate, and interpretable WSI representations, empowering users to select an optimal balance between computational cost and diagnostic performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes