paper-with-me

Papers

Doubly-Bounded Queue for Constrained Online Learning: Keeping Pace with Dynamics of Both Loss and Constraint

2024-12-14 · Juncheng Wang, Bingjie Yan, Yituo Liu

We consider online convex optimization with time-varying constraints and conduct performance analysis using two stringent metrics: dynamic regret with respect to the online solution benchmark, and hard constraint violation that does not allow any compensated violation over time. We propose an efficient algorithm called Constrained Online Learning with Doubly-bounded Queue (COLDQ), which introduces a novel virtual queue that is both lower and upper bounded, allowing tight control of the constraint violation without the need for the Slater condition. We prove via a new Lyapunov drift analysis that COLDQ achieves $O(T^\frac{1+V_x}{2})$ dynamic regret and $O(T^{V_g})$ hard constraint violation, where $V_x$ and $V_g$ capture the dynamics of the loss and constraint functions. For the first time, the two bounds smoothly approach to the best-known $O(T^\frac{1}{2})$ regret and $O(1)$ violation, as the dynamics of the losses and constraints diminish. For strongly convex loss functions, COLDQ matches the best-known $O(\log{T})$ static regret while maintaining the $O(T^{V_g})$ hard constraint violation. We further introduce an expert-tracking variation of COLDQ, which achieves the same performance bounds without any prior knowledge of the system dynamics. Simulation results demonstrate that COLDQ outperforms the state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2412.10703

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FedQueue: Queue-Aware Federated Learning for Cross-Facility HPC Training

2026-05-04 · Yijiang Li, Emon Dey, Zilinghan Li, Krishnan Raghavan 외 arxiv

Federated learning (FL) across multiple HPC facilities faces stochastic admission delays from batch schedulers that dominate wall-clock time. Synchronous FL suffers from severe stragglers, while asynchronous FL accumulat…

Federated Learning

Learning to Stabilize Online Reinforcement Learning in Unbounded State Spaces

2023-06-02 · Brahma S. Pavse, Matthew Zurek, Yudong Chen, Qiaomin Xie 외

In many reinforcement learning (RL) applications, we want policies that reach desired states and then keep the controlled system within an acceptable region around the desired states over an indefinite period of time. Th…

Attributereinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Minimizing Queue Length Regret for Arbitrarily Varying Channels

2025-01-23 · G Krishnakumar, Abhishek Sinha

We consider an online channel scheduling problem for a single transmitter-receiver pair equipped with $N$ arbitrarily varying wireless channels. The transmission rates of the channels might be non-stationary and could be…

Scheduling

On the Robustness of Age for Learning-Based Wireless Scheduling in Unknown Environments

2026-01-09 · Juaren Steiger, Bin Li arxiv

The constrained combinatorial multi-armed bandit model has been widely employed to solve problems in wireless networking and related areas, including the problem of wireless scheduling for throughput optimization under u…

Intervention-Assisted Policy Gradient Methods for Online Stochastic Queuing Network Optimization: Technical Report

2024-04-05 · Jerrod Wigmore, Brooke Shrader, Eytan Modiano

Deep Reinforcement Learning (DRL) offers a powerful approach to training neural network control policies for stochastic queuing networks (SQN). However, traditional DRL methods rely on offline simulations or static datas…

Deep Reinforcement LearningPolicy Gradient Methodsreinforcement-learningReinforcement Learning