English

From Zero to Hero: Cold-Start Anomaly Detection

Machine Learning 2024-05-31 v1 Computation and Language

Abstract

When first deploying an anomaly detection system, e.g., to detect out-of-scope queries in chatbots, there are no observed data, making data-driven approaches ineffective. Zero-shot anomaly detection methods offer a solution to such "cold-start" cases, but unfortunately they are often not accurate enough. This paper studies the realistic but underexplored cold-start setting where an anomaly detection model is initialized using zero-shot guidance, but subsequently receives a small number of contaminated observations (namely, that may include anomalies). The goal is to make efficient use of both the zero-shot guidance and the observations. We propose ColdFusion, a method that effectively adapts the zero-shot anomaly detector to contaminated observations. To support future development of this new setting, we propose an evaluation suite consisting of evaluation protocols and metrics.

Keywords

Cite

@article{arxiv.2405.20341,
  title  = {From Zero to Hero: Cold-Start Anomaly Detection},
  author = {Tal Reiss and George Kour and Naama Zwerdling and Ateret Anaby-Tavor and Yedid Hoshen},
  journal= {arXiv preprint arXiv:2405.20341},
  year   = {2024}
}

Comments

ACL 2024. Our code is available at https://github.com/talreiss/ColdFusion

R2 v1 2026-06-28T16:47:38.480Z