English

Implementing Adaptations for Vision AutoRegressive Model

Computer Vision and Pattern Recognition 2025-07-29 v2 Machine Learning

Abstract

Vision AutoRegressive model (VAR) was recently introduced as an alternative to Diffusion Models (DMs) in image generation domain. In this work we focus on its adaptations, which aim to fine-tune pre-trained models to perform specific downstream tasks, like medical data generation. While for DMs there exist many techniques, adaptations for VAR remain underexplored. Similarly, differentially private (DP) adaptations-ones that aim to preserve privacy of the adaptation data-have been extensively studied for DMs, while VAR lacks such solutions. In our work, we implement and benchmark many strategies for VAR, and compare them to state-of-the-art DM adaptation strategies. We observe that VAR outperforms DMs for non-DP adaptations, however, the performance of DP suffers, which necessitates further research in private adaptations for VAR. Code is available at https://github.com/sprintml/finetuning_var_dp.

Keywords

Cite

@article{arxiv.2507.11441,
  title  = {Implementing Adaptations for Vision AutoRegressive Model},
  author = {Kaif Shaikh and Franziska Boenisch and Adam Dziedzic},
  journal= {arXiv preprint arXiv:2507.11441},
  year   = {2025}
}

Comments

Accepted at DIG-BUGS: Data in Generative Models Workshop @ ICML 2025

R2 v1 2026-07-01T04:02:37.071Z