CVAug 31, 2023

Laplacian-Former: Overcoming the Limitations of Vision Transformers in Local Texture Detection

arXiv:2309.00108v133 citationsh-index: 45Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in ViT models for medical image segmentation tasks, offering incremental improvements in performance.

The paper tackles the limitation of Vision Transformers in capturing high-frequency image components crucial for local texture detection, particularly in medical image segmentation, and introduces Laplacian-Former, which improves dice scores by +1.87% for multi-organ and +0.76% for skin lesion segmentation compared to SOTA methods.

Vision Transformer (ViT) models have demonstrated a breakthrough in a wide range of computer vision tasks. However, compared to the Convolutional Neural Network (CNN) models, it has been observed that the ViT models struggle to capture high-frequency components of images, which can limit their ability to detect local textures and edge information. As abnormalities in human tissue, such as tumors and lesions, may greatly vary in structure, texture, and shape, high-frequency information such as texture is crucial for effective semantic segmentation tasks. To address this limitation in ViT models, we propose a new technique, Laplacian-Former, that enhances the self-attention map by adaptively re-calibrating the frequency information in a Laplacian pyramid. More specifically, our proposed method utilizes a dual attention mechanism via efficient attention and frequency attention while the efficient attention mechanism reduces the complexity of self-attention to linear while producing the same output, selectively intensifying the contribution of shape and texture features. Furthermore, we introduce a novel efficient enhancement multi-scale bridge that effectively transfers spatial information from the encoder to the decoder while preserving the fundamental features. We demonstrate the efficacy of Laplacian-former on multi-organ and skin lesion segmentation tasks with +1.87\% and +0.76\% dice scores compared to SOTA approaches, respectively. Our implementation is publically available at https://github.com/mindflow-institue/Laplacian-Former

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