paper-with-me

Papers

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

2022-07-07 · Zihan Li, Dihan Li, Cangbai Xu, Weice Wang, Qingqi Hong, Qingde Li, Jie Tian

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.

📄 PDF Abstract BibTeX arXiv:2207.03450

Code (1)

huanglizi/tfcns 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

Hybrid-Fusion Transformer for Multisequence MRI

2023-11-02 · Jihoon Cho, Jinah Park

Medical segmentation has grown exponentially through the advent of a fully convolutional network (FCN), and we have now reached a turning point through the success of Transformer. However, the different characteristics o…

Brain Tumor SegmentationImage SegmentationSegmentationSemantic Segmentation+1

HResFormer: Hybrid Residual Transformer for Volumetric Medical Image Segmentation

2024-12-16 · Sucheng Ren, Xiaomeng Li

Vision Transformer shows great superiority in medical image segmentation due to the ability in learning long-range dependency. For medical image segmentation from 3D data, such as computed tomography (CT), existing metho…

AnatomyComputed Tomography (CT)Image SegmentationMedical Image Segmentation+3

PARF-Net: integrating pixel-wise adaptive receptive fields into hybrid Transformer-CNN network for medical image segmentation

2025-01-06 · Xu Ma, Mengsheng Chen, Junhui Zhang, Lijuan Song 외

Convolutional neural networks (CNNs) excel in local feature extraction while Transformers are superior in processing global semantic information. By leveraging the strengths of both, hybrid Transformer-CNN networks have …

Image SegmentationMedical Image SegmentationSemantic Segmentation

A Novel Convolutional-Free Method for 3D Medical Imaging Segmentation

2025-02-08 · Canxuan Gang

Segmentation of 3D medical images is a critical task for accurate diagnosis and treatment planning. Convolutional neural networks (CNNs) have dominated the field, achieving significant success in 3D medical image segment…

3D Medical Imaging SegmentationDomain AdaptationImage SegmentationMedical Image Segmentation+2

Multi-Modal Brain Tumor Segmentation via 3D Multi-Scale Self-attention and Cross-attention

2025-04-12 · Yonghao Huang, Leiting Chen, Chuan Zhou

Due to the success of CNN-based and Transformer-based models in various computer vision tasks, recent works study the applicability of CNN-Transformer hybrid architecture models in 3D multi-modality medical segmentation …

Brain Tumor SegmentationDecoderImage SegmentationMedical Image Segmentation+3