CVJul 2, 2021

UTNet: A Hybrid Transformer Architecture for Medical Image Segmentation

arXiv:2107.00781v2614 citations
Originality Incremental advance
AI Analysis

This addresses the problem of accurate and robust medical image segmentation for healthcare applications, representing an incremental improvement by combining existing Transformer and CNN techniques.

The authors tackled medical image segmentation by proposing UTNet, a hybrid Transformer-CNN architecture that integrates efficient self-attention to capture long-range dependencies with minimal overhead, achieving superior performance and robustness on a cardiac MRI dataset compared to state-of-the-art methods.

Transformer architecture has emerged to be successful in a number of natural language processing tasks. However, its applications to medical vision remain largely unexplored. In this study, we present UTNet, a simple yet powerful hybrid Transformer architecture that integrates self-attention into a convolutional neural network for enhancing medical image segmentation. UTNet applies self-attention modules in both encoder and decoder for capturing long-range dependency at different scales with minimal overhead. To this end, we propose an efficient self-attention mechanism along with relative position encoding that reduces the complexity of self-attention operation significantly from $O(n^2)$ to approximate $O(n)$. A new self-attention decoder is also proposed to recover fine-grained details from the skipped connections in the encoder. Our approach addresses the dilemma that Transformer requires huge amounts of data to learn vision inductive bias. Our hybrid layer design allows the initialization of Transformer into convolutional networks without a need of pre-training. We have evaluated UTNet on the multi-label, multi-vendor cardiac magnetic resonance imaging cohort. UTNet demonstrates superior segmentation performance and robustness against the state-of-the-art approaches, holding the promise to generalize well on other medical image segmentations.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes