LGMLMay 19, 2025

LoD: Loss-difference OOD Detection by Intentionally Label-Noisifying Unlabeled Wild Data

arXiv:2505.12952v11 citationsh-index: 57IJCAI
Originality Incremental advance
AI Analysis

It addresses safety and reliability issues in machine learning models for applications handling real-world data, but appears incremental as it builds on existing OOD detection methods.

The paper tackles the problem of improving out-of-distribution (OOD) detection by using unlabeled wild data, proposing a loss-difference framework (LoD) that intentionally label-noisifies the data to avoid model bias and eliminate threshold selection, with experiments showing its superiority.

Using unlabeled wild data containing both in-distribution (ID) and out-of-distribution (OOD) data to improve the safety and reliability of models has recently received increasing attention. Existing methods either design customized losses for labeled ID and unlabeled wild data then perform joint optimization, or first filter out OOD data from the latter then learn an OOD detector. While achieving varying degrees of success, two potential issues remain: (i) Labeled ID data typically dominates the learning of models, inevitably making models tend to fit OOD data as IDs; (ii) The selection of thresholds for identifying OOD data in unlabeled wild data usually faces dilemma due to the unavailability of pure OOD samples. To address these issues, we propose a novel loss-difference OOD detection framework (LoD) by \textit{intentionally label-noisifying} unlabeled wild data. Such operations not only enable labeled ID data and OOD data in unlabeled wild data to jointly dominate the models' learning but also ensure the distinguishability of the losses between ID and OOD samples in unlabeled wild data, allowing the classic clustering technique (e.g., K-means) to filter these OOD samples without requiring thresholds any longer. We also provide theoretical foundation for LoD's viability, and extensive experiments verify its superiority.

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