CVAug 25, 2023

Unlocking Fine-Grained Details with Wavelet-based High-Frequency Enhancement in Transformers

arXiv:2308.13442v219 citationsh-index: 45Has Code
Originality Highly original
AI Analysis

This work addresses the problem of accurate segmentation in medical images for diagnosis and treatment planning, offering a novel method to enhance fine-grained details, though it is incremental in improving existing Transformer architectures.

The paper tackles the local feature deficiency in Transformers for medical image segmentation by redesigning self-attention with wavelet-based high-frequency enhancement, achieving state-of-the-art results on multi-organ and skin lesion segmentation benchmarks with concrete performance improvements.

Medical image segmentation is a critical task that plays a vital role in diagnosis, treatment planning, and disease monitoring. Accurate segmentation of anatomical structures and abnormalities from medical images can aid in the early detection and treatment of various diseases. In this paper, we address the local feature deficiency of the Transformer model by carefully re-designing the self-attention map to produce accurate dense prediction in medical images. To this end, we first apply the wavelet transformation to decompose the input feature map into low-frequency (LF) and high-frequency (HF) subbands. The LF segment is associated with coarse-grained features while the HF components preserve fine-grained features such as texture and edge information. Next, we reformulate the self-attention operation using the efficient Transformer to perform both spatial and context attention on top of the frequency representation. Furthermore, to intensify the importance of the boundary information, we impose an additional attention map by creating a Gaussian pyramid on top of the HF components. Moreover, we propose a multi-scale context enhancement block within skip connections to adaptively model inter-scale dependencies to overcome the semantic gap among stages of the encoder and decoder modules. Throughout comprehensive experiments, we demonstrate the effectiveness of our strategy on multi-organ and skin lesion segmentation benchmarks. The implementation code will be available upon acceptance. \href{https://github.com/mindflow-institue/WaveFormer}{GitHub}.

Code Implementations2 repos
Foundations

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

Your Notes