TL;DR: Prism-MoE converts a pretrained visual autoregressive image generator into a sparse top-k2 Mixture-of-Experts model via a training-free two-stage initialization plus lightweight distillation, preserving image quality at a fraction of the compute.
Visual autoregressive image generation keeps scaling โ from next-token models (LlamaGen, Janus-Pro) and next-scale models (VAR, Infinity) to tens-of-billions-parameter systems โ which substantially increases inference cost. Mixture-of-Experts (MoE) is a natural way to add capacity through sparse activation and is already standard in large language models, but training MoE from scratch is prohibitively expensive, making low-cost dense-to-MoE conversion the appealing route. Yet dense-to-MoE conversion for autoregressive image generation remains underexplored: prior efforts mostly target general upcycling or diffusion with heavy fine-tuning, and the conversion is further complicated by step-dependent activation non-stationarity and spatially heterogeneous token uncertainty.
So we ask: can MoE be brought into visual autoregressive generation efficiently โ converting a pretrained dense generator into a sparse MoE with only a fraction of the active parameters and training budget, while preserving generation quality?

Visual AR representations exhibit strong step-dependent low-rank structures, indicating that feature complexity varies significantly across generation steps.

Expert activation patterns are highly non-uniform and evolve during fine-tuning, suggesting unstable routing behavior and lack of consistent expert specialization.

Generated images exhibit spatially heterogeneous entropy patterns, where high-uncertainty regions align with semantic structures, indicating a mismatch between routing behavior and visual complexity.



Baseline exhibits scattered entropy with unstable uncertainty regions. Ours produces structured entropy aligned with semantic regions and more consistent routing behavior.

VAR-d20, 37.5% activation

LlamaGen, 37.5% activation
@inproceedings{li2026prismmoe,
title = {Prism-MoE: Efficient Dense-to-MoE Conversion for Visual Autoregressive Generation},
author = {Li, Ying and Wang, Zefang and Wang, Zhaode and Chen, Zhiwen and Lv, Chengfei and Wang, Huan},
booktitle = {International Conference on Machine Learning (ICML)},
year = {2026}
}