IVAICVDec 2, 2024

INSIGHT: Explainable Weakly-Supervised Medical Image Analysis

arXiv:2412.02012v31 citationsh-index: 3
AI Analysis

This addresses the challenge of explainable medical image analysis for clinicians, though it is incremental as it builds on existing weakly-supervised aggregation methods.

The paper tackles the problem of localizing small, clinically crucial details in volumetric scans and whole-slide pathology images under weak supervision, achieving state-of-the-art classification results and high weakly-labeled semantic segmentation performance on CT and WSI benchmarks.

Due to their large sizes, volumetric scans and whole-slide pathology images (WSIs) are often processed by extracting embeddings from local regions and then an aggregator makes predictions from this set. However, current methods require post-hoc visualization techniques (e.g., Grad-CAM) and often fail to localize small yet clinically crucial details. To address these limitations, we introduce INSIGHT, a novel weakly-supervised aggregator that integrates heatmap generation as an inductive bias. Starting from pre-trained feature maps, INSIGHT employs a detection module with small convolutional kernels to capture fine details and a context module with a broader receptive field to suppress local false positives. The resulting internal heatmap highlights diagnostically relevant regions. On CT and WSI benchmarks, INSIGHT achieves state-of-the-art classification results and high weakly-labeled semantic segmentation performance. Project website and code are available at: https://zhangdylan83.github.io/ewsmia/

Foundations

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

Your Notes