English

Graph Drawing by Stochastic Gradient Descent

Computational Geometry 2018-06-29 v3

Abstract

A popular method of force-directed graph drawing is multidimensional scaling using graph-theoretic distances as input. We present an algorithm to minimize its energy function, known as stress, by using stochastic gradient descent (SGD) to move a single pair of vertices at a time. Our results show that SGD can reach lower stress levels faster and more consistently than majorization, without needing help from a good initialization. We then show how the unique properties of SGD make it easier to produce constrained layouts than previous approaches. We also show how SGD can be directly applied within the sparse stress approximation of Ortmann et al. [1], making the algorithm scalable up to large graphs.

Keywords

Cite

@article{arxiv.1710.04626,
  title  = {Graph Drawing by Stochastic Gradient Descent},
  author = {Jonathan X. Zheng and Samraat Pawar and Dan F. M. Goodman},
  journal= {arXiv preprint arXiv:1710.04626},
  year   = {2018}
}

Comments

Submitted to IEEE Transactions on Visualization and Computer Graphics on 26/06/2018

R2 v1 2026-06-22T22:11:49.305Z