CVLGNov 22, 2024

Ordinal Multiple-instance Learning for Ulcerative Colitis Severity Estimation with Selective Aggregated Transformer

arXiv:2411.14750v16 citationsh-index: 9Has CodeWACV
Originality Incremental advance
AI Analysis

This work addresses the problem of accurate ulcerative colitis severity diagnosis for clinicians by enabling patient-level analysis from multiple images, though it is incremental as it builds on existing multiple-instance learning methods.

The paper tackles patient-level severity estimation for ulcerative colitis by proposing a transformer with selective aggregator tokens that aggregates features from multiple images per patient, outperforming previous image-level methods in real clinical settings.

Patient-level diagnosis of severity in ulcerative colitis (UC) is common in real clinical settings, where the most severe score in a patient is recorded. However, previous UC classification methods (i.e., image-level estimation) mainly assumed the input was a single image. Thus, these methods can not utilize severity labels recorded in real clinical settings. In this paper, we propose a patient-level severity estimation method by a transformer with selective aggregator tokens, where a severity label is estimated from multiple images taken from a patient, similar to a clinical setting. Our method can effectively aggregate features of severe parts from a set of images captured in each patient, and it facilitates improving the discriminative ability between adjacent severity classes. Experiments demonstrate the effectiveness of the proposed method on two datasets compared with the state-of-the-art MIL methods. Moreover, we evaluated our method in real clinical settings and confirmed that our method outperformed the previous image-level methods. The code is publicly available at https://github.com/Shiku-Kaito/Ordinal-Multiple-instance-Learning-for-Ulcerative-Colitis-Severity-Estimation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes