Search papers, labs, and topics across Lattice.
The paper introduces "On-Model Anomaly Detection" (On-Model AD), a novel framework that leverages existing machine learning models for anomaly detection instead of relying on separate AD models. They propose RangeAD, an algorithm within this framework that uses neuron-wise output ranges from the primary model to identify anomalies. Experiments demonstrate that RangeAD achieves better anomaly detection performance with significantly lower inference costs compared to traditional methods, particularly in high-dimensional tasks.
Ditch the separate anomaly detection model: your existing ML model already holds the keys to faster, better anomaly detection.
In practice, machine learning methods commonly require anomaly detection (AD) to filter inputs or detect distributional shifts. Typically, this is implemented by running a separate AD model alongside the primary model. However, this separation ignores the fact that the primary model already encodes substantial information about the target distribution. In this paper, we introduce On-Model AD, a setting for anomaly detection that explicitly leverages access to a related machine learning model. Within this setting, we propose RangeAD, an algorithm that utilizes neuron-wise output ranges derived from the primary model. RangeAD achieves superior performance even on high-dimensional tasks while incurring substantially lower inference costs. Our results demonstrate the potential of the On-Model AD setting as a practical framework for efficient anomaly detection.