LGSISep 30, 2021

Latent Network Embedding via Adversarial Auto-encoders

arXiv:2109.15257v1
Originality Incremental advance
AI Analysis

This work addresses the limitation of existing graph auto-encoders in capturing latent network structures, which is an incremental improvement for network analysis applications.

The paper tackled the problem of network embedding by exploring latent structures beyond explicit connections, achieving superior results in link prediction and node classification tasks compared to baseline models.

Graph auto-encoders have proved to be useful in network embedding task. However, current models only consider explicit structures and fail to explore the informative latent structures cohered in networks. To address this issue, we propose a latent network embedding model based on adversarial graph auto-encoders. Under this framework, the problem of discovering latent structures is formulated as inferring the latent ties from partial observations. A latent transmission matrix that describes the strengths of existing edges and latent ties is derived based on influence cascades sampled by simulating diffusion processes over networks. Besides, since the inference process may bring extra noises, we introduce an adversarial training that works as regularization to dislodge noises and improve the model robustness. Extensive experiments on link prediction and node classification tasks show that the proposed model achieves superior results compared with baseline models.

Foundations

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

Your Notes