Max-Margin DeepWalk: Discriminative Learning of Network Representation

Abstract

DeepWalk is a typical representation learning method that learns low-dimensional representations for vertices in social networks. Similar to other network representation learning (NRL) models, it encodes the network structure into vertex representations and is learnt in unsupervised form. However, the learnt representations usually lack the ability of discrimination when applied to machine learning tasks, such as vertex classification. In this paper, we overcome this challenge by proposing a novel semi-supervised model, max-margin DeepWalk (MMDW). MMDW is a unified NRL framework that jointly optimizes the max-margin classifier and the aimed social representation learning model. Influenced by the max-margin classifier, the learnt representations not only contain the network structure, but also have the characteristic of discrimination. The visualizations of learnt representations indicate that our model is more discriminative than unsupervised ones, and the experimental results on vertex classification demonstrate that our method achieves a significant improvement than other state-of-the-art methods. PDF

Cite

Text

Tu et al. "Max-Margin DeepWalk: Discriminative Learning of Network Representation." International Joint Conference on Artificial Intelligence, 2016.

Markdown

[Tu et al. "Max-Margin DeepWalk: Discriminative Learning of Network Representation." International Joint Conference on Artificial Intelligence, 2016.](https://mlanthology.org/ijcai/2016/tu2016ijcai-max/)

BibTeX

@inproceedings{tu2016ijcai-max,
  title     = {{Max-Margin DeepWalk: Discriminative Learning of Network Representation}},
  author    = {Tu, Cunchao and Zhang, Weicheng and Liu, Zhiyuan and Sun, Maosong},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {3889-3895},
  url       = {https://mlanthology.org/ijcai/2016/tu2016ijcai-max/}
}