Giter VIP home page Giter VIP logo

vita-group / symbolicpcc Goto Github PK

View Code? Open in Web Editor NEW
12.0 10.0 4.0 1.42 MB

๐Ÿ“œ [NeurIPS 2022] "Symbolic Distillation for Learned TCP Congestion Control", S P Sharan, Wenqing Zheng, Kuo-Feng Hsu, Jiarong Xing, Ang Chen, Zhangyang Wang

License: MIT License

Python 9.70% Makefile 0.34% C++ 89.20% C 0.68% Shell 0.08%
congestion-control deep-learning interpretability pytorch symbolic-distillation

symbolicpcc's Introduction

Symbolic Distillation for Learned TCP Congestion Control

Accepted at NeurIPS 2022

[ Paper ] [ Poster ]

Introduction

Recent advances in TCP congestion control (CC) have achieved tremendous success with deep reinforcement learning (RL) approaches, which use feedforward neural networks (NN) to learn complex environment conditions and make better decisions. However, such "black-box" policies lack interpretability and reliability, and often, they need to operate outside the traditional TCP datapath due to the use of complex NNs. This paper proposes a novel two-stage solution to achieve the best of both worlds: first to train a deep RL agent, then distill its over-parameterized NN policy into white-box, light-weight rules in the form of symbolic expressions that are much easier to understand and to implement in constrained environments. At the core of our proposal is a novel symbolic branching algorithm that enables the rule to be aware of the context in terms of various network conditions, eventually converting the NN policy into a symbolic tree. The distilled symbolic rules preserve and often improve performance over state-of-the-art NN policies while being faster and simpler than a standard neural network. We validate the performance of our distilled symbolic rules on both simulation and emulation environments.

Overview of a congestion control agent's role in the network

Results

Emulation Performance on Lossy Network Conditions
Emulation Performance under Network Dynamics
Link Utilization and Network Sensitivities

Usage

Training RL Agents

TODO

Symbolic Distillation

TODO

Citation

If you find our code implementation helpful for your own research or work, please cite our paper.

@inproceedings{
    sharan2022symbolic,
    title={Symbolic Distillation for Learned {TCP} Congestion Control},
    author={S P Sharan and Wenqing Zheng and Kuo-Feng Hsu and Jiarong Xing and Ang Chen and Zhangyang Wang},
    booktitle={Thirty-Sixth Conference on Neural Information Processing Systems},
    year={2022},
    url={https://openreview.net/forum?id=rDT-n9xysO}
}

Contact

For any queries, please raise an issue or contact S P Sharan.

License

This project is open sourced under MIT License.

symbolicpcc's People

Contributors

syzygianinfern0 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

symbolicpcc's Issues

How to get a "well-trained" RL agent in the first stage?

To explain the " black-box " NN is always interesting . However , it is hard to say if the " black-box " NN is well-trained (before explaining it ) . My question is that can we improve the " black-box " NN after distilling it ? IMO , the goal of RL-based method (no matter " black " or " white " box ) should be outperforming heuristic methods in most of the test cases .

About the code

Hello! Have you open sourced all your code? How to get symbolic policies described in your paper (unbranched or branched), and how to test them in Mininet? Thanks in advance.

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.