Arrays of (locality-sensitive) Count Estimators (ACE): High-Speed Anomaly Detection via Cache Lookups
Chen Luo, Anshumali Shrivastava

TL;DR
ACE is a novel, memory-efficient, and high-speed anomaly detection algorithm that leverages locality-sensitive hashing and count estimators, outperforming existing methods in speed and memory usage on large datasets.
Contribution
The paper introduces ACE, a new anomaly detection method that uses cache-friendly count estimators derived from LSH sampling, achieving significant speed and memory improvements.
Findings
ACE is 60x faster than the fastest existing implementation.
ACE requires less than 4MB of memory for anomaly detection.
ACE outperforms 11 baseline methods on large benchmark datasets.
Abstract
Anomaly detection is one of the frequent and important subroutines deployed in large-scale data processing systems. Even being a well-studied topic, existing techniques for unsupervised anomaly detection require storing significant amounts of data, which is prohibitive from memory and latency perspective. In the big-data world existing methods fail to address the new set of memory and latency constraints. In this paper, we propose ACE (Arrays of (locality-sensitive) Count Estimators) algorithm that can be 60x faster than the ELKI package~\cite{DBLP:conf/ssd/AchtertBKSZ09}, which has the fastest implementation of the unsupervised anomaly detection algorithms. ACE algorithm requires less than memory, to dynamically compress the full data information into a set of count arrays. These tiny arrays of counts are sufficient for unsupervised anomaly detection. At the core of the ACE…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Network Security and Intrusion Detection · Data Stream Mining Techniques
