Prototype-Based Optimal Transport for Out-of-Distribution Detection

Abstract

Detecting Out-of-Distribution (OOD) inputs is crucial for improving the reliability of deep neural networks in the real-world deployment. In this paper, inspired by the inherent distribution shift between in-distribution (ID) and OOD data, we propose a novel method that leverages optimal transport to measure the distribution discrepancy between test inputs and ID prototypes. The resulting transport costs are used to quantify the individual contribution of each test input to the overall discrepancy, serving as a desirable measure for OOD detection. To address the issue that solely relying on the transport costs to ID prototypes is inadequate for identifying OOD inputs closer to ID data, we generate virtual outliers to approximate the OOD region via linear extrapolation. By combining the transport costs to ID prototypes with the costs to virtual outliers, the detection of OOD data near ID data is emphasized, thereby enhancing the distinction between ID and OOD inputs. Extensive evaluations demonstrate the superiority of our method over state-of-the-art methods.

Cite

Text

Ke et al. "Prototype-Based Optimal Transport for Out-of-Distribution Detection." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/336

Markdown

[Ke et al. "Prototype-Based Optimal Transport for Out-of-Distribution Detection." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/ke2025ijcai-prototype/) doi:10.24963/IJCAI.2025/336

BibTeX

@inproceedings{ke2025ijcai-prototype,
  title     = {{Prototype-Based Optimal Transport for Out-of-Distribution Detection}},
  author    = {Ke, Ao and Chen, Wenlong and Feng, Chuanwen and Cao, Yukun and Xie, Xike and Zhou, S. Kevin and Feng, Lei},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {3018-3026},
  doi       = {10.24963/IJCAI.2025/336},
  url       = {https://mlanthology.org/ijcai/2025/ke2025ijcai-prototype/}
}