Giter VIP home page Giter VIP logo

activewireless's Introduction

State-Augmented Learnable Algorithms for Resource Management in Wireless Networks

This repository contains the source code for learning state-augmented resource management algorithms in wireless networks via graph neural network (GNN) parameterizations. In particular, a GNN policy is trained, which takes as input both the network state at each time step (e.g., the channel gains across the network), as well as the dual variables indicating how much each user satisfies/violates its minimum-rate requirements over time. If run for a long-enough period of time and under mild assumptions, the algorithm is guaranteed to generated resource management decisions that are both feasible (i.e., satisfy the per-user minimum-rate requirements) and near-optimal (i.e., achieve network-wide performance within a constant additive gap of optimum). Please refer to the accompanying paper for more details.

Training, Evaluation, and Visualization of Results

To train the state-augmented power control algorithms and evaluate their performance on a set of test configurations, run the following command:

python main.py

The wireless network parameters (such as the number of transmitter-receiver pairs) and the learning hyperparameters (such as the numbers and sizes of GNN hidden layers) can be adjusted in the first few lines of main.py. Upon completion of the training and evaluation process, the generated dataset, the entire results, and the final model parameters are saved in separate folders named data, results, and models, respectively.

In order to visualize the results, as an example, the following code (in a Python environment) can be used to plot the results with the default set of parameters in main.py:

from plot_gen import plot_results
plot_results('./results/m_6_T_100_fmin_0.75_train_256_test_128_mode_var_density.json')

The result should look like the following figure:

sample_results_figure

Dependencies

Citation

Please use the following BibTeX citation to cite the accompanying paper if you use this repository in your work:

@article{StateAugmented_RRM_GNN_naderializadeh2022,
  title={State-Augmented Learnable Algorithms for Resource Management in Wireless Networks},
  author={Navid Naderializadeh and Mark Eisen and Alejandro Ribeiro},
  journal={arXiv preprint arXiv:2207.02242},
  year={2022}
}

activewireless's People

Contributors

navid-naderi avatar juanelenter avatar

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.