IVCVNov 17, 2022

Parameter-Efficient Transformer with Hybrid Axial-Attention for Medical Image Segmentation

arXiv:2211.09533v12 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses the challenge of applying transformers to small-scale medical data, offering an incremental improvement for clinical applications.

The paper tackled the problem of transformers requiring large-scale pre-training for medical image segmentation by proposing a parameter-efficient transformer with hybrid axial-attention, achieving superior results on BraTS and Covid19 datasets.

Transformers have achieved remarkable success in medical image analysis owing to their powerful capability to use flexible self-attention mechanism. However, due to lacking intrinsic inductive bias in modeling visual structural information, they generally require a large-scale pre-training schedule, limiting the clinical applications over expensive small-scale medical data. To this end, we propose a parameter-efficient transformer to explore intrinsic inductive bias via position information for medical image segmentation. Specifically, we empirically investigate how different position encoding strategies affect the prediction quality of the region of interest (ROI), and observe that ROIs are sensitive to the position encoding strategies. Motivated by this, we present a novel Hybrid Axial-Attention (HAA), a form of position self-attention that can be equipped with spatial pixel-wise information and relative position information as inductive bias. Moreover, we introduce a gating mechanism to alleviate the burden of training schedule, resulting in efficient feature selection over small-scale datasets. Experiments on the BraTS and Covid19 datasets prove the superiority of our method over the baseline and previous works. Internal workflow visualization with interpretability is conducted to better validate our success.

Foundations

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

Your Notes