如何实现原型的出生与死亡以进行OOD检测?

📄 中文摘要

在机器学习模型的安全部署中,OOD(Out-of-Distribution)检测至关重要,而基于原型的学习方法是实现OOD检测的主流策略之一。现有的基于原型的学习方法通常依赖于固定数量的原型,这一静态假设无法适应不同类别之间固有的复杂性差异。目前,缺乏一种能够根据数据复杂性自适应调整原型数量的机制。受生物学中细胞出生与死亡过程的启发,提出了一种名为PID(原型出生与死亡)的方法,通过该方法可以根据数据复杂性动态调整原型数量。该方法依赖于两种动态机制,以实现更灵活的原型管理。

📄 English Summary

How to Achieve Prototypical Birth and Death for OOD Detection?

Out-of-Distribution (OOD) detection is essential for the secure deployment of machine learning models, with prototype-based learning methods being a mainstream strategy for achieving OOD detection. Existing prototype-based learning methods typically rely on a fixed number of prototypes, which fails to adapt to the inherent complexity differences across various categories. There is currently a lack of mechanisms that can adaptively adjust the number of prototypes based on data complexity. Inspired by the processes of cell birth and death in biology, a novel method named PID (Prototype bIrth and Death) is proposed to dynamically adjust the prototype count according to data complexity. This method relies on two dynamic mechanisms to enable more flexible prototype management.

Powered by Cloudflare Workers + Payload CMS + Claude 3.5

数据源: OpenAI, Google AI, DeepMind, AWS ML Blog, HuggingFace 等