Drawing Large Graphs by Low-Rank Stress Majorization
Marc Khoury, Yifan Hu, Shankar Krishnan, Carlos Scheidegger
In Computer Graphics Forum, 31(3), 2012.
Abstract: Optimizing a stress model is a natural technique for drawing graphs: one seeks an embedding into Rd which best preserves the induced graph metric. Current approaches to solving the stress model for a graph with |V| nodes and |$epsilon $| edges require the full all-pairs shortest paths (APSP) matrix, which takes O(|V|2 log |$epsilon $|+|V$Vert epsilon $|) time and O(|V|2) space. We propose a novel algorithm based on a low-rank approximation to the required matrices. The crux of our technique is an observation that it is possible to approximate the full APSP matrix, even when only a small subset of its entries are known. Our algorithm takes time O(k|V|+|V|log|V|+|$epsilon $|) per iteration with a preprocessing time of O(k^3+ k(|$epsilon $|+|V| log |V|) + $k^2$|V|) and memory usage of O(k|V|), where a user-defined parameter k trades off quality of approximation with running time and space. We give experimental results which show, to the best of our knowledge, the largest (albeit approximate) full stress model based layouts to date.
@article{Khoury:2012:DLG,
author = {Marc Khoury and Yifan Hu and Shankar Krishnan and Carlos Scheidegger},
title = {Drawing Large Graphs by Low-Rank Stress Majorization},
journal = {Computer Graphics Forum},
volume = {31},
number = {3},
pages = {975--984},
year = {2012},
}
Return to the search page.
graphbib: Powered by "bibsql" and "SQLite3."