CVSep 8, 2017

Learning to Segment Breast Biopsy Whole Slide Images

arXiv:1709.02554v243 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific problem for medical imaging by improving segmentation accuracy in breast biopsy analysis, though it appears incremental as it builds on existing encoder-decoder frameworks.

The paper tackles the problem of segmenting breast biopsy whole slide images into tissue labels by proposing a modified encoder-decoder model with four modifications to handle large images and multi-scale structures, resulting in outperforming feature-based and conventional methods and achieving higher accuracies in an automated diagnosis task.

We trained and applied an encoder-decoder model to semantically segment breast biopsy images into biologically meaningful tissue labels. Since conventional encoder-decoder networks cannot be applied directly on large biopsy images and the different sized structures in biopsies present novel challenges, we propose four modifications: (1) an input-aware encoding block to compensate for information loss, (2) a new dense connection pattern between encoder and decoder, (3) dense and sparse decoders to combine multi-level features, (4) a multi-resolution network that fuses the results of encoder-decoders run on different resolutions. Our model outperforms a feature-based approach and conventional encoder-decoders from the literature. We use semantic segmentations produced with our model in an automated diagnosis task and obtain higher accuracies than a baseline approach that employs an SVM for feature-based segmentation, both using the same segmentation-based diagnostic features.

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