English

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

Computer Vision and Pattern Recognition 2023-09-14 v2

Abstract

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}.

Keywords

Cite

@article{arxiv.2308.13442,
  title  = {Unlocking Fine-Grained Details with Wavelet-based High-Frequency Enhancement in Transformers},
  author = {Reza Azad and Amirhossein Kazerouni and Alaa Sulaiman and Afshin Bozorgpour and Ehsan Khodapanah Aghdam and Abin Jose and Dorit Merhof},
  journal= {arXiv preprint arXiv:2308.13442},
  year   = {2023}
}

Comments

Accepted in MICCAI 2023 workshop MLMI

R2 v1 2026-06-28T12:04:25.535Z