Improved Anomaly Detection in Medical Images via Mean Shift Density Enhancement

arXiv cs.CV / 4/22/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes a hybrid medical image anomaly detection framework that combines self-supervised representation learning with manifold-based density estimation.
  • It embeds images into a latent feature space using pretrained backbones, then refines samples with Mean Shift Density Enhancement (MSDE) to shift representations toward higher-likelihood regions.
  • Anomaly scoring is performed via Gaussian density estimation in a PCA-reduced latent space, using Mahalanobis distance to measure deviations from the learned normal distribution.
  • Using only normal samples in a one-class learning setup, the method is evaluated on seven datasets and achieves state-of-the-art results, including near-perfect performance for brain tumor detection (about 0.981 AUC/AP).
  • The authors argue the approach could support scalable clinical decision-making, especially for early detection and screening under limited abnormal labels, while remaining robust across imaging modalities.

Abstract

Anomaly detection in medical imaging is essential for identifying rare pathological conditions, particularly when annotated abnormal samples are limited. We propose a hybrid anomaly detection framework that integrates self-supervised representation learning with manifold-based density estimation, a combination that remains largely unexplored in this domain. Medical images are first embedded into a latent feature space using pretrained, potentially domain-specific, backbones. These representations are then refined via Mean Shift Density Enhancement (MSDE), an iterative manifold-shifting procedure that moves samples toward regions of higher likelihood. Anomaly scores are subsequently computed using Gaussian density estimation in a PCA-reduced latent space, where Mahalanobis distance measures deviation from the learned normal distribution. The framework follows a one-class learning paradigm and requires only normal samples for training. Extensive experiments on seven medical imaging datasets demonstrate state-of-the-art performance. MSDE achieves the highest AUC on four datasets and the highest Average Precision on five datasets, including near-perfect performance on brain tumor detection (0.981 AUC/AP). These results underscore the potential of the proposed framework as a scalable clinical decision-support tool for early disease detection, screening in low-label settings, and robust deployment across diverse imaging modalities.