LGMLNov 28, 2017

Topological Recurrent Neural Network for Diffusion Prediction

arXiv:1711.10162v2196 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of diffusion prediction for social network analysis, offering a significant but incremental improvement over existing methods.

The paper tackles the problem of predicting information diffusion on graphs by modeling cascade structures as dynamic directed acyclic graphs, introducing a novel topological recurrent neural network (Topo-LSTM) that improves state-of-the-art baselines by 20.1% to 56.6% in MAP across multiple real-world datasets.

In this paper, we study the problem of using representation learning to assist information diffusion prediction on graphs. In particular, we aim at estimating the probability of an inactive node to be activated next in a cascade. Despite the success of recent deep learning methods for diffusion, we find that they often underexplore the cascade structure. We consider a cascade as not merely a sequence of nodes ordered by their activation time stamps; instead, it has a richer structure indicating the diffusion process over the data graph. As a result, we introduce a new data model, namely diffusion topologies, to fully describe the cascade structure. We find it challenging to model diffusion topologies, which are dynamic directed acyclic graphs (DAGs), with the existing neural networks. Therefore, we propose a novel topological recurrent neural network, namely Topo-LSTM, for modeling dynamic DAGs. We customize Topo-LSTM for the diffusion prediction task, and show it improves the state-of-the-art baselines, by 20.1%--56.6% (MAP) relatively, across multiple real-world data sets. Our code and data sets are available online at https://github.com/vwz/topolstm.

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