SOTAVerified

Set Functions for Time Series

2019-09-26ICML 2020Code Available0· sign in to hype

Max Horn, Michael Moor, Christian Bock, Bastian Rieck, Karsten Borgwardt

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Despite the eminent successes of deep neural networks, many architectures are often hard to transfer to irregularly-sampled and asynchronous time series that commonly occur in real-world datasets, especially in healthcare applications. This paper proposes a novel approach for classifying irregularly-sampled time series with unaligned measurements, focusing on high scalability and data efficiency. Our method SeFT (Set Functions for Time Series) is based on recent advances in differentiable set function learning, extremely parallelizable with a beneficial memory footprint, thus scaling well to large datasets of long time series and online monitoring scenarios. Furthermore, our approach permits quantifying per-observation contributions to the classification outcome. We extensively compare our method with existing algorithms on multiple healthcare time series datasets and demonstrate that it performs competitively whilst significantly reducing runtime.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
PhysioNet Challenge 2012TransformerAUC86.28Unverified
PhysioNet Challenge 2012IP-NetsAUC86.24Unverified
PhysioNet Challenge 2012SeFT-AttnAUC85.14Unverified
PhysioNet Challenge 2012Phased-LSTMAUC79.94Unverified

Reproductions