Exponential Family Graph Embeddings

Abstract

Representing networks in a low dimensional latent space is a crucial task with many interesting applications in graph learning problems, such as link prediction and node classification. A widely applied network representation learning paradigm is based on the combination of random walks for sampling context nodes and the traditional \textit{Skip-Gram} model to capture center-context node relationships. In this paper, we emphasize on exponential family distributions to capture rich interaction patterns between nodes in random walk sequences. We introduce the generic \textit{exponential family graph embedding} model, that generalizes random walk-based network representation learning techniques to exponential family conditional distributions. We study three particular instances of this model, analyzing their properties and showing their relationship to existing unsupervised learning models. Our experimental evaluation on real-world datasets demonstrates that the proposed techniques outperform well-known baseline methods in two downstream machine learning tasks.

Cite

Text

Çelikkanat and Malliaros. "Exponential Family Graph Embeddings." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I04.5737

Markdown

[Çelikkanat and Malliaros. "Exponential Family Graph Embeddings." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/celikkanat2020aaai-exponential/) doi:10.1609/AAAI.V34I04.5737

BibTeX

@inproceedings{celikkanat2020aaai-exponential,
  title     = {{Exponential Family Graph Embeddings}},
  author    = {Çelikkanat, Abdulkadir and Malliaros, Fragkiskos D.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {3357-3364},
  doi       = {10.1609/AAAI.V34I04.5737},
  url       = {https://mlanthology.org/aaai/2020/celikkanat2020aaai-exponential/}
}