CVAILGJul 14, 2025

BenchReAD: A systematic benchmark for retinal anomaly detection

arXiv:2507.10492v11 citationsh-index: 2Has CodeMICCAI
Originality Incremental advance
AI Analysis

This work addresses the problem of inconsistent evaluation in retinal anomaly detection for medical researchers and practitioners, though it is incremental as it builds on existing methods.

The authors tackled the lack of a comprehensive benchmark for retinal anomaly detection by introducing BenchReAD, which includes diverse anomaly types and evaluation protocols, and they found that a fully supervised approach with disentangled representations (DRA) performed best but had issues with unseen anomalies, leading to the proposed NFM-DRA method that achieved new state-of-the-art results.

Retinal anomaly detection plays a pivotal role in screening ocular and systemic diseases. Despite its significance, progress in the field has been hindered by the absence of a comprehensive and publicly available benchmark, which is essential for the fair evaluation and advancement of methodologies. Due to this limitation, previous anomaly detection work related to retinal images has been constrained by (1) a limited and overly simplistic set of anomaly types, (2) test sets that are nearly saturated, and (3) a lack of generalization evaluation, resulting in less convincing experimental setups. Furthermore, existing benchmarks in medical anomaly detection predominantly focus on one-class supervised approaches (training only with negative samples), overlooking the vast amounts of labeled abnormal data and unlabeled data that are commonly available in clinical practice. To bridge these gaps, we introduce a benchmark for retinal anomaly detection, which is comprehensive and systematic in terms of data and algorithm. Through categorizing and benchmarking previous methods, we find that a fully supervised approach leveraging disentangled representations of abnormalities (DRA) achieves the best performance but suffers from significant drops in performance when encountering certain unseen anomalies. Inspired by the memory bank mechanisms in one-class supervised learning, we propose NFM-DRA, which integrates DRA with a Normal Feature Memory to mitigate the performance degradation, establishing a new SOTA. The benchmark is publicly available at https://github.com/DopamineLcy/BenchReAD.

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