IRNov 23, 2021

Learning Dynamic Preference Structure Embedding From Temporal Networks

arXiv:2111.11886v13 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of mining dynamic structures and preferences in temporal networks, which is incremental as it builds on existing graph neural network approaches.

The paper tackles the problem of capturing dynamic node preferences in temporal networks by proposing a Dynamic Preference Structure (DPS) framework, which outperforms state-of-the-art methods on real-life datasets.

The dynamics of temporal networks lie in the continuous interactions between nodes, which exhibit the dynamic node preferences with time elapsing. The challenges of mining temporal networks are thus two-fold: the dynamic structure of networks and the dynamic node preferences. In this paper, we investigate the dynamic graph sampling problem, aiming to capture the preference structure of nodes dynamically in cooperation with GNNs. Our proposed Dynamic Preference Structure (DPS) framework consists of two stages: structure sampling and graph fusion. In the first stage, two parameterized samplers are designed to learn the preference structure adaptively with network reconstruction tasks. In the second stage, an additional attention layer is designed to fuse two sampled temporal subgraphs of a node, generating temporal node embeddings for downstream tasks. Experimental results on many real-life temporal networks show that our DPS outperforms several state-of-the-art methods substantially owing to learning an adaptive preference structure. The code will be released soon at https://github.com/doujiang-zheng/Dynamic-Preference-Structure.

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