paper-with-me

홈 › Papers

Rejuvenating image-GPT as Strong Visual Representation Learners

2023-12-04 · Sucheng Ren, Zeyu Wang, Hongru Zhu, Junfei Xiao, Alan Yuille, Cihang Xie

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.

📄 PDF Abstract BibTeX arXiv:2312.02147

Code (4)

oliverrensu/d-igpt 공식 구현 pytorch
MS-P3/code3/tree/main/imagegpt mindspore
pwc-1/Paper-9/tree/main/imagegpt mindspore
yangyucheng000/University/tree/main/model-2/imagegpt mindspore

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Next-Embedding Prediction Makes Strong Vision Learners

2025-12-18 · Sihan Xu, Ziqiao Ma, Wenhao Chai, Xuweiyi Chen 외 arxiv

Inspired by the success of generative pretraining in natural language, we ask whether the same principles can yield strong self-supervised visual learners. Instead of training models to output features for downstream use…

Self-Supervised LearningSemantic Segmentation

Interactive Disentanglement: Learning Concepts by Interacting with their Prototype Representations

2021-12-04 · CVPR 2022 1 · Wolfgang Stammer, Marius Memmel, Patrick Schramowski, Kristian Kersting

Learning visual concepts from raw images without strong supervision is a challenging task. In this work, we show the advantages of prototype representations for understanding and revising the latent space of neural conce…

Disentanglement

StableRep: Synthetic Images from Text-to-Image Models Make Strong Visual Representation Learners

2023-06-01 · NeurIPS 2023 11 · Yonglong Tian, Lijie Fan, Phillip Isola, Huiwen Chang 외

We investigate the potential of learning visual representations using synthetic images generated by text-to-image models. This is a natural question in the light of the excellent performance of such models in generating …

Contrastive Learning

SODA: Bottleneck Diffusion Models for Representation Learning

2023-11-29 · CVPR 2024 1 · Drew A. Hudson, Daniel Zoran, Mateusz Malinowski, Andrew K. Lampinen 외

We introduce SODA, a self-supervised diffusion model, designed for representation learning. The model incorporates an image encoder, which distills a source view into a compact representation, that, in turn, guides the g…

DecoderDenoisingImage GenerationLinear-Probe Classification+2

Attention-based Dynamic Subspace Learners for Medical Image Analysis

2022-06-18 · Sukesh Adiga V, Jose Dolz, Herve Lombaert

Learning similarity is a key aspect in medical image analysis, particularly in recommendation systems or in uncovering the interpretation of anatomical data in images. Most existing methods learn such similarities in the…

ClusteringImage ClusteringImage RetrievalMedical Image Analysis+3