Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

TFCNs: A CNN-Transformer Hybrid Network for Medical Image Segmentation

About

Medical image segmentation is one of the most fundamental tasks concerning medical information analysis. Various solutions have been proposed so far, including many deep learning-based techniques, such as U-Net, FC-DenseNet, etc. However, high-precision medical image segmentation remains a highly challenging task due to the existence of inherent magnification and distortion in medical images as well as the presence of lesions with similar density to normal tissues. In this paper, we propose TFCNs (Transformers for Fully Convolutional denseNets) to tackle the problem by introducing ResLinear-Transformer (RL-Transformer) and Convolutional Linear Attention Block (CLAB) to FC-DenseNet. TFCNs is not only able to utilize more latent information from the CT images for feature extraction, but also can capture and disseminate semantic features and filter non-semantic features more effectively through the CLAB module. Our experimental results show that TFCNs can achieve state-of-the-art performance with dice scores of 83.72\% on the Synapse dataset. In addition, we evaluate the robustness of TFCNs for lesion area effects on the COVID-19 public datasets. The Python code will be made publicly available on https://github.com/HUANGLIZI/TFCNs.

Zihan Li, Dihan Li, Cangbai Xu, Weice Wang, Qingqi Hong, Qingde Li, Jie Tian• 2022

Related benchmarks

TaskDatasetResultRank
Medical Image SegmentationACDC (test)
Avg DSC77.5
135
Medical Image SegmentationSynapse (test)
Dice83.72
111
Medical Image SegmentationCOVID-19 dataset (test)
Dice Coefficient0.7555
14
Showing 3 of 3 rows

Other info

Code

Follow for update