🛰️ Daily AI Frontier
‹ back to 2026-08-17

Rollplex: Cross-Phase GPU Spatial Sharing for Vision Language Model Post-Training

arXiv cs.LG Efficiency & Systems Hanfeng Lu, Tianyu Feng, Suyi Li, Yuheng Zhao, Wei Gao, Shaopan Xiong, Ju Huang, Siran Yang, Jiamang Wang, Lin Qu, Wei Wang 2026-08-14

TL;DR - Rollplex accelerates synchronous reinforcement-learning post-training for vision-language models by overlapping prefix computation with rollout decoding. It improves GPU utilization without changing on-policy update semantics.

  • Decomposes reference-scoring and training phases, moving response-independent video and prompt-prefix processing into underutilized rollout windows.
  • Uses phase-aware HBM management to control tensor residency according to producer-consumer lifetimes.
  • Shares compatible actor-weight storage across different tensor-parallel layouts, reconstructing only incompatible tensors.
  • On 32 H800 GPUs, achieves 1.23×–1.30Ă— speedups over serial colocation and 1.57×–2.24Ă— over disaggregation at the same GPU budget.

view merged work →