New Method Speeds Up Visual AI Model Training

Bingqi Shan, Zhehao Yu, Kenhong Lin, Baoquan Zhang· August 20, 2026 View original

Key takeaways

  • HB-SJD significantly accelerates visual on-policy distillation training.
  • It uses batched speculative decoding for parallel token processing.
  • The method reduces rollout and end-to-end training time without sacrificing generation quality.
  • It offers a way to develop compact visual autoregressive models more efficiently.

Who benefits

GamingMedia & EntertainmentAutomotive (autonomous driving)RoboticsE-commerce (content generation)

Summary

This paper introduces HB-SJD, a batched Speculative Jacobi Decoding (SJD) rollout backend that significantly accelerates visual on-policy distillation (OPD) for compact autoregressive models. It allows independent image advancement and batched verification, reducing training time while preserving generation quality.

Training compact visual autoregressive models often involves a technique called visual on-policy distillation (OPD), where the student model learns from trajectories it generates itself. A major bottleneck in this process is the token-by-token, autoregressive decoding required for these online rollouts, which adds substantial computational cost to each training step. Speculative Jacobi Decoding (SJD) offers an alternative by processing multiple tokens in parallel without needing an additional draft model, but its original design was for single-sequence inference. This research introduces HB-SJD (Batched Speculative Jacobi Decoding), which adapts SJD for batched rollouts in visual OPD. HB-SJD enables each image in a batch to progress independently based on its own decoding status, while still verifying tokens in batched model forwards. It dynamically switches between Full and Compact execution modes as images complete their decoding, further reducing costs in later rollout rounds. By replacing only the student rollout backend and leaving the teacher model and distillation objectives unchanged, HB-SJD has been shown to substantially decrease both rollout and overall training time for models like LlamaGen, without compromising the quality of the distilled student's generation.

Why it matters

For AI engineers and researchers developing visual generative models, this method offers a significant acceleration in training time, enabling faster iteration, experimentation, and deployment of high-quality, compact models.

How to implement this in your domain

  1. 1Evaluate current visual autoregressive model training pipelines for rollout bottlenecks.
  2. 2Investigate integrating HB-SJD or similar batched speculative decoding techniques into existing frameworks.
  3. 3Benchmark the training speed improvements and generation quality preservation on relevant datasets.
  4. 4Collaborate with research teams to adapt the technique for specific visual generation tasks.
  5. 5Consider the implications for reducing computational resources and energy consumption during model development.

Original post by Bingqi Shan, Zhehao Yu, Kenhong Lin, Baoquan Zhang

"arXiv:2608.18183v1 Announce Type: new Abstract: Visual on-policy distillation (OPD) improves the training of compact visual autoregressive models by learning from trajectories generated by the current student. However, these online rollouts are still produced token by token with…"

View on X

Originally posted by Bingqi Shan, Zhehao Yu, Kenhong Lin, Baoquan Zhang on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses