AI Navigate

RangeAD: Fast On-Model Anomaly Detection

arXiv cs.LG / 3/19/2026

📰 NewsModels & Research

Key Points

  • RangeAD introduces On-Model AD, which leverages neuron‑wise output ranges from the primary model to perform anomaly detection without a separate AD model.
  • The proposed RangeAD algorithm achieves superior performance on high‑dimensional tasks while substantially reducing inference costs.
  • By integrating anomaly detection into the primary model, RangeAD enables a more efficient and scalable approach to monitoring data distribution shifts.
  • The paper frames On-Model AD as a practical framework for efficient anomaly detection in real‑world ML systems.

Abstract

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.