Power Data Classification: A Hybrid of a Novel Local Time Warping and LSTM
Yuanlong Li, Han Hu, Yonggang Wen, Jun Zhang

TL;DR
This paper introduces a novel Local Time Warping distance measure and a hybrid classification method combining 1NN-LTW and LSTM to improve power consumption series classification accuracy in data centers.
Contribution
It proposes a new non-commutative, non-dynamic programming distance measure called Local Time Warping and a hybrid classification approach integrating 1NN-LTW with LSTM.
Findings
LTW improves classification accuracy from 84% to 90%.
Hybrid method achieves up to 93% accuracy.
Linear version of LTW outperforms LB_Keogh.
Abstract
In this paper, for the purpose of data centre energy consumption monitoring and analysis, we propose to detect the running programs in a server by classifying the observed power consumption series. Time series classification problem has been extensively studied with various distance measurements developed; also recently the deep learning based sequence models have been proved to be promising. In this paper, we propose a novel distance measurement and build a time series classification algorithm hybridizing nearest neighbour and long short term memory (LSTM) neural network. More specifically, first we propose a new distance measurement termed as Local Time Warping (LTW), which utilizes a user-specified set for local warping, and is designed to be non-commutative and non-dynamic programming. Second we hybridize the 1NN-LTW and LSTM together. In particular, we combine the prediction…
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
TopicsTime Series Analysis and Forecasting · Anomaly Detection Techniques and Applications · Data Stream Mining Techniques
MethodsDynamic Time Warping · Sigmoid Activation · Tanh Activation · Long Short-Term Memory
