CVMar 4, 2021

Learning Whole-Slide Segmentation from Inexact and Incomplete Labels using Tissue Graphs

arXiv:2103.03129v144 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient segmentation in histology to support pathologists, offering a weakly-supervised approach that reduces annotation costs, though it is incremental as it builds on existing weakly-supervised techniques.

The paper tackles the problem of segmenting histology images with weak supervision by proposing SegGini, a graph-based method that uses inexact and incomplete labels, achieving state-of-the-art performance on prostate cancer datasets and comparable results to a pathologist baseline.

Segmenting histology images into diagnostically relevant regions is imperative to support timely and reliable decisions by pathologists. To this end, computer-aided techniques have been proposed to delineate relevant regions in scanned histology slides. However, the techniques necessitate task-specific large datasets of annotated pixels, which is tedious, time-consuming, expensive, and infeasible to acquire for many histology tasks. Thus, weakly-supervised semantic segmentation techniques are proposed to utilize weak supervision that is cheaper and quicker to acquire. In this paper, we propose SegGini, a weakly supervised segmentation method using graphs, that can utilize weak multiplex annotations, i.e. inexact and incomplete annotations, to segment arbitrary and large images, scaling from tissue microarray (TMA) to whole slide image (WSI). Formally, SegGini constructs a tissue-graph representation for an input histology image, where the graph nodes depict tissue regions. Then, it performs weakly-supervised segmentation via node classification by using inexact image-level labels, incomplete scribbles, or both. We evaluated SegGini on two public prostate cancer datasets containing TMAs and WSIs. Our method achieved state-of-the-art segmentation performance on both datasets for various annotation settings while being comparable to a pathologist baseline.

Code Implementations2 repos
Foundations

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

Your Notes