FPQVAR: Floating Point Quantization for Visual Autoregressive Model with FPGA Hardware Co-design
Renjie Wei, Songqiang Xu, Qingyu Guo, and Meng Li

TL;DR
FPQVAR introduces a novel floating-point quantization framework with hardware co-design for visual autoregressive models, significantly reducing memory and computation costs while maintaining high image quality on FPGA hardware.
Contribution
The paper presents the first FPGA-based VAR accelerator with low-bit FP quantization and a comprehensive algorithm-hardware co-design approach, improving efficiency and performance.
Findings
Achieved state-of-the-art quantization results with FID of 3.58 at 4-bit.
Enhanced 6-bit VAR performance to match FP16 accuracy.
FPQVAR FPGA accelerator outperforms integer-based and GPU baselines in throughput and energy efficiency.
Abstract
Visual autoregressive (VAR) modeling has marked a paradigm shift in image generation from next-token prediction to next-scale prediction. VAR predicts a set of tokens at each step from coarse to fine scale, leading to better image quality and faster inference speed compared to existing diffusion models. However, the large parameter size and computation cost hinder its deployment on edge devices. To reduce the memory and computation cost, we propose FPQVAR, an efficient post-training floating-point (FP) quantization framework for VAR featuring algorithm and hardware co-design. At the algorithm level, we first identify the challenges of quantizing VAR. To address them, we propose Dual Format Quantization for the highly imbalanced input activation. We further propose Group-wise Hadamard Transformation and GHT-Aware Learnable Transformation to address the time-varying outlier channels. At…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Neuroimaging Techniques and Applications · Advanced Neural Network Applications
MethodsDiffusion · SPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Sparse Evolutionary Training
