FcTC-UNet: Fine-grained Combination of Transformer and CNN for Thoracic Organs Segmentation

Liang Qiao,Qiang Liu,Jun Shi,Minfan Zhao,Hongyu Kan,Zhaohui Wang,Hong An,Chenguang Xiao,Shuo Wang
DOI: https://doi.org/10.1109/embc48229.2022.9870880
2022-01-01
Abstract:Precise segmentation of organs at risk (OARs) in computed tomography (CT) images is an essential step for lung cancer radiotherapy. However, the manual delineation of OARs is time-consuming and subject to inter-observer variation. Although U-like architecture has achieved great success in medical image segmentation recently, it exhibits the limitations in modeling long-range dependencies. As an alternative structure, Transformers have emerged due to the outstanding capability of capturing the global contextual information provided by Self-Attention(SA) mechanism. However, Transformers need more computational cost than CNNs for introducing the SA module. In this paper, we propose a novel module named fine-grained combination of Transformer and CNN(FcTC). FcTC module is composed of dual-path extractor and fusing unit to effectively extract local information and model long-distance dependency. Then we build FcTC-UNet to automatically segment the OARs in thoracic CT images. The experiments results demonstrate that the proposed method achieves better performance over other state-of-the-art methods.
What problem does this paper attempt to address?