Hybrid Neural Networks for Learning the Trend in Time Series

Hybrid Neural Networks for Learning the Trend in Time Series

Tao Lin, Tian Guo, Karl Aberer

Proceedings of the Twenty-Sixth International Joint Conference on Artificial Intelligence
Main track. Pages 2273-2279. https://doi.org/10.24963/ijcai.2017/316

The trend of time series characterizes the intermediate upward and downward behaviour of time series. Learning and forecasting the trend in time series data play an important role in many real applications, ranging from resource allocation in data centers, load schedule in smart grid, and so on. Inspired by the recent successes of neural networks, in this paper we propose TreNet, a novel end-to-end hybrid neural network to learn local and global contextual features for predicting the trend of time series. TreNet leverages convolutional neural networks (CNNs) to extract salient features from local raw data of time series. Meanwhile, considering the long-range dependency existing in the sequence of historical trends of time series, TreNet uses a long-short term memory recurrent neural network (LSTM) to capture such dependency. Then, a feature fusion layer is to learn joint representation for predicting the trend. TreNet demonstrates its effectiveness by outperforming CNN, LSTM, the cascade of CNN and LSTM, Hidden Markov Model based method and various kernel based baselines on real datasets.
Keywords:
Machine Learning: Time-series/Data Streams
Machine Learning: Deep Learning