Asynchronous Graph Generator
Christopher P. Ley, Felipe Tobar
TL;DR
The Asynchronous Graph Generator (AGG) introduces a graph-based approach for imputation, classification, and prediction in multi-channel time series without assuming temporal regularity. By representing observations as nodes with learnable embeddings for measurements, timestamps, and channels, and by using encoder–generator blocks with a novel conditional attention generation mechanism, AGG learns expressive interdependencies through attention on a homogeneous, asynchronous graph. Empirical results across Beijing Air Quality, PhysioNet ICU 2012, and UCI Localization show state-of-the-art performance, robustness to sparsity, and competitive or superior results to recent attention-based methods, with additional validation on foreign exchange data. The work highlights data augmentation and transductive node generation as key mechanisms unlocking strong performance and broader applicability to downstream tasks.
Abstract
We introduce the asynchronous graph generator (AGG), a novel graph attention network for imputation and prediction of multi-channel time series. Free from recurrent components or assumptions about temporal/spatial regularity, AGG encodes measurements, timestamps and channel-specific features directly in the nodes via learnable embeddings. Through an attention mechanism, these embeddings allow for discovering expressive relationships among the variables of interest in the form of a homogeneous graph. Once trained, AGG performs imputation by \emph{conditional attention generation}, i.e., by creating a new node conditioned on given timestamps and channel specification. The proposed AGG is compared to related methods in the literature and its performance is analysed from a data augmentation perspective. Our experiments reveal that AGG achieved state-of-the-art results in time series imputation, classification and prediction for the benchmark datasets \emph{Beijing Air Quality}, \emph{PhysioNet ICU 2012} and \emph{UCI localisation}, outperforming other recent attention-based networks.
