paper-with-me

Papers

MaRS: Robust Out-of-Distribution Detection via Mahalanobis Residual Scoring

2026-06-21 · Francesco Di Salvo, Sebastian Doerrich, Christian Ledig arxiv

Foundation models provide highly descriptive representations for medical images, yet their reliability degrades under distribution shifts arising from changes in patients, devices, or acquisition conditions. Reliable out-of-distribution (OOD) detection is therefore essential for safe deployment. Recent post-hoc detectors efficiently exploit frozen embeddings (e.g., kNN), whereas reconstruction-based OOD detection in latent feature space has seen limited adoption due to inconsistent performance. In this work, we show that the limitation of reconstruction-based methods in latent space does not stem from poor reconstruction quality, but from how reconstruction errors are scored. Standard L2 residual norms collapse the anisotropic residual structure, thereby suppressing informative deviations. To address this limitation, we introduce MaRS (Mahalanobis Residual Scoring), a label-free OOD detector that learns an in-distribution manifold using a lightweight autoencoder and measures deviation via a Mahalanobis distance on reconstruction residuals, yielding variance-aware OOD scores. Across three imaging modalities, multiple types of distribution shift, and different model families and scales, MaRS outperforms established confidence-, distance-, and reconstruction-based baselines, while remaining fully post-hoc and lightweight. The code is available at https://github.com/francescodisalvo05/mars.

📄 PDF Abstract BibTeX arXiv:2606.22649

Code (0)

등록된 구현이 없습니다.

Tasks

Out-of-Distribution Detection

Similar Papers 제목 키워드 기반

Learning Hyperspherical Time-Frequency Representations for Time-Series Out-of-Distribution Detection

2026-05-29 · Willian T. Lunardi, Samridha Shrestha, Martin Andreoni arxiv

Out-of-distribution (OOD) detection for time-series data remains comparatively underexplored compared to vision and language, with a limited principled understanding of how supervised time-series representations can be l…

Out-of-Distribution DetectionRepresentation LearningContrastive Learning

Is Complex Training Necessary for Long-Tailed OOD Detection? A Re-think from Feature Geometry

2026-05-18 · Ningkang Peng, Xuanming Chen, Yanhui Gu arxiv

Long-tailed out-of-distribution (LT-OOD) detection is often addressed with specialized training, including auxiliary out-of-distribution (OOD) data, abstention heads, contrastive objectives, energy losses, or gradient-co…

Leveraging the Mahalanobis Distance to enhance Unsupervised Brain MRI Anomaly Detection

2024-07-17 · Finn Behrendt, Debayan Bhattacharya, Robin Mieling, Lennart Maack 외

Unsupervised Anomaly Detection (UAD) methods rely on healthy data distributions to identify anomalies as outliers. In brain MRI, a common approach is reconstruction-based UAD, where generative models reconstruct healthy …

Anomaly DetectionUnsupervised Anomaly Detection

StructCore: Structure-Aware Image-Level Scoring for Training-Free Unsupervised Anomaly Detection

2026-02-19 · Joongwon Chae, Lihui Luo, Yang Liu, Runming Wang 외 arxiv

Max pooling is the de facto standard for converting anomaly score maps into image-level decisions in memory-bank-based unsupervised anomaly detection (UAD). However, because it relies on a single extreme response, it dis…

Unsupervised Anomaly Detection

Bounding Box Anomaly Scoring for simple and efficient Out-of-Distribution detection

2026-03-24 · Mohamed Bahi Yahiaoui, Geoffrey Daniel, Loïc Giraldi, Jérémie Bruyelle 외 arxiv

Out-of-distribution (OOD) detection aims to identify inputs that differ from the training distribution in order to reduce unreliable predictions by deep neural networks. Among post-hoc feature-space approaches, OOD detec…

Out-of-Distribution Detection