LGMLMar 9, 2020

Temporal Attribute Prediction via Joint Modeling of Multi-Relational Structure Evolution

arXiv:2003.03919v25 citationsHas Code
AI Analysis

This work addresses time series prediction for domains with dynamic relational data, offering an incremental improvement by integrating graph information.

The paper tackles the problem of time series prediction by incorporating dynamic knowledge graphs, showing that using graph-time series interdependence improves prediction accuracy. The proposed DArtNet framework consistently outperforms previous methods on five curated datasets.

Time series prediction is an important problem in machine learning. Previous methods for time series prediction did not involve additional information. With a lot of dynamic knowledge graphs available, we can use this additional information to predict the time series better. Recently, there has been a focus on the application of deep representation learning on dynamic graphs. These methods predict the structure of the graph by reasoning over the interactions in the graph at previous time steps. In this paper, we propose a new framework to incorporate the information from dynamic knowledge graphs for time series prediction. We show that if the information contained in the graph and the time series data are closely related, then this inter-dependence can be used to predict the time series with improved accuracy. Our framework, DArtNet, learns a static embedding for every node in the graph as well as a dynamic embedding which is dependent on the dynamic attribute value (time-series). Then it captures the information from the neighborhood by taking a relation specific mean and encodes the history information using RNN. We jointly train the model link prediction and attribute prediction. We evaluate our method on five specially curated datasets for this problem and show a consistent improvement in time series prediction results. We release the data and code of model DArtNet for future research at https://github.com/INK-USC/DArtNet .

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