CVAILGSep 4, 2024

Can Your Generative Model Detect Out-of-Distribution Covariate Shift?

arXiv:2409.03043v28 citationsh-index: 16
AI Analysis

This work addresses covariate shift detection for imaging systems and machine learning models, offering a domain-specific solution that is incremental by focusing on a niche aspect of OOD detection.

The paper tackles the problem of detecting out-of-distribution (OOD) covariate shift in sensory data, proposing CovariateFlow, a method using conditional Normalizing Flows to model high-frequency image components, and demonstrates its effectiveness on datasets like CIFAR10-C and ImageNet200-C with accurate detection results.

Detecting Out-of-Distribution (OOD) sensory data and covariate distribution shift aims to identify new test examples with different high-level image statistics to the captured, normal and In-Distribution (ID) set. Existing OOD detection literature largely focuses on semantic shift with little-to-no consensus over covariate shift. Generative models capture the ID data in an unsupervised manner, enabling them to effectively identify samples that deviate significantly from this learned distribution, irrespective of the downstream task. In this work, we elucidate the ability of generative models to detect and quantify domain-specific covariate shift through extensive analyses that involves a variety of models. To this end, we conjecture that it is sufficient to detect most occurring sensory faults (anomalies and deviations in global signals statistics) by solely modeling high-frequency signal-dependent and independent details. We propose a novel method, CovariateFlow, for OOD detection, specifically tailored to covariate heteroscedastic high-frequency image-components using conditional Normalizing Flows (cNFs). Our results on CIFAR10 vs. CIFAR10-C and ImageNet200 vs. ImageNet200-C demonstrate the effectiveness of the method by accurately detecting OOD covariate shift. This work contributes to enhancing the fidelity of imaging systems and aiding machine learning models in OOD detection in the presence of covariate shift.

Code Implementations1 repo
Foundations

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

Your Notes