WeChat Mini Program
Old Version Features

ParaTransCNN: Parallelized TransCNN Encoder for Medical Image Segmentation

Hongkun Sun,Jing Xu,Yuping Duan

Computing Research Repository (CoRR)(2024)

Cited 0|Views30
Abstract
The convolutional neural network-based methods have become more and morepopular for medical image segmentation due to their outstanding performance.However, they struggle with capturing long-range dependencies, which areessential for accurately modeling global contextual correlations. Thanks to theability to model long-range dependencies by expanding the receptive field, thetransformer-based methods have gained prominence. Inspired by this, we proposean advanced 2D feature extraction method by combining the convolutional neuralnetwork and Transformer architectures. More specifically, we introduce aparallelized encoder structure, where one branch uses ResNet to extract localinformation from images, while the other branch uses Transformer to extractglobal information. Furthermore, we integrate pyramid structures into theTransformer to extract global information at varying resolutions, especially inintensive prediction tasks. To efficiently utilize the different information inthe parallelized encoder at the decoder stage, we use a channel attentionmodule to merge the features of the encoder and propagate them through skipconnections and bottlenecks. Intensive numerical experiments are performed onboth aortic vessel tree, cardiac, and multi-organ datasets. By comparing withstate-of-the-art medical image segmentation methods, our method is shown withbetter segmentation accuracy, especially on small organs. The code is publiclyavailable on https://github.com/HongkunSun/ParaTransCNN.
More
Translated text
PDF
Bibtex
AI Read Science
AI Summary
AI Summary is the key point extracted automatically understanding the full text of the paper, including the background, methods, results, conclusions, icons and other key content, so that you can get the outline of the paper at a glance.
Example
Background
Key content
Introduction
Methods
Results
Related work
Fund
Key content
  • Pretraining has recently greatly promoted the development of natural language processing (NLP)
  • We show that M6 outperforms the baselines in multimodal downstream tasks, and the large M6 with 10 parameters can reach a better performance
  • We propose a method called M6 that is able to process information of multiple modalities and perform both single-modal and cross-modal understanding and generation
  • The model is scaled to large model with 10 billion parameters with sophisticated deployment, and the 10 -parameter M6-large is the largest pretrained model in Chinese
  • Experimental results show that our proposed M6 outperforms the baseline in a number of downstream tasks concerning both single modality and multiple modalities We will continue the pretraining of extremely large models by increasing data to explore the limit of its performance
Try using models to generate summary,it takes about 60s
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Related Papers
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:我们提出了一种结合卷积神经网络和Transformer架构的先进二维特征提取方法。其中,通过并行化编码器结构,在一支使用ResNet提取局部信息的同时,另一支使用Transformer提取全局信息。此外,我们还将金字塔结构整合到Transformer中,以在密集预测任务中提取不同分辨率的全局信息。在解码器阶段,我们使用通道注意模块将编码器的特征进行融合,并通过跳跃连接和瓶颈传播。通过与最先进的医学图像分割方法进行比较,我们的方法在小器官尤其表现出更好的分割准确性。

方法】:将卷积神经网络和Transformer架构相结合,通过并行化编码器结构实现局部和全局信息的提取,并使用通道注意模块进行特征融合和传播。

实验】:我们在主动脉血管树、心脏和多器官数据集上进行了大量的数值实验证明。通过与最先进的医学图像分割方法进行比较,我们的方法表现出更好的分割准确性,尤其在小器官上。代码公开在https://github.com/HongkunSun/ParaTransCNN。