TSDM: A Scheduling Policy for Joint Throughput-AoI Optimization in Multichannel Wireless Networks
arXiv:2608.05348
2026
Training
1 ideas extracted · analyzed Aug 31, 2026
What the math gives to ML
The paper offers a second-order scheduling mechanism: instead of optimizing only average service or throughput, it first assigns each flow a target mean delivery rate and temporal variance, then uses a deficit-based weighted matching policy to track those targets online. The transferable asset is a low-complexity controller for allocating scarce update opportunities among competing neural-network components while controlling both average progress and burstiness. A direct neural analogue is to schedule parameter blocks, task heads, experts, or replay sources according to deficits in their desired update frequency and update-frequency variance. This is most promising for multi-task training, mixture-of-experts load balancing, or asynchronous distributed optimization, where starvation and bursty updates can destabilize learning.
Ideas from this paper
Unverified
2026
Replace uniform or purely loss-driven update allocation with a scheduler that targets both the mean update rate and the temporal variance of updates for each parameter group, task, or expert. At every training step, assign the available minibatch slots or accelerator workers to groups with the largest weighted deficits, preventing starvation while avoiding highly bursty update streams that can produce optimizer oscillations.
Useful6/10
Difficulty5/10
Novelty7/10