← Back to feed
2026-05-22visionmultimodaldatacode

Debiased Negative Mining Improves Out-of-distribution Detection with Pre-trained Vision-Language Models

Bo Peng, Jie Lu, Guangquan Zhang, Zhen Fang

Key claim

Debiased negative mining enhances OOD detection effectiveness.

This paper presents a new approach to out-of-distribution detection using pre-trained vision-language models. The key result shows that their method for debiasing negative label mining significantly improves OOD detection performance across various setups.

Novelty
8.0/10

The paper introduces a novel theoretical framework for mining true negative labels.

Reliability
7.0/10

The methodology is solid and backed by extensive experiments, but lacks rigorous baselines.

Deep reliability assessment

The methodology supports the claim that debiased negative mining can improve OOD detection performance, but it may overclaim the extent of its generalizability across all scenarios without further empirical validation. The theoretical framework is promising, yet practical implementations may face challenges in diverse real-world applications.

Reproducibility

Yes, the code is publicly available.

Discussion questions

  1. What assumptions about the distribution of negative labels could lead to biased results in real-world applications?
  2. How can builders integrate this debiased negative mining approach into existing OOD detection systems effectively?
  3. What specific conditions or datasets would invalidate the claims made about the performance improvements?

Key figure

Figure 1 illustrates the hyper-parameter analysis results, showcasing the sensitivity of the method to various parameters.

Benchmark results

ImageNet-1KAUROC: 99.51vs NegLabel+0.02SOTA
ImageNet-1KFPR95: 1.78vs NegLabel-0.13SOTA
Codelink
Code is publicly available at here.Official
Read on arXiv →