Table of Contents
Fetching ...

CenterMamba-SAM: Center-Prioritized Scanning and Temporal Prototypes for Brain Lesion Segmentation

Yu Tian, Zhongheng Yang, Chenshi Liu, Yiyun Su, Ziwei Hong, Zexi Gong, Jingyuan Xu

TL;DR

CenterMamba-SAM tackles brain lesion segmentation under anisotropic and cross-slice variability by freezing a pretrained backbone and using lightweight adapters. It introduces a CenterMamba encoder with a local 3-by-3 scanning pattern, a memory-driven structural prior synthesis to generate cross-slice prompts, and a memory-augmented decoder with multi-scale refinement. Across a five-dataset brain-lesion benchmark and an ImageNet backbone study, the approach achieves state-of-the-art results with strong recall for small lesions while maintaining efficiency. The method demonstrates how anatomical priors, memory prompts, and lightweight adaptation can enable robust, scalable clinical segmentation without interactive prompts.

Abstract

Brain lesion segmentation remains challenging due to small, low-contrast lesions, anisotropic sampling, and cross-slice discontinuities. We propose CenterMamba-SAM, an end-to-end framework that freezes a pretrained backbone and trains only lightweight adapters for efficient fine-tuning. At its core is the CenterMamba encoder, which employs a novel 3x3 corner-axis-center short-sequence scanning strategy to enable center-prioritized, axis-reinforced, and diagonally compensated information aggregation. This design enhances sensitivity to weak boundaries and tiny foci while maintaining sparse yet effective feature representation. A memory-driven structural prompt generator maintains a prototype bank across neighboring slices, enabling automatic synthesis of reliable prompts without user interaction, thereby improving inter-slice coherence. The memory-augmented multi-scale decoder integrates memory attention modules at multiple levels, combining deep supervision with progressive refinement to restore fine details while preserving global consistency. Extensive experiments on public benchmarks demonstrate that CenterMamba-SAM achieves state-of-the-art performance in brain lesion segmentation.

CenterMamba-SAM: Center-Prioritized Scanning and Temporal Prototypes for Brain Lesion Segmentation

TL;DR

CenterMamba-SAM tackles brain lesion segmentation under anisotropic and cross-slice variability by freezing a pretrained backbone and using lightweight adapters. It introduces a CenterMamba encoder with a local 3-by-3 scanning pattern, a memory-driven structural prior synthesis to generate cross-slice prompts, and a memory-augmented decoder with multi-scale refinement. Across a five-dataset brain-lesion benchmark and an ImageNet backbone study, the approach achieves state-of-the-art results with strong recall for small lesions while maintaining efficiency. The method demonstrates how anatomical priors, memory prompts, and lightweight adaptation can enable robust, scalable clinical segmentation without interactive prompts.

Abstract

Brain lesion segmentation remains challenging due to small, low-contrast lesions, anisotropic sampling, and cross-slice discontinuities. We propose CenterMamba-SAM, an end-to-end framework that freezes a pretrained backbone and trains only lightweight adapters for efficient fine-tuning. At its core is the CenterMamba encoder, which employs a novel 3x3 corner-axis-center short-sequence scanning strategy to enable center-prioritized, axis-reinforced, and diagonally compensated information aggregation. This design enhances sensitivity to weak boundaries and tiny foci while maintaining sparse yet effective feature representation. A memory-driven structural prompt generator maintains a prototype bank across neighboring slices, enabling automatic synthesis of reliable prompts without user interaction, thereby improving inter-slice coherence. The memory-augmented multi-scale decoder integrates memory attention modules at multiple levels, combining deep supervision with progressive refinement to restore fine details while preserving global consistency. Extensive experiments on public benchmarks demonstrate that CenterMamba-SAM achieves state-of-the-art performance in brain lesion segmentation.

Paper Structure

This paper contains 11 sections, 7 equations, 2 figures, 3 tables.

Figures (2)

  • Figure 1: Scan strategies across EVMamba, Vision Mamba, VMamba, and our CenterMamba.
  • Figure 2: Overall architecture of CenterMamba-SAM.