BATFormer: Towards Boundary-Aware Lightweight Transformer for Efficient Medical Image Segmentation
Xian Lin, Li Yu, Kwang-Ting Cheng, and Zengqiang Yan

TL;DR
BATFormer introduces a boundary-aware lightweight transformer that enhances medical image segmentation by reducing computational complexity and preserving shape details through adaptive window partitioning and cross-scale global interaction.
Contribution
The paper proposes BATFormer, a novel transformer architecture with boundary-aware modules and adaptive window partitioning, improving efficiency and segmentation accuracy in medical imaging.
Findings
Achieves state-of-the-art Dice scores on ACDC and ISIC 2018 datasets.
Requires fewer parameters and less computation than existing methods.
Effectively preserves shape boundaries in segmentation tasks.
Abstract
Objective: Transformers, born to remedy the inadequate receptive fields of CNNs, have drawn explosive attention recently. However, the daunting computational complexity of global representation learning, together with rigid window partitioning, hinders their deployment in medical image segmentation. This work aims to address the above two issues in transformers for better medical image segmentation. Methods: We propose a boundary-aware lightweight transformer (BATFormer) that can build cross-scale global interaction with lower computational complexity and generate windows flexibly under the guidance of entropy. Specifically, to fully explore the benefits of transformers in long-range dependency establishment, a cross-scale global transformer (CGT) module is introduced to jointly utilize multiple small-scale feature maps for richer global features with lower computational complexity.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Brain Tumor Detection and Classification · Medical Imaging and Analysis
MethodsAttention Is All You Need · Linear Layer · Softmax · Multi-Head Attention · Residual Connection · Label Smoothing · Dropout · Layer Normalization · Absolute Position Encodings · Dense Connections
