CVJun 11, 2025

Improving Out-of-Distribution Detection via Dynamic Covariance Calibration

arXiv:2506.09399v35 citationsh-index: 21Has CodeICML
Originality Incremental advance
AI Analysis

This work addresses the trustworthiness of AI systems by improving OOD detection, though it appears incremental as it builds on existing subspace-based methods.

The paper tackles the problem of out-of-distribution detection by dynamically adjusting prior geometry to correct distortions from ill-distributed samples, resulting in significant enhancements across various models on CIFAR and ImageNet-1k datasets.

Out-of-Distribution (OOD) detection is essential for the trustworthiness of AI systems. Methods using prior information (i.e., subspace-based methods) have shown effective performance by extracting information geometry to detect OOD data with a more appropriate distance metric. However, these methods fail to address the geometry distorted by ill-distributed samples, due to the limitation of statically extracting information geometry from the training distribution. In this paper, we argue that the influence of ill-distributed samples can be corrected by dynamically adjusting the prior geometry in response to new data. Based on this insight, we propose a novel approach that dynamically updates the prior covariance matrix using real-time input features, refining its information. Specifically, we reduce the covariance along the direction of real-time input features and constrain adjustments to the residual space, thus preserving essential data characteristics and avoiding effects on unintended directions in the principal space. We evaluate our method on two pre-trained models for the CIFAR dataset and five pre-trained models for ImageNet-1k, including the self-supervised DINO model. Extensive experiments demonstrate that our approach significantly enhances OOD detection across various models. The code is released at https://github.com/workerbcd/ooddcc.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes