1 / 7

Massive Graph Visualization System

Massive Graph Visualization System. Lei Wang. Introduction. Motivation Graphs are everywhere Seeing is believing Goal An interactive massive graph visualization system. Courtesy of cytoscape.org . Basic Structure: Hierarchy Tree. Two constrains IH and IL Server-side Client-side

carr
Download Presentation

Massive Graph Visualization System

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Massive Graph Visualization System Lei Wang

  2. Introduction • Motivation • Graphs are everywhere • Seeing is believing • Goal • An interactive massive graph visualization system Courtesy of cytoscape.org

  3. Basic Structure: Hierarchy Tree • Two constrains • IH and IL • Server-side • Client-side • Children nodes form a graph partition

  4. Server-side Algorithm • Divide-and-conquer: • Recursively break a graph by removing unimportant edges until it is small enough • Operate on hard disk

  5. Client-side Algorithm • Interactively process a subgraph on client side • Finish a branch of hierarchy tree • Preprocessing • Peel: Iteratively remove degree one node • Biconnected component node decomposition

  6. Visualization • Node-link layout • Force directed • Important nodes are attracted to center • Nodes repulse with each other • 3 Dimensional layout, users could change views • Click node to expand\collapse

  7. Experimental Results loc-Brightkite, 58,228 nodes and 214,078 edges Enron emails, 36,692 nodes and 36,7662 edges

More Related