Is Mamba Reliable for Medical Imaging?
Banafsheh Saber Latibari, Najmeh Nazari, Daniel Brignac, Hossein Sayadi, Houman Homayoun, Abhijit Mahalanobis
TL;DR
The paper tackles the reliability of Mamba-based medical imaging models under both software and hardware threat models. It combines a broad input-level robustness evaluation (FGSM, PGD, information drop, and corruptions) with a hardware-inspired bit-flip analysis (random, layer-wise, and worst-case) to reveal vulnerability patterns across MedMNIST datasets. Key findings show that, despite high clean accuracy, PGD can severely degrade performance and that even a single high-impact exponent-bit flip can collapse accuracy to near-random levels, particularly in early feature extractors and SSM modules. The work highlights the need for adversarially robust and fault-tolerant training and deployment strategies before clinical use, emphasizing practical safeguards for memory faults and distribution shifts.
Abstract
State-space models like Mamba offer linear-time sequence processing and low memory, making them attractive for medical imaging. However, their robustness under realistic software and hardware threat models remains underexplored. This paper evaluates Mamba on multiple MedM-NIST classification benchmarks under input-level attacks, including white-box adversarial perturbations (FGSM/PGD), occlusion-based PatchDrop, and common acquisition corruptions (Gaussian noise and defocus blur) as well as hardware-inspired fault attacks emulated in software via targeted and random bit-flip injections into weights and activations. We profile vulnerabilities and quantify impacts on accuracy indicating that defenses are needed for deployment.
