SSDE: fast graph drawing using sampled spectral distance embedding

  • Authors:
  • Ali Çivril;Malik Magdon-Ismail;Eli Bocek-Rivele

  • Affiliations:
  • Computer Science Department, RPI, Troy, NY;Computer Science Department, RPI, Troy, NY;Computer Science Department, RPI, Troy, NY

  • Venue:
  • GD'06 Proceedings of the 14th international conference on Graph drawing
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present a fast spectral graph drawing algorithm for drawing undirected connected graphs. ClassicalMulti-Dimensional Scaling yields a quadratic-time spectral algorithm, which approximates the real distances of the nodes in the final drawing with their graph theoretical distances. We build from this idea to develop the linear-time spectral graph drawing algorithm SSDE. We reduce the space and time complexity of the spectral decomposition by approximating the distance matrix with the product of three smaller matrices, which are formed by sampling rows and columns of the distance matrix. The main advantages of our algorithm are that it is very fast and it gives aesthetically pleasing results, when compared to other spectral graph drawing algorithms. The runtime for typical 105 node graphs is about one second and for 106 node graphs about ten seconds.