IVCVJun 3, 2022

Patcher: Patch Transformers with Mixture of Experts for Precise Medical Image Segmentation

CMU
arXiv:2206.01741v220 citationsh-index: 50
AI Analysis

This addresses precise segmentation in medical imaging, offering a novel hybrid approach that combines CNN-like coarse-to-fine extraction with Transformer spatial modeling, though it is incremental in adapting existing techniques.

The authors tackled medical image segmentation by introducing Patcher, a Vision Transformer architecture with overlapping patch blocks and a mixture-of-experts decoder, which significantly outperformed state-of-the-art methods on stroke lesion and polyp segmentation tasks.

We present a new encoder-decoder Vision Transformer architecture, Patcher, for medical image segmentation. Unlike standard Vision Transformers, it employs Patcher blocks that segment an image into large patches, each of which is further divided into small patches. Transformers are applied to the small patches within a large patch, which constrains the receptive field of each pixel. We intentionally make the large patches overlap to enhance intra-patch communication. The encoder employs a cascade of Patcher blocks with increasing receptive fields to extract features from local to global levels. This design allows Patcher to benefit from both the coarse-to-fine feature extraction common in CNNs and the superior spatial relationship modeling of Transformers. We also propose a new mixture-of-experts (MoE) based decoder, which treats the feature maps from the encoder as experts and selects a suitable set of expert features to predict the label for each pixel. The use of MoE enables better specializations of the expert features and reduces interference between them during inference. Extensive experiments demonstrate that Patcher outperforms state-of-the-art Transformer- and CNN-based approaches significantly on stroke lesion segmentation and polyp segmentation. Code for Patcher is released with publication to facilitate future research.

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