English

GraphTSNE: A Visualization Technique for Graph-Structured Data

Machine Learning 2019-04-24 v3 Machine Learning

Abstract

We present GraphTSNE, a novel visualization technique for graph-structured data based on t-SNE. The growing interest in graph-structured data increases the importance of gaining human insight into such datasets by means of visualization. Among the most popular visualization techniques, classical t-SNE is not suitable on such datasets because it has no mechanism to make use of information from the graph structure. On the other hand, visualization techniques which operate on graphs, such as Laplacian Eigenmaps and tsNET, have no mechanism to make use of information from node features. Our proposed method GraphTSNE produces visualizations which account for both graph structure and node features. It is based on scalable and unsupervised training of a graph convolutional network on a modified t-SNE loss. By assembling a suite of evaluation metrics, we demonstrate that our method produces desirable visualizations on three benchmark datasets.

Keywords

Cite

@article{arxiv.1904.06915,
  title  = {GraphTSNE: A Visualization Technique for Graph-Structured Data},
  author = {Yao Yang Leow and Thomas Laurent and Xavier Bresson},
  journal= {arXiv preprint arXiv:1904.06915},
  year   = {2019}
}

Comments

Published as a workshop paper at ICLR 2019

R2 v1 2026-06-23T08:39:30.989Z