NENov 17, 2017

Bidirectional deep-readout echo state networks

arXiv:1711.06509v35 citations
Originality Incremental advance
AI Analysis

This work addresses time series classification, potentially useful in domains like healthcare (e.g., blood sample analysis), but it appears incremental as it builds on existing echo state network methods.

The authors tackled the problem of classifying multivariate time series by proposing a bidirectional deep-readout echo state network, which achieved better performance than standard echo state networks and comparable results to fully-trained recurrent networks with faster training.

We propose a deep architecture for the classification of multivariate time series. By means of a recurrent and untrained reservoir we generate a vectorial representation that embeds temporal relationships in the data. To improve the memorization capability, we implement a bidirectional reservoir, whose last state captures also past dependencies in the input. We apply dimensionality reduction to the final reservoir states to obtain compressed fixed size representations of the time series. These are subsequently fed into a deep feedforward network trained to perform the final classification. We test our architecture on benchmark datasets and on a real-world use-case of blood samples classification. Results show that our method performs better than a standard echo state network and, at the same time, achieves results comparable to a fully-trained recurrent network, but with a faster training.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes