paper-with-me

홈 › Papers

Symbolic Distillation for Learned TCP Congestion Control

2022-10-24 · S P Sharan, Wenqing Zheng, Kuo-Feng Hsu, Jiarong Xing, Ang Chen, Zhangyang Wang

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. Our code is available at https://github.com/VITA-Group/SymbolicPCC.

📄 PDF Abstract BibTeX arXiv:2210.16987

Code (1)

vita-group/symbolicpcc 공식 구현

Tasks

Deep Reinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

C3: Learning Congestion Controllers with Formal Certificates

2024-12-14 · Chenxi Yang, Divyanshu Saxena, Rohit Dwivedula, Kshiteej Mahajan 외

Learning-based congestion controllers offer better adaptability compared to traditional heuristic algorithms. However, the inherent unreliability of learning techniques can cause learning-based controllers to behave poor…

Analyzing Symbolic Properties for DRL Agents in Systems and Networking

2026-04-06 · Mohammad Zangooei, Jannis Weil, Amr Rizk, Mina Tahmasbi Arashloo 외 arxiv

Deep reinforcement learning (DRL) has shown remarkable performance on complex control problems in systems and networking, including adaptive video streaming, wireless resource management, and congestion control. For safe…

Reinforcement Learning

Unleashing Automated Congestion Control Customization in the Wild

2025-05-18 · Amit Cohen, Lev Gloukhenki, Ravid Hadar, Eden Itah 외

Congestion control (CC) crucially impacts user experience across Internet services like streaming, gaming, AR/VR, and connected cars. Traditionally, CC algorithm design seeks universal control rules that yield high perfo…

Referee: Reference-Free Sentence Summarization with Sharper Controllability through Symbolic Knowledge Distillation

2022-10-25 · Melanie Sclar, Peter West, Sachin Kumar, Yulia Tsvetkov 외

We present Referee, a novel framework for sentence summarization that can be trained reference-free (i.e., requiring no gold summaries for supervision), while allowing direct control for compression ratio. Our work is th…

Knowledge DistillationSentenceSentence Summarization

CoSLight: Co-optimizing Collaborator Selection and Decision-making to Enhance Traffic Signal Control

2024-05-27 · Jingqing Ruan, Ziyue Li, Hua Wei, Haoyuan Jiang 외

Effective multi-intersection collaboration is pivotal for reinforcement-learning-based traffic signal control to alleviate congestion. Existing work mainly chooses neighboring intersections as collaborators. However, qui…

Decision MakingTraffic Signal Control