UltraLBM-UNet: Ultralight Bidirectional Mamba-based Model for Skin Lesion Segmentation
Linxuan Fan, Juntao Jiang, Weixuan Liu, Zhucun Xue, Jiajun Lv, Jiangning Zhang, Yong Liu
TL;DR
<3-5 sentence high-level summary> UltraLBM-UNet tackles the need for accurate, robust skin lesion segmentation in resource-constrained, point-of-care settings. It fuses global context via a bidirectional Mamba-based state-space mechanism with local detail through multi-branch perception (GLMBP and LMBP), and introduces scalable skip connections. A hybrid distillation strategy enables an ultra-compact student (UltraLBM-UNet-T) that preserves segmentation quality with dramatically fewer parameters and FLOPs. Evaluations on ISIC 2017/2018 and PH2 demonstrate state-of-the-art performance among lightweight models and strong generalization, highlighting its practical potential for on-device dermatology workflows.
Abstract
Skin lesion segmentation is a crucial step in dermatology for guiding clinical decision-making. However, existing methods for accurate, robust, and resource-efficient lesion analysis have limitations, including low performance and high computational complexity. To address these limitations, we propose UltraLBM-UNet, a lightweight U-Net variant that integrates a bidirectional Mamba-based global modeling mechanism with multi-branch local feature perception. The proposed architecture integrates efficient local feature injection with bidirectional state-space modeling, enabling richer contextual interaction across spatial dimensions while maintaining computational compactness suitable for point-of-care deployment. Extensive experiments on the ISIC 2017, ISIC 2018, and PH2 datasets demonstrate that our model consistently achieves state-of-the-art segmentation accuracy, outperforming existing lightweight and Mamba counterparts with only 0.034M parameters and 0.060 GFLOPs. In addition, we introduce a hybrid knowledge distillation strategy to train an ultra-compact student model, where the distilled variant UltraLBM-UNet-T, with only 0.011M parameters and 0.019 GFLOPs, achieves competitive segmentation performance. These results highlight the suitability of UltraLBM-UNet for point-of-care deployment, where accurate and robust lesion analyses are essential. The source code is publicly available at https://github.com/LinLinLin-X/UltraLBM-UNet.
