Segmentation of Coronary Artery Stenosis in X-ray Angiography using Mamba Models
Ali Rostami, Fatemeh Fouladi, Hedieh Sajedi
TL;DR
This work tackles automated segmentation of coronary artery stenosis in X-ray angiography, a challenging problem due to noisy, blurred vessels and imbalanced data. It systematically evaluates five Mamba-based U-Net variants and a Swin Transformer-based model for stenosis localization on the ARCADE/XCA dataset, including encoders that place Mamba blocks in various network regions. The U-Mamba BOT variant achieves the highest F1 score of 0.6879 (68.79%), beating a semi-supervised baseline by 11.8%, with LightM-UNet offering the smallest parameter count. The findings highlight the efficacy of selective state-space models, particularly SS2D Visual State Space blocks, for efficient 2D context modeling in medical image segmentation and suggest practical utility in CAD assessment workflows.
Abstract
Coronary artery disease stands as one of the primary contributors to global mortality rates. The automated identification of coronary artery stenosis from X-ray images plays a critical role in the diagnostic process for coronary heart disease. This task is challenging due to the complex structure of coronary arteries, intrinsic noise in X-ray images, and the fact that stenotic coronary arteries appear narrow and blurred in X-ray angiographies. This study employs five different variants of the Mamba-based model and one variant of the Swin Transformer-based model, primarily based on the U-Net architecture, for the localization of stenosis in Coronary artery disease. Our best results showed an F1 score of 68.79% for the U-Mamba BOT model, representing an 11.8% improvement over the semi-supervised approach.
