Multi-View Stenosis Classification Leveraging Transformer-Based Multiple-Instance Learning Using Real-World Clinical Data
Nikola Cenikj, Özgün Turgut, Alexander Müller, Alexander Steger, Jan Kehrer, Marcus Brugger, Daniel Rueckert, Eimo Martens, Philip Müller
TL;DR
This work tackles coronary stenosis diagnosis from multi-view angiography by reframing it as a patient-level prediction problem amenable to multiple-instance learning. The authors introduce SegmentMIL, a transformer-based MIL model that uses a single, shared encoder across views, a decoder with learned queries, and a three-level supervision scheme to produce patient-, artery-, and segment-level predictions, along with zero-shot artery segmentation maps. Trained on real-world hospital data without view-level labels, SegmentMIL leverages temporal context by processing multiple frames per view and demonstrates strong AUC performance on internal and external datasets, outperforming view-level and MIL baselines. The approach offers clinically meaningful, interpretable predictions and localization without expensive annotations, highlighting practical potential and avenues for future enhancement with richer temporal modeling and clinical context.
Abstract
Coronary artery stenosis is a leading cause of cardiovascular disease, diagnosed by analyzing the coronary arteries from multiple angiography views. Although numerous deep-learning models have been proposed for stenosis detection from a single angiography view, their performance heavily relies on expensive view-level annotations, which are often not readily available in hospital systems. Moreover, these models fail to capture the temporal dynamics and dependencies among multiple views, which are crucial for clinical diagnosis. To address this, we propose SegmentMIL, a transformer-based multi-view multiple-instance learning framework for patient-level stenosis classification. Trained on a real-world clinical dataset, using patient-level supervision and without any view-level annotations, SegmentMIL jointly predicts the presence of stenosis and localizes the affected anatomical region, distinguishing between the right and left coronary arteries and their respective segments. SegmentMIL obtains high performance on internal and external evaluations and outperforms both view-level models and classical MIL baselines, underscoring its potential as a clinically viable and scalable solution for coronary stenosis diagnosis. Our code is available at https://github.com/NikolaCenic/mil-stenosis.
