GridWatch: Sensor Placement and Anomaly Detection in the Electrical Grid
Abstract
Given sensor readings over time from a power grid consisting of nodes (e.g. generators) and edges (e.g. power lines), how can we most accurately detect when an electrical component has failed? More challengingly, given a limited budget of sensors to place, how can we determine where to place them to have the highest chance of detecting such a failure? Maintaining the reliability of the electrical grid is a major challenge. An important part of achieving this is to place sensors in the grid, and use them to detect anomalies, in order to quickly respond to a problem. Our contributions are: (1) Online anomaly detection: we propose a novel, online anomaly detection algorithm that outperforms existing approaches. (2) Sensor placement: we construct an optimization objective for sensor placement, with the goal of maximizing the probability of detecting an anomaly. We show that this objective has the property of submodularity, which we exploit in our sensor placement algorithm. (3) Effectiveness: Our sensor placement algorithm is provably near-optimal, and both our algorithms outperform existing approaches in accuracy by $59\%$ or more (F-measure) in experiments. (4) Scalability: our algorithms scale linearly , and our detection algorithm is online , requiring bounded space and constant time per update. Code related to this paper is available at: https://github.com/bhooi/gridwatch .
Cite
Text
Hooi et al. "GridWatch: Sensor Placement and Anomaly Detection in the Electrical Grid." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2018. doi:10.1007/978-3-030-10925-7_5Markdown
[Hooi et al. "GridWatch: Sensor Placement and Anomaly Detection in the Electrical Grid." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2018.](https://mlanthology.org/ecmlpkdd/2018/hooi2018ecmlpkdd-gridwatch/) doi:10.1007/978-3-030-10925-7_5BibTeX
@inproceedings{hooi2018ecmlpkdd-gridwatch,
title = {{GridWatch: Sensor Placement and Anomaly Detection in the Electrical Grid}},
author = {Hooi, Bryan and Eswaran, Dhivya and Song, Hyun Ah and Pandey, Amritanshu and Jereminov, Marko and Pileggi, Larry T. and Faloutsos, Christos},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2018},
pages = {71-86},
doi = {10.1007/978-3-030-10925-7_5},
url = {https://mlanthology.org/ecmlpkdd/2018/hooi2018ecmlpkdd-gridwatch/}
}