Skip to content

Code for the paper "Network Information Dynamics Renormalization Group"

Notifications You must be signed in to change notification settings

3riccc/nfc_model

Repository files navigation

Coarse-graining network flow through statistical physics and machine learning

This repository will contain the PyTorch implementation of:

Coarse-graining network flow through statistical physics and machine learning
Zhang Zhang, Arsham Ghavasieh, Jiang Zhang, Manlio De Domenico*

(*: Corresponding author)
Download PDF

Abstract:

Information dynamics plays a crucial role in complex systems, from cells to societies. Recent advances in statistical physics have made it possible to capture key network properties, such as flow diversity and signal speed, using entropy and free energy. However, large system sizes pose computational challenges. We use graph neural networks to identify suitable groups of components for coarse-graining a network and achieve a low computational complexity, suitable for practical application. Our approach preserves information flow even under significant compression, as shown through theoretical analysis and experiments on synthetic and empirical networks. We find that the model merges nodes with similar structural properties, suggesting they perform redundant roles in information transmission. This method enables low-complexity compression for extremely large networks, offering a multiscale perspective that preserves information flow in biological, social, and technological networks better than existing methods mostly focused on network structure.

Requirements

  • Python 3.7.0
  • Pytorch 2.0.1
  • torch_geometric 2.4.0

To start fast, please see the following tutorials:

  • With this tutorial you can easily train a model to coarse grain your network data

Tutorial_1

  • With this tutorial you can load the pre-trained model to coarse grain your network data

Tutorial_2

Cite

If you use this code in your own work, please cite our paper:

Zhang, Z., Ghavasieh, A., Zhang, J., & De Domenico, M. (2023). Network Information Dynamics Renormalization Group.

About

Code for the paper "Network Information Dynamics Renormalization Group"

Resources

Stars

Watchers

Forks

Packages

No packages published