SILGNov 7, 2024

Non-Euclidean Mixture Model for Social Network Embedding

arXiv:2411.04876v18 citationsh-index: 24NIPS
Originality Incremental advance
AI Analysis

This work addresses the challenge of understanding social network formation for researchers and practitioners in network analysis, though it appears incremental by building on existing graph representation learning methods.

The paper tackles the problem of modeling social network link formation by proposing a novel embedding-based graph formation model that combines homophily and social influence factors, with experiments showing NMM-GNN significantly outperforms state-of-the-art baselines on social network generation and classification tasks.

It is largely agreed that social network links are formed due to either homophily or social influence. Inspired by this, we aim at understanding the generation of links via providing a novel embedding-based graph formation model. Different from existing graph representation learning, where link generation probabilities are defined as a simple function of the corresponding node embeddings, we model the link generation as a mixture model of the two factors. In addition, we model the homophily factor in spherical space and the influence factor in hyperbolic space to accommodate the fact that (1) homophily results in cycles and (2) influence results in hierarchies in networks. We also design a special projection to align these two spaces. We call this model Non-Euclidean Mixture Model, i.e., NMM. We further integrate NMM with our non-Euclidean graph variational autoencoder (VAE) framework, NMM-GNN. NMM-GNN learns embeddings through a unified framework which uses non-Euclidean GNN encoders, non-Euclidean Gaussian priors, a non-Euclidean decoder, and a novel space unification loss component to unify distinct non-Euclidean geometric spaces. Experiments on public datasets show NMM-GNN significantly outperforms state-of-the-art baselines on social network generation and classification tasks, demonstrating its ability to better explain how the social network is formed.

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