Asynchronous Graph Generator

📅 2023-09-29
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This paper addresses missing value imputation and forecasting for irregular multivariate time series—data lacking regular sampling intervals, temporal alignment, or structural stationarity. Method: We propose AGG, a cycle-free graph attention network that makes no assumptions about temporal or spatial regularity. AGG jointly encodes measurements, timestamps, and channel-specific features into node embeddings; introduces a conditional attention mechanism to dynamically synthesize nodes; and constructs a data-driven homogeneous relation graph by modeling asynchronous inter-variable dependencies. Contribution/Results: AGG is the first to employ conditional attention for dynamic node synthesis and to frame asynchronous temporal dependency modeling as a data augmentation strategy. Evaluated on Beijing Air Quality, PhysioNet ICU-2012, and UCI Localisation benchmarks, AGG achieves state-of-the-art performance across imputation, classification, and forecasting tasks—significantly outperforming existing attention-based models.
📝 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.
Problem

Research questions and friction points this paper is trying to address.

Imputing missing values in multi-channel time series data
Predicting future values without temporal/spatial regularity assumptions
Modeling relationships among variables via attention-based homogeneous graphs
Innovation

Methods, ideas, or system contributions that make the work stand out.

Graph attention network for time series
Learnable embeddings encode measurements
Conditional attention generation for imputation
🔎 Similar Papers
No similar papers found.
C
Christopher P. Ley
Center for Mathematical Modelling, Universidad de Chile
Felipe Tobar
Felipe Tobar
Imperial College London
Signal ProcessingMachine Learning