We present VarKD, the first distillation framework tailored for visual autoregressive models. Our key contributions:
- First systematic study of KD for visual AR models: We evaluate supervised KD, sequence-level KD, and on-policy distillation, identifying image-specific failure modes where long decoding horizons and token ambiguity make teacher supervision unreliable.
- Mixed data–student rollouts: We condition on a ground-truth prefix of random length while letting the student generate the suffix, balancing on-policy exposure with stability.
- Entropy-based selective supervision: We reweight the distillation loss using teacher predictive entropy, down-weighting ambiguous targets and truncating sequences once confidence drops below a threshold.
- Codebook relaxation: We cluster visually similar tokens into a compressed vocabulary and compute the distillation loss in this compressed space, reducing sensitivity to token-level ambiguity.
- Training-only — zero inference cost: All modifications operate exclusively at training time. Inference uses standard next-token autoregressive decoding with no additional overhead.