CVAILGDec 4, 2022

RLogist: Fast Observation Strategy on Whole-slide Images with Deep Reinforcement Learning

arXiv:2212.01737v219 citationsh-index: 19Has Code
Originality Incremental advance
AI Analysis

This work addresses data inefficiency and high computational costs in computational pathology, offering a faster and interpretable alternative to existing methods, though it is incremental as it builds on reinforcement learning for a specific domain.

The paper tackles the computational inefficiency of analyzing whole-slide images in pathology by proposing RLogist, a deep reinforcement learning method that mimics human pathologists to selectively observe regions, achieving competitive classification performance with significantly shorter observation paths on tasks like metastasis detection and lung cancer subtyping.

Whole-slide images (WSI) in computational pathology have high resolution with gigapixel size, but are generally with sparse regions of interest, which leads to weak diagnostic relevance and data inefficiency for each area in the slide. Most of the existing methods rely on a multiple instance learning framework that requires densely sampling local patches at high magnification. The limitation is evident in the application stage as the heavy computation for extracting patch-level features is inevitable. In this paper, we develop RLogist, a benchmarking deep reinforcement learning (DRL) method for fast observation strategy on WSIs. Imitating the diagnostic logic of human pathologists, our RL agent learns how to find regions of observation value and obtain representative features across multiple resolution levels, without having to analyze each part of the WSI at the high magnification. We benchmark our method on two whole-slide level classification tasks, including detection of metastases in WSIs of lymph node sections, and subtyping of lung cancer. Experimental results demonstrate that RLogist achieves competitive classification performance compared to typical multiple instance learning algorithms, while having a significantly short observation path. In addition, the observation path given by RLogist provides good decision-making interpretability, and its ability of reading path navigation can potentially be used by pathologists for educational/assistive purposes. Our code is available at: \url{https://github.com/tencent-ailab/RLogist}.

Code Implementations1 repo
Foundations

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

Your Notes