Loading lesson page...
Visual Autoregressive Modeling (VAR): Next-Scale Prediction
BuildPython (with PyTorch)No prerequisitesDiffusion models sample iteratively in time (denoising steps). VAR samples iteratively in scale — it predicts a 1x1 token, then 2x2, then 4x4, up to the final resolution, each scale conditioning on the previous. The 2024 paper showed VAR m...