Prism-MoE: Efficient Dense-to-MoE Conversion for Visual Autoregressive Generation

ICML 2026
Ying Li*1,   Zefang Wang*2,   Zhaode Wang3,   Zhiwen Chen3,   Chengfei Lv3,   Huan Wang1
1 Westlake University    2 Zhejiang University    3 Alibaba Group
* Equal contribution   ยท   Corresponding author: Huan Wang
Institution logos
Paper Code Apache 2.0
Prism-MoE teaser

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.

Problem

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?

Motivation

Step-dependent low-rank structure

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

Non-uniform expert activation

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

Spatially heterogeneous entropy

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

Method

Method overview

Stage I: Trajectory-Consistent Initialization

Stage II: Condition-Adaptive Sparse Fine-Tuning

Main Results

Main results

Ablation

Ablation: entropy

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

Visual Results

VAR-d20 visual results

VAR-d20, 37.5% activation

LlamaGen visual results

LlamaGen, 37.5% activation

BibTeX

@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}
}