CAMS: Convolution and Attention-Free Mamba-based Cardiac Image Segmentation
Abbas Khan, Muhammad Asad, Martin Benning, Caroline Roney, Gregory, Slabaugh

TL;DR
CAMS-Net introduces a novel convolution and self-attention-free segmentation model using Mamba-based modules, achieving state-of-the-art results in cardiac image segmentation with reduced complexity and parameters.
Contribution
The paper presents a new segmentation network that eliminates convolution and self-attention, utilizing Mamba-based modules with novel aggregators and a LIFM block for improved efficiency and performance.
Findings
Outperforms existing CNN, Transformer, and Mamba-based methods on cardiac datasets.
Achieves linear computational complexity and fewer parameters.
Provides source code and pre-trained models for reproducibility.
Abstract
Convolutional Neural Networks (CNNs) and Transformer-based self-attention models have become the standard for medical image segmentation. This paper demonstrates that convolution and self-attention, while widely used, are not the only effective methods for segmentation. Breaking with convention, we present a Convolution and self-Attention-free Mamba-based semantic Segmentation Network named CAMS-Net. Specifically, we design Mamba-based Channel Aggregator and Spatial Aggregator, which are applied independently in each encoder-decoder stage. The Channel Aggregator extracts information across different channels, and the Spatial Aggregator learns features across different spatial locations. We also propose a Linearly Interconnected Factorized Mamba (LIFM) block to reduce the computational complexity of a Mamba block and to enhance its decision function by introducing a non-linearity between…
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
TopicsMedical Image Segmentation Techniques · Brain Tumor Detection and Classification · Advanced Neural Network Applications
MethodsAttention Is All You Need · Byte Pair Encoding · Absolute Position Encodings · Softmax · Label Smoothing · Dropout · Layer Normalization · Position-Wise Feed-Forward Layer · Linear Layer · Adam
