TransAttUnet: Multi-level Attention-guided U-Net with Transformer for Medical Image Segmentation
Bingzhi Chen, Yishu Liu, Zheng Zhang, Guangming Lu, Adams Wai Kin Kong

TL;DR
TransAttUnet introduces a Transformer-based attention mechanism with multi-scale skip connections to improve medical image segmentation accuracy by capturing long-range dependencies and preserving fine details.
Contribution
It proposes a novel Transformer-guided attention network with multi-scale skip connections, enhancing segmentation performance over existing convolutional models.
Findings
Outperforms state-of-the-art methods on multiple datasets
Effectively captures non-local interactions in medical images
Improves preservation of fine details in segmentation results
Abstract
Accurate segmentation of organs or lesions from medical images is crucial for reliable diagnosis of diseases and organ morphometry. In recent years, convolutional encoder-decoder solutions have achieved substantial progress in the field of automatic medical image segmentation. Due to the inherent bias in the convolution operations, prior models mainly focus on local visual cues formed by the neighboring pixels, but fail to fully model the long-range contextual dependencies. In this paper, we propose a novel Transformer-based Attention Guided Network called TransAttUnet, in which the multi-level guided attention and multi-scale skip connection are designed to jointly enhance the performance of the semantical segmentation architecture. Inspired by Transformer, the self-aware attention (SAA) module with Transformer Self Attention (TSA) and Global Spatial Attention (GSA) is incorporated…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Radiomics and Machine Learning in Medical Imaging · AI in cancer detection
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Adam · Label Smoothing · Convolution · Residual Connection · Dense Connections
