Autoregressive Convolutional Neural Networks for Asynchronous Time Series
About
We propose Significance-Offset Convolutional Neural Network, a deep convolutional network architecture for regression of multivariate asynchronous time series. The model is inspired by standard autoregressive (AR) models and gating mechanisms used in recurrent neural networks. It involves an AR-like weighting system, where the final predictor is obtained as a weighted sum of adjusted regressors, while the weights are datadependent functions learnt through a convolutional network. The architecture was designed for applications on asynchronous time series and is evaluated on such datasets: a hedge fund proprietary dataset of over 2 million quotes for a credit derivative index, an artificially generated noisy autoregressive series and UCI household electricity consumption dataset. The proposed architecture achieves promising results as compared to convolutional and recurrent neural networks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Stock Prediction | Financial stocks without feature engineering (test) | Accuracy48.3 | 10 | |
| Time-series prediction | Asynchronous 16 synthetic (test) | MSE0.019 | 7 | |
| Time-series prediction | Asynchronous 64 synthetic (test) | MSE0.035 | 7 | |
| Time-series prediction | Electricity UCI (test) | MSE0.163 | 7 | |
| Time-series prediction | Synchronous 16 synthetic (test) | MSE0.152 | 7 | |
| Time-series prediction | Synchronous 64 synthetic (test) | MSE0.03 | 7 | |
| Time-series prediction | Quotes (test) | MSE0.387 | 6 |