paper-with-me

홈 › Papers

APAUNet: Axis Projection Attention UNet for Small Target in 3D Medical Segmentation

2022-10-04 · Yuncheng Jiang, Zixun Zhang, Shixi Qin, Yao Guo, Zhen Li, Shuguang Cui

In 3D medical image segmentation, small targets segmentation is crucial for diagnosis but still faces challenges. In this paper, we propose the Axis Projection Attention UNet, named APAUNet, for 3D medical image segmentation, especially for small targets. Considering the large proportion of the background in the 3D feature space, we introduce a projection strategy to project the 3D features into three orthogonal 2D planes to capture the contextual attention from different views. In this way, we can filter out the redundant feature information and mitigate the loss of critical information for small lesions in 3D scans. Then we utilize a dimension hybridization strategy to fuse the 3D features with attention from different axes and merge them by a weighted summation to adaptively learn the importance of different perspectives. Finally, in the APA Decoder, we concatenate both high and low resolution features in the 2D projection process, thereby obtaining more precise multi-scale information, which is vital for small lesion segmentation. Quantitative and qualitative experimental results on two public datasets (BTCV and MSD) demonstrate that our proposed APAUNet outperforms the other methods. Concretely, our APAUNet achieves an average dice score of 87.84 on BTCV, 84.48 on MSD-Liver and 69.13 on MSD-Pancreas, and significantly surpass the previous SOTA methods on small targets.

📄 PDF Abstract BibTeX arXiv:2210.01485

Code (1)

zx33/apaunet 공식 구현 pytorch

Tasks

DecoderImage SegmentationLesion SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

APA 설명 없음

Similar Papers 제목 키워드 기반

FMD-TransUNet: Abdominal Multi-Organ Segmentation Based on Frequency Domain Multi-Axis Representation Learning and Dual Attention Mechanisms

2025-09-19 · Fang Lu, Jingyu Xu, Qinxiu Sun, Qiong Lou arxiv

Accurate abdominal multi-organ segmentation is critical for clinical applications. Although numerous deep learning-based automatic segmentation methods have been developed, they still struggle to segment small, irregular…

Representation Learning

MEW-UNet: Multi-axis representation learning in frequency domain for medical image segmentation

2022-10-25 · Jiacheng Ruan, Mingye Xie, Suncheng Xiang, Ting Liu 외

Recently, Visual Transformer (ViT) has been widely used in various fields of computer vision due to applying self-attention mechanism in the spatial domain to modeling global knowledge. Especially in medical image segmen…

Image SegmentationMedical Image SegmentationRepresentation LearningSemantic Segmentation

MALUNet: A Multi-Attention and Light-weight UNet for Skin Lesion Segmentation

2022-11-03 · Jiacheng Ruan, Suncheng Xiang, Mingye Xie, Ting Liu 외

Recently, some pioneering works have preferred applying more complex modules to improve segmentation performances. However, it is not friendly for actual clinical environments due to limited computing resources. To addre…

Image SegmentationLesion SegmentationMedical Image SegmentationSegmentation+2

Learning Multi-axis Representation in Frequency Domain for Medical Image Segmentation

2023-12-28 · Jiacheng Ruan, Jingsheng Gao, Mingye Xie, Suncheng Xiang

Recently, Visual Transformer (ViT) has been extensively used in medical image segmentation (MIS) due to applying self-attention mechanism in the spatial domain to modeling global knowledge. However, many studies have foc…

Image SegmentationMedical Image SegmentationSemantic Segmentation

MaxViT-UNet: Multi-Axis Attention for Medical Image Segmentation

2023-05-15 · Abdul Rehman Khan, Asifullah Khan

Since their emergence, Convolutional Neural Networks (CNNs) have made significant strides in medical image analysis. However, the local nature of the convolution operator may pose a limitation for capturing global and lo…

DecoderFlood extent forecastingImage SegmentationInductive Bias+4