STA-Unet: Rethink the semantic redundant for Medical Imaging Segmentation
Vamsi Krishna Vasa, Wenhui Zhu, Xiwen Chen, Peijie Qiu, Xuanzhao Dong,, Yalin Wang

TL;DR
This paper introduces STA-UNet, a novel architecture combining super token attention with U-Net for improved medical image segmentation, reducing redundancy and enhancing global feature learning.
Contribution
The paper proposes integrating the Super Token Attention mechanism into U-Net to address redundancy issues in transformers for medical imaging segmentation.
Findings
STA-UNet outperforms existing models on four datasets.
Achieves higher Dice scores and IOU metrics.
Reduces computational redundancy in shallow transformer layers.
Abstract
In recent years, significant progress has been made in the medical image analysis domain using convolutional neural networks (CNNs). In particular, deep neural networks based on a U-shaped architecture (UNet) with skip connections have been adopted for several medical imaging tasks, including organ segmentation. Despite their great success, CNNs are not good at learning global or semantic features. Especially ones that require human-like reasoning to understand the context. Many UNet architectures attempted to adjust with the introduction of Transformer-based self-attention mechanisms, and notable gains in performance have been noted. However, the transformers are inherently flawed with redundancy to learn at shallow layers, which often leads to an increase in the computation of attention from the nearby pixels offering limited information. The recently introduced Super Token Attention…
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
TopicsRadiomics and Machine Learning in Medical Imaging · AI in cancer detection · Medical Image Segmentation Techniques
MethodsSoftmax · Attention Is All You Need
