paper-with-me

홈 › Papers

ParaTransCNN: Parallelized TransCNN Encoder for Medical Image Segmentation

2024-01-27 · Hongkun Sun, Jing Xu, Yuping Duan

The convolutional neural network-based methods have become more and more popular for medical image segmentation due to their outstanding performance. However, they struggle with capturing long-range dependencies, which are essential for accurately modeling global contextual correlations. Thanks to the ability to model long-range dependencies by expanding the receptive field, the transformer-based methods have gained prominence. Inspired by this, we propose an advanced 2D feature extraction method by combining the convolutional neural network and Transformer architectures. More specifically, we introduce a parallelized encoder structure, where one branch uses ResNet to extract local information from images, while the other branch uses Transformer to extract global information. Furthermore, we integrate pyramid structures into the Transformer to extract global information at varying resolutions, especially in intensive prediction tasks. To efficiently utilize the different information in the parallelized encoder at the decoder stage, we use a channel attention module to merge the features of the encoder and propagate them through skip connections and bottlenecks. Intensive numerical experiments are performed on both aortic vessel tree, cardiac, and multi-organ datasets. By comparing with state-of-the-art medical image segmentation methods, our method is shown with better segmentation accuracy, especially on small organs. The code is publicly available on https://github.com/HongkunSun/ParaTransCNN.

📄 PDF Abstract BibTeX arXiv:2401.15307

Code (1)

hongkunsun/paratranscnn 공식 구현 pytorch

Tasks

DecoderImage SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Distributing Deep Learning Hyperparameter Tuning for 3D Medical Image Segmentation

2021-10-29 · Josep Lluis Berral, Oriol Aranda, Juan Luis Dominguez, Jordi Torres

Most research on novel techniques for 3D Medical Image Segmentation (MIS) is currently done using Deep Learning with GPU accelerators. The principal challenge of such technique is that a single input can easily cope comp…

BenchmarkingBrain Tumor SegmentationDeep LearningGPU+5

Aftab: A Comprehensive Benchmark of CNN Encoders and Advanced Value Functions in Parallelized Q-Networks

2026-08-07 · Taha Shieenavaz, Shabnam Zareshahraki, Loris Nanni arxiv

Recent advancements in deep reinforcement learning have increasingly favored simplified, highly parallelized paradigms. Notably, the Parallelized Q-Network (PQN) algorithm enables off-policy value learning without relyin…

Computational EfficiencyRepresentation LearningReinforcement Learning

Efficient Learned Wavelet Image and Video Coding

2024-05-21 · Anna Meyer, Srivatsa Prativadibhayankaram, André Kaup

Learned wavelet image and video coding approaches provide an explainable framework with a latent space corresponding to a wavelet decomposition. The wavelet image coder iWave++ achieves state-of-the-art performance and h…

Data CompressionVideo Compression

Iterative Deep Convolutional Encoder-Decoder Network for Medical Image Segmentation

2017-08-11 · Jung Uk Kim, Hak Gu Kim, Yong Man Ro

In this paper, we propose a novel medical image segmentation using iterative deep learning framework. We have combined an iterative learning approach and an encoder-decoder network to improve segmentation results, which …

DecoderDeep LearningImage SegmentationMedical Image Segmentation+2

Stacked Autoencoders for Medical Image Search

2016-10-02 · S. Sharma, I. Umar, L. Ospina, D. Wong 외

Medical images can be a valuable resource for reliable information to support medical diagnosis. However, the large volume of medical images makes it challenging to retrieve relevant information given a particular scenar…

Content-Based Image RetrievalImage RetrievalMedical DiagnosisRetrieval