SYLGJul 8, 2025

Robust Bandwidth Estimation for Real-Time Communication with Offline Reinforcement Learning

arXiv:2507.05785v3Has Code
Originality Incremental advance
AI Analysis

This work addresses bandwidth estimation for real-time communication systems, offering a robust solution with incremental improvements over existing methods.

The paper tackles the problem of accurate bandwidth estimation for real-time communication by proposing RBWE, an offline reinforcement learning framework that reduces overestimation errors by 18% and improves the 10th percentile Quality of Experience by 18.6%.

Accurate bandwidth estimation (BWE) is critical for real-time communication (RTC) systems. Traditional heuristic approaches offer limited adaptability under dynamic networks, while online reinforcement learning (RL) suffers from high exploration costs and potential service disruptions. Offline RL, which leverages high-quality data collected from real-world environments, offers a promising alternative. However, challenges such as out-of-distribution (OOD) actions, policy extraction from behaviorally diverse datasets, and reliable deployment in production systems remain unsolved. We propose RBWE, a robust bandwidth estimation framework based on offline RL that integrates Q-ensemble (an ensemble of Q-functions) with a Gaussian mixture policy to mitigate OOD risks and enhance policy learning. A fallback mechanism ensures deployment stability by switching to heuristic methods under high uncertainty. Experimental results show that RBWE reduces overestimation errors by 18% and improves the 10th percentile Quality of Experience (QoE) by 18.6%, demonstrating its practical effectiveness in real-world RTC applications. The implementation is publicly available at https://github.com/jiu2021/RBWE_offline.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes