English

Cats: Complementary CNN and Transformer Encoders for Segmentation

Image and Video Processing 2022-08-25 v1 Computer Vision and Pattern Recognition

Abstract

Recently, deep learning methods have achieved state-of-the-art performance in many medical image segmentation tasks. Many of these are based on convolutional neural networks (CNNs). For such methods, the encoder is the key part for global and local information extraction from input images; the extracted features are then passed to the decoder for predicting the segmentations. In contrast, several recent works show a superior performance with the use of transformers, which can better model long-range spatial dependencies and capture low-level details. However, transformer as sole encoder underperforms for some tasks where it cannot efficiently replace the convolution based encoder. In this paper, we propose a model with double encoders for 3D biomedical image segmentation. Our model is a U-shaped CNN augmented with an independent transformer encoder. We fuse the information from the convolutional encoder and the transformer, and pass it to the decoder to obtain the results. We evaluate our methods on three public datasets from three different challenges: BTCV, MoDA and Decathlon. Compared to the state-of-the-art models with and without transformers on each task, our proposed method obtains higher Dice scores across the board.

Keywords

Cite

@article{arxiv.2208.11572,
  title  = {Cats: Complementary CNN and Transformer Encoders for Segmentation},
  author = {Hao Li and Dewei Hu and Han Liu and Jiacheng Wang and Ipek Oguz},
  journal= {arXiv preprint arXiv:2208.11572},
  year   = {2022}
}
R2 v1 2026-06-25T01:56:12.706Z