ICASSP 2022accepted0 citations

TCRNet: Make Transformer, CNN and RNN Complement Each Other

Xinxin Shan, Tai Ma, Anqi Gu, Haibin Cai, Ying Wen

Abstract

Recently, several Transformer-based methods have been presented to improve image segmentation. However, since Transformer needs regular square images and has difficulty in obtaining local feature information, the performance of image segmentation is seriously affected. In this paper, we propose a novel encoder-decoder network named TCRNet, which makes Transformer, Convolutional neural network (CNN) and Recurrent neural network (RNN) complement each other. In the encoder, we extract and concatenate the feature maps from Transformer and CNN to effectively capture global and local feature information of images. Then in the decoder, we utilize convolutional RNN in the proposed recurrent decoding unit to refine the feature maps from the decoder for finer prediction. Experimental results on three medical datasets demonstrate that TCRNet effectively improves the segmentation precision.

BibTeX
@inproceedings{icassp2022_tcrnetmaketransf,
  title = {TCRNet: Make Transformer, CNN and RNN Complement Each Other},
  author = {Xinxin Shan and Tai Ma and Anqi Gu and Haibin Cai and Ying Wen},
  booktitle = {ICASSP 2022},
  year = {2022}
}