paper-with-me

Papers

Interpretable, Multidimensional, Multimodal Anomaly Detection with Negative Sampling for Detection of Device Failure

2020-07-12 · ICML 2020 1 · John Sipple

Complex devices are connected daily and eagerly generate vast streams of multidimensional state measurements. These devices often operate in distinct modes based on external conditions (day/night, occupied/vacant, etc.), and to prevent complete or partial system outage, we would like to recognize as early as possible when these devices begin to operate outside the normal modes. Unfortunately, it is often impractical or impossible to predict failures using rules or supervised machine learning, because failure modes are too complex, devices are too new to adequately characterize in a specific environment, or environmental change puts the device into an unpredictable condition. We propose an unsupervised anomaly detection method that creates a negative sample from the positive, observed sample, and trains a classifier to distinguish between positive and negative samples. Using the Contraction Principle, we explain why such a classifier ought to establish suitable decision boundaries between normal and anomalous regions, and show how Integrated Gradients can attribute the anomaly to specific variables within the anomalous state vector. We have demonstrated that negative sampling with random forest or neural network classifiers yield significantly higher AUC scores than Isolation Forest, One Class SVM, and Deep SVDD, against (a) a synthetic dataset with dimensionality ranging between 2 and 128, with 1, 2, and 3 modes, and with and without noise dimensions; (b) four standard benchmark datasets; and (c) a multidimensional, multimodal dataset from real climate control devices. Finally, we describe how negative sampling with neural network classifiers have been successfully deployed at large scale to predict failures in real time in over 15,000 climate-control and power meter devices in 145 Google office buildings.

📄 PDF Abstract BibTeX arXiv:2007.10088

Code (1)

google/madi 공식 구현

Tasks

Anomaly DetectionAttributeUnsupervised Anomaly Detection

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Matrix Profile for Anomaly Detection on Multidimensional Time Series

2024-09-14 · Chin-Chia Michael Yeh, Audrey Der, Uday Singh Saini, Vivian Lai 외

The Matrix Profile (MP), a versatile tool for time series data mining, has been shown effective in time series anomaly detection (TSAD). This paper delves into the problem of anomaly detection in multidimensional time se…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

Matrix Profile for Time-Series Anomaly Detection: A Reproducible Open-Source Benchmark on TSB-AD

2026-04-02 · Chin-Chia Michael Yeh arxiv

Matrix Profile (MP) methods are an interpretable and scalable family of distance-based methods for time-series anomaly detection, but strong benchmark performance still depends on design choices beyond a vanilla nearest-…

Anomaly Detection

Holmes-VAD: Towards Unbiased and Explainable Video Anomaly Detection via Multi-modal LLM

2024-06-18 · Huaxin Zhang, Xiaohao Xu, Xiang Wang, Jialong Zuo 외

Towards open-ended Video Anomaly Detection (VAD), existing methods often exhibit biased detection when faced with challenging or unseen events and lack interpretability. To address these drawbacks, we propose Holmes-VAD,…

Anomaly DetectionAnomaly LocalizationLanguage ModelingLanguage Modelling+3

LAD-Reasoner: Tiny Multimodal Models are Good Reasoners for Logical Anomaly Detection

2025-04-17 · Weijia Li, Guanglei Chu, Jiong Chen, Guo-Sen Xie 외

Recent advances in industrial anomaly detection have highlighted the need for deeper logical anomaly analysis, where unexpected relationships among objects, counts, and spatial configurations must be identified and expla…

Anomaly DetectionLogical Reasoning

CICADA: Cross-Domain Interpretable Coding for Anomaly Detection and Adaptation in Multivariate Time Series

2025-05-01 · Tian Lan, YiFei Gao, Yimeng Lu, Chen Zhang

Unsupervised Time series anomaly detection plays a crucial role in applications across industries. However, existing methods face significant challenges due to data distributional shifts across different domains, which a…

Anomaly DetectionMeta-LearningMixture-of-ExpertsTime Series+1