PFDSSEDec 22, 2017

Grand Challenge: Optimized Stage Processing for Anomaly Detection on Numerical Data Streams

arXiv:1712.08285v12 citations
Originality Synthesis-oriented
AI Analysis

This addresses anomaly detection in manufacturing data streams, but appears incremental as it focuses on stage optimizations rather than fundamental breakthroughs.

The paper tackled anomaly detection for manufacturing equipment by optimizing processing stages including customized input parsing, fine-tuned k-means clustering, and lazy Markov chain probability analysis, reporting good performance results from their custom implementation.

The 2017 Grand Challenge focused on the problem of automatic detection of anomalies for manufacturing equipment. This paper reports the technical details of a solution focused on particular optimizations of the processing stages. These included customized input parsing, fine tuning of a k-means clustering algorithm and probability analysis using a lazy flavor of a Markov chain. We have observed in our custom implementation that carefully tweaking these processing stages at single node level by leveraging various data stream characteristics can yield good performance results. We start the paper with several observations concerning the input data stream, following with our solution description with details on particular optimizations, and we conclude with evaluation and a discussion of obtained results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes