LGAug 24, 2022

DCSF: Deep Convolutional Set Functions for Classification of Asynchronous Time Series

arXiv:2208.11374v14 citationsh-index: 51
Originality Incremental advance
AI Analysis

This addresses a challenge in domains like healthcare and climate science where data is irregularly sampled, though it is an incremental improvement over existing deep set and convolutional methods.

The paper tackles the classification of asynchronous time series, where channels are observed independently and sparsely, by proposing Deep Convolutional Set Functions (DCSF), which achieves substantially better accuracy and run time than state-of-the-art models on multiple datasets.

Asynchronous Time Series is a multivariate time series where all the channels are observed asynchronously-independently, making the time series extremely sparse when aligning them. We often observe this effect in applications with complex observation processes, such as health care, climate science, and astronomy, to name a few. Because of the asynchronous nature, they pose a significant challenge to deep learning architectures, which presume that the time series presented to them are regularly sampled, fully observed, and aligned with respect to time. This paper proposes a novel framework, that we call Deep Convolutional Set Functions (DCSF), which is highly scalable and memory efficient, for the asynchronous time series classification task. With the recent advancements in deep set learning architectures, we introduce a model that is invariant to the order in which time series' channels are presented to it. We explore convolutional neural networks, which are well researched for the closely related problem-classification of regularly sampled and fully observed time series, for encoding the set elements. We evaluate DCSF for AsTS classification, and online (per time point) AsTS classification. Our extensive experiments on multiple real-world and synthetic datasets verify that the suggested model performs substantially better than a range of state-of-the-art models in terms of accuracy and run time.

Code Implementations1 repo
Foundations

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

Your Notes