LGSIJun 3, 2021

Learning Representation over Dynamic Graph using Aggregation-Diffusion Mechanism

arXiv:2106.01678v11 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in dynamic graph learning for applications like bioinformatics and social networks, representing an incremental improvement over existing methods.

The paper tackled the problem of delayed information propagation in dynamic graph representation learning by proposing an aggregation-diffusion mechanism, which outperformed baseline models in dynamic link prediction tasks on two real-world datasets.

Representation learning on graphs that evolve has recently received significant attention due to its wide application scenarios, such as bioinformatics, knowledge graphs, and social networks. The propagation of information in graphs is important in learning dynamic graph representations, and most of the existing methods achieve this by aggregation. However, relying only on aggregation to propagate information in dynamic graphs can result in delays in information propagation and thus affect the performance of the method. To alleviate this problem, we propose an aggregation-diffusion (AD) mechanism that actively propagates information to its neighbor by diffusion after the node updates its embedding through the aggregation mechanism. In experiments on two real-world datasets in the dynamic link prediction task, the AD mechanism outperforms the baseline models that only use aggregation to propagate information. We further conduct extensive experiments to discuss the influence of different factors in the AD mechanism.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes