Code Monkey home page Code Monkey logo

multiscalesnapshots's Introduction

Multiscale Snapshots

Visual Analysis of Temporal Summaries in Dynamic Graphs - [Paper]

Abstract

The overview-driven visual analysis of large-scale dynamic graphs poses a major challenge. We propose Multiscale Snapshots, a visual analytics approach to analyze temporal summaries of dynamic graphs at multiple temporal scales. First, we recursively generate temporal summaries to abstract overlapping sequences of graphs into compact snapshots. Second, we apply graph embeddings to the snapshots to learn low-dimensional representations of each sequence of graphs to speed up specific analytical tasks (e.g., similarity search). Third, we visualize the evolving data from a coarse to fine-granular snapshots to semi-automatically analyze temporal states, trends, and outliers. The approach enables us to discover similar temporal summaries (e.g., reoccurring states), reduces the temporal data to speed up automatic analysis, and to explore both structural and temporal properties of a dynamic graph. We demonstrate the usefulness of our approach by a quantitative evaluation and the application to a real-world dataset.

This repository provides a Python/Javascript implementation of Multiscale Snapshots prototype as described in the paper:

@inproceedings{CaScJa+2020Multiscale,
 author = {Cakmak, Eren and Schlegel, Udo and Jäckle, Dominik and Keim, Daniel A. and Schreck, Tobias},
 booktitle = {IEEE Transactions on Visualization and Computer Graphics (to appear)},
 pages = {11},
 title = {Multiscale Snapshots: Visual Analysis of Temporal Summaries in Dynamic Graphs},
 year = {2020}
}

How to locally run the prototype

  1. Install Python requirements
pip install -r requirements.txt
  1. Run app.py with Pyhton e.g.,
python3 app.py
  1. Access the prototype implementation in the web browser
http://127.0.0.1:8000/

How to locally develop the prototype

First, install the node.js modules and run wepack. Move the to the /frontend directory and run the following commands while working on the frontend:

npm install
npm run watch

Datasets & Graph Embeddings

The following dataset is currently used in the prototype Reddit Hyperlink Network. The graphs were embedded using the Karate Club library.


License

Released under GNU General Public License v3.0. See the LICENSE file for details. The prototype was developed by Eren Cakmak from the Data Analysis and Visualization Group at the University Konstanz funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under Germany's Excellence Strategy – EXC 2117 – 422037984 and the European Union’s Horizon 2020 research and innovation programme under grant agreement No 830892.

multiscalesnapshots's People

Contributors

eren-ck avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

multiscalesnapshots's Issues

Karate Club citation

Dear Authors,

You decided to use the Karate Club library because you most probably struggled to implement the whole graph embedding methods on your own. Yet you did not even care to cite the system design paper. I find this a pretty poor and unethical practice.

Best wishes,

Benedek Rozemberczki

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.