paper-with-me

Papers

BMAD: Benchmarks for Medical Anomaly Detection

2023-06-20 · Jinan Bao, Hanshi Sun, Hanqiu Deng, Yinsheng He, Zhaoxiang Zhang, Xingyu Li

Anomaly detection (AD) is a fundamental research problem in machine learning and computer vision, with practical applications in industrial inspection, video surveillance, and medical diagnosis. In medical imaging, AD is especially vital for detecting and diagnosing anomalies that may indicate rare diseases or conditions. However, there is a lack of a universal and fair benchmark for evaluating AD methods on medical images, which hinders the development of more generalized and robust AD methods in this specific domain. To bridge this gap, we introduce a comprehensive evaluation benchmark for assessing anomaly detection methods on medical images. This benchmark encompasses six reorganized datasets from five medical domains (i.e. brain MRI, liver CT, retinal OCT, chest X-ray, and digital histopathology) and three key evaluation metrics, and includes a total of fourteen state-of-the-art AD algorithms. This standardized and well-curated medical benchmark with the well-structured codebase enables comprehensive comparisons among recently proposed anomaly detection methods. It will facilitate the community to conduct a fair comparison and advance the field of AD on medical imaging. More information on BMAD is available in our GitHub repository: https://github.com/DorisBao/BMAD

📄 PDF Abstract BibTeX arXiv:2306.11876

Code (1)

dorisbao/bmad 공식 구현 pytorch

Tasks

Anomaly DetectionMedical Diagnosis

Similar Papers 제목 키워드 기반

MTL-MAD: Multi-Task Learners are Effective Medical Anomaly Detectors

2026-05-07 · Bogdan Alexandru Bercean, Florinel Alin Croitoru, Vlad Hondru, Ciprian Mihai Ceausescu 외 arxiv

Anomaly detection in medical images is a challenging task, since anomalies are not typically available during training. Recent methods leverage a single pretext task coupled with a large-scale pre-trained model to reach …

Anomaly Detection

Contrastive Language Prompting to Ease False Positives in Medical Anomaly Detection

2024-11-12 · YeongHyeon Park, Myung Jin Kim, Hyeong Seok Kim

A pre-trained visual-language model, contrastive language-image pre-training (CLIP), successfully accomplishes various downstream tasks with text prompts, such as finding images or localizing regions within the image. De…

Anomaly DetectionLanguage ModelingLanguage Modelling

HiMatch-AD: DINOv3-driven Hierarchical Matching for Training-free Medical Anomaly Detection

2026-06-21 · Jiayu Huo, Jingyuan Hong, Meng Zhou, Liyun Chen 외 arxiv

Anomaly detection is essential for medical image analysis, where pathological regions often appear as rare deviations from normal anatomical structures. While training-based methods have achieved promising performance, t…

Anomaly Detection

Towards Continual Visual Anomaly Detection in the Medical Domain

2025-08-25 · Manuel Barusco, Francesco Borsatti, Nicola Beda, Davide Dalle Pezze 외 arxiv

Visual Anomaly Detection (VAD) seeks to identify abnormal images and precisely localize the corresponding anomalous regions, relying solely on normal data during training. This approach has proven essential in domains su…

Continual LearningAnomaly Detection

Spatial Autoregressive Modeling of DINOv3 Embeddings for Unsupervised Anomaly Detection

2026-03-03 · Ertunc Erdil, Nico Schulthess, Guney Tombak, Ender Konukoglu arxiv

DINO models provide rich patch-level representations that have recently enabled strong performance in unsupervised anomaly detection (UAD). Most existing methods extract patch embeddings from ``normal'' images and model …

Unsupervised Anomaly Detection