Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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.

Miko{\l}aj Bi\'nkowski, Gautier Marti, Philippe Donnat• 2017

Related benchmarks

TaskDatasetResultRank
Stock PredictionFinancial stocks without feature engineering (test)
Accuracy48.3
10
Time-series predictionAsynchronous 16 synthetic (test)
MSE0.019
7
Time-series predictionAsynchronous 64 synthetic (test)
MSE0.035
7
Time-series predictionElectricity UCI (test)
MSE0.163
7
Time-series predictionSynchronous 16 synthetic (test)
MSE0.152
7
Time-series predictionSynchronous 64 synthetic (test)
MSE0.03
7
Time-series predictionQuotes (test)
MSE0.387
6
Showing 7 of 7 rows

Other info

Code

Follow for update