LGMLMar 24, 2018

AAANE: Attention-based Adversarial Autoencoder for Multi-scale Network Embedding

arXiv:1803.09080v14 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more effective network embedding techniques in domains like social network analysis, though it is incremental as it builds on existing autoencoder and adversarial methods.

The paper tackles the problem of multi-scale network embedding by proposing an attention-based adversarial autoencoder framework that differentiates the roles of different structural scales, resulting in improved performance over state-of-the-art methods on real-world networks.

Network embedding represents nodes in a continuous vector space and preserves structure information from the Network. Existing methods usually adopt a "one-size-fits-all" approach when concerning multi-scale structure information, such as first- and second-order proximity of nodes, ignoring the fact that different scales play different roles in the embedding learning. In this paper, we propose an Attention-based Adversarial Autoencoder Network Embedding(AAANE) framework, which promotes the collaboration of different scales and lets them vote for robust representations. The proposed AAANE consists of two components: 1) Attention-based autoencoder effectively capture the highly non-linear network structure, which can de-emphasize irrelevant scales during training. 2) An adversarial regularization guides the autoencoder learn robust representations by matching the posterior distribution of the latent embeddings to given prior distribution. This is the first attempt to introduce attention mechanisms to multi-scale network embedding. Experimental results on real-world networks show that our learned attention parameters are different for every network and the proposed approach outperforms existing state-of-the-art approaches for network embedding.

Foundations

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

Your Notes