CVAIAug 1

Relax Within, Balance Across: Geometry-Guided Load Balancing for Vision-Language Mixture-of-Experts

arXiv:2608.0057413.8h-index: 17Has Code
Predicted impact top 18% in CV · last 90 daysOriginality Synthesis-oriented
AI Analysis

For practitioners training vision-language MoE models, this provides a simple, effective method to improve load balance without sacrificing accuracy, addressing a practical bottleneck in distributed training.

The paper addresses load imbalance in vision-language mixture-of-experts models, where standard token-level auxiliary loss fails because image and text load errors can cancel. They propose ReBA, which applies separate balancing for image and text and per-image routing, reducing load imbalance across benchmarks and under resolution/tiling shifts while maintaining comparable accuracy.

Vision-language MoE batches contain different numbers of image and text tokens. Image resolution, image count, tiling, and prompt length all change this token mix. We call the standard token-level Switch auxiliary loss Std-Aux. Std-Aux balances only the mixed load, so large image and text load errors can cancel at one mix. On our main model, the same trained router shows more than a fivefold change in load imbalance across image resolutions. We hold the image and text load profiles fixed and derive the exact load curve as the token mix varies. The image-text load gap controls sensitivity to the token mix. Physical preprocessing can also change the conditional profiles. The fixed-profile law excludes such changes. To design a remedy, we examine the router input structure. Image and text occupy distinct regions, while visual tokens group strongly by source image. The modality boundary motivates separate image and text terms. The image boundary motivates one equal-weight routing instance per image. ReBA, or Relax Within, Balance Across, implements both choices. Across four split backbones, ReBA lowers load on every reported benchmark input while keeping mean task accuracy comparable to Std-Aux. ReBA also lowers average load over the tested range and worst physical load under resolution and tiling shifts. Code is available at https://github.com/ZiangWu-77/ReBA.

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