CVMar 14, 2023

Exploring Weakly Supervised Semantic Segmentation Ensembles for Medical Imaging Systems

arXiv:2303.07896v2h-index: 9
AI Analysis

This work addresses the challenge of medical image segmentation with minimal annotations, which is critical for healthcare applications, but it is incremental as it builds on existing CAM-based approaches.

The paper tackles the problem of limited pixel-wise annotations in medical image segmentation by proposing a weakly supervised framework that improves accuracy using low-quality class activation maps (CAMs). It achieves dice score improvements of up to 8% on BRATS and 6% on DECATHLON datasets compared to previous state-of-the-art methods.

Reliable classification and detection of certain medical conditions, in images, with state-of-the-art semantic segmentation networks, require vast amounts of pixel-wise annotation. However, the public availability of such datasets is minimal. Therefore, semantic segmentation with image-level labels presents a promising alternative to this problem. Nevertheless, very few works have focused on evaluating this technique and its applicability to the medical sector. Due to their complexity and the small number of training examples in medical datasets, classifier-based weakly supervised networks like class activation maps (CAMs) struggle to extract useful information from them. However, most state-of-the-art approaches rely on them to achieve their improvements. Therefore, we propose a framework that can still utilize the low-quality CAM predictions of complicated datasets to improve the accuracy of our results. Our framework achieves that by first utilizing lower threshold CAMs to cover the target object with high certainty; second, by combining multiple low-threshold CAMs that even out their errors while highlighting the target object. We performed exhaustive experiments on the popular multi-modal BRATS and prostate DECATHLON segmentation challenge datasets. Using the proposed framework, we have demonstrated an improved dice score of up to 8% on BRATS and 6% on DECATHLON datasets compared to the previous state-of-the-art.

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