CVAIApr 28, 2023

DIAMANT: Dual Image-Attention Map Encoders For Medical Image Segmentation

arXiv:2304.14571v1h-index: 58
Originality Incremental advance
AI Analysis

This work addresses the challenge of deploying efficient segmentation models in real-world medical imaging scenarios, though it is incremental as it builds on existing attention mechanisms.

The authors tackled the problem of high computational cost and complexity in transformer-based medical image segmentation by proposing a purely convolutional architecture that uses attention maps from a pre-trained vision transformer (DINO) as additional input, achieving superior performance over U-Net and state-of-the-art models on two public datasets.

Although purely transformer-based architectures showed promising performance in many computer vision tasks, many hybrid models consisting of CNN and transformer blocks are introduced to fit more specialized tasks. Nevertheless, despite the performance gain of both pure and hybrid transformer-based architectures compared to CNNs in medical imaging segmentation, their high training cost and complexity make it challenging to use them in real scenarios. In this work, we propose simple architectures based on purely convolutional layers, and show that by just taking advantage of the attention map visualizations obtained from a self-supervised pretrained vision transformer network (e.g., DINO) one can outperform complex transformer-based networks with much less computation costs. The proposed architecture is composed of two encoder branches with the original image as input in one branch and the attention map visualizations of the same image from multiple self-attention heads from a pre-trained DINO model (as multiple channels) in the other branch. The results of our experiments on two publicly available medical imaging datasets show that the proposed pipeline outperforms U-Net and the state-of-the-art medical image segmentation models.

Foundations

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

Your Notes