Rejuvenating image-GPT as Strong Visual Representation Learners
Sucheng Ren, Zeyu Wang, Hongru Zhu, Junfei Xiao, Alan Yuille, Cihang Xie
TL;DR
D-iGPT revitalizes autoregressive pretraining for vision by replacing pixel targets with semantic tokens and adding supervision on visible tokens. The model uses a ViT-based encoder with two lightweight decoders and CLIP-derived tokens, optimizing $L_G$ and $L_D$ to learn rich visual representations. On ImageNet-1K, a ViT-B baseline reaches 86.2% top-1, with ViT-L achieving 87.8%, while pretraining on ImageNet-21K drives top-1 accuracy up to 90.0% for ViT-H, all using public data. The approach also demonstrates strong segmentation and zero-shot capabilities, as well as robustness to out-of-domain shifts, highlighting autoregressive pretraining as a scalable, effective paradigm for vision in the public-data regime.
Abstract
This paper enhances image-GPT (iGPT), one of the pioneering works that introduce autoregressive pretraining to predict the next pixels for visual representation learning. Two simple yet essential changes are made. First, we shift the prediction target from raw pixels to semantic tokens, enabling a higher-level understanding of visual content. Second, we supplement the autoregressive modeling by instructing the model to predict not only the next tokens but also the visible tokens. This pipeline is particularly effective when semantic tokens are encoded by discriminatively trained models, such as CLIP. We introduce this novel approach as D-iGPT. Extensive experiments showcase that D-iGPT excels as a strong learner of visual representations: A notable achievement is its compelling performance on the ImageNet-1K dataset -- by training on publicly available datasets, D-iGPT unprecedentedly achieves \textbf{90.0\%} top-1 accuracy with a vanilla ViT-H. Additionally, D-iGPT shows strong generalization on the downstream task. Code is available at https://github.com/OliverRensu/D-iGPT.
