UNETR++: Delving into Efficient and Accurate 3D Medical Image Segmentation
Abdelrahman Shaker, Muhammad Maaz, Hanoona Rasheed, Salman Khan,, Ming-Hsuan Yang, Fahad Shahbaz Khan

TL;DR
UNETR++ introduces an efficient 3D medical image segmentation model utilizing a novel paired attention mechanism, achieving state-of-the-art accuracy while significantly reducing computational costs across multiple benchmarks.
Contribution
The paper proposes UNETR++, a novel transformer-based segmentation model with a new efficient paired attention block that reduces complexity and parameters while maintaining high accuracy.
Findings
Sets new state-of-the-art on Synapse with 87.2% Dice score.
Reduces parameters and FLOPs by over 71% compared to previous methods.
Demonstrates high efficiency and accuracy across five benchmark datasets.
Abstract
Owing to the success of transformer models, recent works study their applicability in 3D medical segmentation tasks. Within the transformer models, the self-attention mechanism is one of the main building blocks that strives to capture long-range dependencies. However, the self-attention operation has quadratic complexity which proves to be a computational bottleneck, especially in volumetric medical imaging, where the inputs are 3D with numerous slices. In this paper, we propose a 3D medical image segmentation approach, named UNETR++, that offers both high-quality segmentation masks as well as efficiency in terms of parameters, compute cost, and inference speed. The core of our design is the introduction of a novel efficient paired attention (EPA) block that efficiently learns spatial and channel-wise discriminative features using a pair of inter-dependent branches based on spatial and…
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 · Medical Image Segmentation Techniques
