🤖 AI Summary
In medical image diagnosis, noisy labels and ambiguous-class samples are prone to being erroneously ranked at the top by conventional top-rank learning, undermining model reliability. To address this, we propose a novel top-rank learning framework integrated with a differentiable rejection module: an auxiliary rejection branch—externally attached to the main network—dynamically quantifies each sample’s deviation from normal patterns, and is jointly optimized with the diagnostic task to enable synergistic training. Crucially, our method requires no additional annotations and autonomously identifies and suppresses anomalous samples’ interference with the ranking objective. Extensive experiments on multiple public medical imaging benchmarks demonstrate substantial improvements in top-k diagnostic accuracy (average +3.2%) and robustness; notably, performance remains stable even under 40% label noise. The framework provides an interpretable, uncertainty-aware filtering mechanism for high-stakes clinical AI systems.
📝 Abstract
In medical image processing, accurate diagnosis is of paramount importance. Leveraging machine learning techniques, particularly top-rank learning, shows significant promise by focusing on the most crucial instances. However, challenges arise from noisy labels and class-ambiguous instances, which can severely hinder the top-rank objective, as they may be erroneously placed among the top-ranked instances. To address these, we propose a novel approach that enhances toprank learning by integrating a rejection module. Cooptimized with the top-rank loss, this module identifies and mitigates the impact of outliers that hinder training effectiveness. The rejection module functions as an additional branch, assessing instances based on a rejection function that measures their deviation from the norm. Through experimental validation on a medical dataset, our methodology demonstrates its efficacy in detecting and mitigating outliers, improving the reliability and accuracy of medical image diagnoses.