paper-with-me

Papers

Beyond Self-Attention: Deformable Large Kernel Attention for Medical Image Segmentation

2023-08-31 · Reza Azad, Leon Niggemeier, Michael Huttemann, Amirhossein Kazerouni, Ehsan Khodapanah Aghdam, Yury Velichko, Ulas Bagci, Dorit Merhof

Medical image segmentation has seen significant improvements with transformer models, which excel in grasping far-reaching contexts and global contextual information. However, the increasing computational demands of these models, proportional to the squared token count, limit their depth and resolution capabilities. Most current methods process D volumetric image data slice-by-slice (called pseudo 3D), missing crucial inter-slice information and thus reducing the model's overall performance. To address these challenges, we introduce the concept of \textbf{Deformable Large Kernel Attention (D-LKA Attention)}, a streamlined attention mechanism employing large convolution kernels to fully appreciate volumetric context. This mechanism operates within a receptive field akin to self-attention while sidestepping the computational overhead. Additionally, our proposed attention mechanism benefits from deformable convolutions to flexibly warp the sampling grid, enabling the model to adapt appropriately to diverse data patterns. We designed both 2D and 3D adaptations of the D-LKA Attention, with the latter excelling in cross-depth data understanding. Together, these components shape our novel hierarchical Vision Transformer architecture, the \textit{D-LKA Net}. Evaluations of our model against leading methods on popular medical segmentation datasets (Synapse, NIH Pancreas, and Skin lesion) demonstrate its superior performance. Our code implementation is publicly available at the: https://github.com/mindflow-institue/deformableLKA

📄 PDF Abstract BibTeX arXiv:2309.00121

Code (1)

xmindflow/deformableLKA 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Vision Transformer with Deformable Attention

2022-01-03 · CVPR 2022 1 · Zhuofan Xia, Xuran Pan, Shiji Song, Li Erran Li 외

Transformers have recently shown superior performances on various vision tasks. The large, sometimes even global, receptive field endows Transformer models with higher representation power over their CNN counterparts. Ne…

image-classificationImage ClassificationObject DetectionSemantic Segmentation

Deformable Convolution Module with Globally Learned Relative Offsets for Fundus Vessel Segmentation

2025-07-24 · Lexuan Zhu, Yuxuan Li, Yuning Ren arxiv

Deformable convolution can adaptively change the shape of convolution kernel by learning offsets to deal with complex shape features. We propose a novel plug and play deformable convolutional module that uses attention a…

Deformable Kernel Convolutional Network for Video Extreme Super-Resolution

2020-10-01 · Xuan Xu, Xin Xiong, Jinge Wang, Xin Li

Video super-resolution, which attempts to reconstruct high-resolution video frames from their corresponding low-resolution versions, has received increasingly more attention in recent years. Most existing approaches opt …

Super-ResolutionVideo Super-Resolution

Towards 3D Semantic Scene Completion for Autonomous Driving: A Meta-Learning Framework Empowered by Deformable Large-Kernel Attention and Mamba Model

2024-11-06 · Yansong Qu, Zilin Huang, Zihao Sheng, Tiantian Chen 외

Semantic scene completion (SSC) is essential for achieving comprehensive perception in autonomous driving systems. However, existing SSC methods often overlook the high deployment costs in real-world applications. Tradit…

3D Semantic Scene CompletionAutonomous DrivingAutonomous VehiclesMamba+2

DAT++: Spatially Dynamic Vision Transformer with Deformable Attention

2023-09-04 · Zhuofan Xia, Xuran Pan, Shiji Song, Li Erran Li 외

Transformers have shown superior performance on various vision tasks. Their large receptive field endows Transformer models with higher representation power than their CNN counterparts. Nevertheless, simply enlarging the…

Image ClassificationInstance SegmentationObject DetectionSemantic Segmentation