Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tsinghua-fib-lab/DiskNet

Official implementation for "Predicting Long-term Dynamics of Complex Networks via Identifying Skeleton in Hyperbolic Space" (KDD2024)
https://github.com/tsinghua-fib-lab/DiskNet

Last synced: about 2 months ago
JSON representation

Official implementation for "Predicting Long-term Dynamics of Complex Networks via Identifying Skeleton in Hyperbolic Space" (KDD2024)

Awesome Lists containing this project

README

        

# DiskNet

The repo is the official implementation for our paper: "Predicting Long-term Dynamics of Complex Networks via Identifying Skeleton in Hyperbolic Space” (KDD 2024).

## Overall Architecture

DiskNet: (1) Hyperbolic Renormalization Group, which identifies the representation and skeleton of network dynamics; (2) Neural Dynamics on Skeleton, which models the dynamics of super-nodes on the skeleton; and (3) Degree-based Super-Resolution, which lifts the predicted values of super-nodes to the original nodes.

![architecture](./asset/architecture.png)

## Environment Setup

```
conda create --name --file requirement.txt
```

## Usage

**Config:**

graph_type: `BA `, `WS`, `Drosophila`, `Social`, `Web`, `PowerGrid` or `Airport`;

dynamics: `HindmarshRose`, `FitzHughNagumo` or `CoupledRossler`

**Run:**

```shell
python main.py
```

## Citation

If you find this repo helpful, please cite our paper.

```
Coming soon.
```