Current Visitors:


Multilevel Wavelet Decomposition Network for Interpretable Time Series Analysis

Jingyuan Wang, Ze Wang, Jianfeng Li, and Junjie Wu

The 24th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD’18). ACM, 2018, pp. 2437–2446. Official Download 

The classification results of mWDN-based deep neural networks are interpretable. In the example, the proposed model detects heart diseases from ECG series based on the anomalies in the highest frequent component of T-Wave.
The classification results of mWDN-based deep neural networks are interpretable. In the example, the proposed model detects heart diseases from ECG series based on the anomalies in the highest frequent component of T-Wave.

Recent years have witnessed the unprecedented rising of time series from almost all kinds of academic and industrial fields. Various types of deep neural network models have been introduced to time series analysis, but the important frequency information is yet lack of effective modeling. In light of this, in this paper we propose a wavelet-based neural network structure called multilevel Wavelet Decomposition Network (mWDN) for building frequency-aware deep learning models for time series analysis. mWDN preserves the advantage of multilevel discrete wavelet decomposition in frequency learning while enables the fine-tuning of all parameters under a deep neural network framework. Based on mWDN, we further propose two deep learning models called Residual Classification Flow (RCF) and multi-frequecy Long-Short Term Memory (mLSTM) for time series classification and forecasting, respectively. The two models take all or partial mWDN decomposed sub-series in different frequencies as input, and resort to the back-propagation algorithm to learn all the parameters globally, which enables seamless embedding of wavelet-based frequency analysis into deep learning frameworks. Extensive experiments on 40 UCR datasets and a real-world user volume dataset demonstrate the excellent performance of our time series models based on mWDN. In particular, we propose an importance analysis method to mWDN based models, which successfully identifies those time-series elements and mWDN layers that are crucially important to time series analysis. This indeed indicates the interpretability advantage of mWDN, and can be viewed as an in-depth exploration to interpretable deep learning.

J. Wang, Z. Wang, J. Li, and J. Wu, “Multilevel wavelet decomposition network for interpretable time series analysis,” in KDD’18.
[KDD18] MultilevelWavelet Decomposition
Adobe Acrobat Document 964.1 KB
The slides of "Multilevel wavelet decomposition network for interpretable time series analysis"
[KDD18] wavelet deep net slides.pdf
Adobe Acrobat Document 1.6 MB
The poster of "Multilevel wavelet decomposition network for interpretable time series analysis"
[KDD18] wavelet deep network poster.pdf
Adobe Acrobat Document 617.5 KB

The code for time series classification task is released in GitHub

If you find our work is helpful for your research, please kindly consider citing our paper.

 

@inproceedings{wang2018multilevel,

title={Multilevel wavelet decomposition network for interpretable time series analysis},

author={Wang, Jingyuan and Wang, Ze and Li, Jianfeng and Wu, Junjie},

booktitle={Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery \& Data Mining},

pages={2437--2446},

year={2018},

organization={ACM}

}