论文标题
Patcher:与专家混合的补丁变压器,用于精确的医疗图像分割
Patcher: Patch Transformers with Mixture of Experts for Precise Medical Image Segmentation
论文作者
论文摘要
我们提出了一个新的编码器视觉变压器体系结构Patcher,用于医疗图像分割。与标准视觉变压器不同,它采用了斑块块,将图像分为大斑块,每个图像进一步分为小斑块。变压器被应用于一个大斑块中的小斑块,该贴片约束每个像素的接受场。我们故意使大斑块重叠以增强斑点内通信。编码器采用一系列层叠板块,并具有越来越多的接收场,以从局部到全球水平提取特征。这种设计使Patcher可以从CNN中常见的粗到精细特征提取和变压器的优质空间关系建模中受益。我们还提出了基于专家的新混合物(MOE)解码器,该解码器将编码器的特征地图视为专家,并选择一组合适的专家功能来预测每个像素的标签。 MOE的使用可以更好地专业特征,并减少推断期间它们之间的干扰。广泛的实验表明,Patcher在中风病变细分和息肉分割方面优于最先进的变压器和基于CNN的方法。 Patcher的代码与出版物一起发布,以促进未来的研究。
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.