paper-with-me

홈 › Papers

ViTok-v2: Scaling Native Resolution Auto-Encoders to 5 Billion Parameters

2026-05-06 · Philippe Hansen-Estruch, Jiahui Chen, Vivek Ramanujan, Orr Zohar, Yan Ping, Animesh Sinha, Markos Georgopoulos, Edgar Schoenfeld, Ji Hou, Felix Juefei-Xu, Sriram Vishwanath, Ali Thabet arxiv

Vision Transformer (ViT) autoencoders have emerged as compelling tokenizers for images, offering improved reconstruction over convolutional tokenizers. However, existing ViT tokenizers cannot explore this landscape as performance degrades outside training resolutions, and reliance on adversarial losses prevents stable scaling. ViTok (Hansen-Estruch et al., 2025) found that the compression ratio r mediates a reconstruction-generation trade-off where lower r means better reconstructions but harder generations, so improving tokenizer reconstruction is key to more Pareto-optimal tokenizers. We introduce ViTok-v2, which addresses these limitations with native resolution support via NaFlex for generalization across resolutions and aspect ratios, and a novel DINOv3 perceptual loss that replaces both LPIPS and GAN objectives for stable training at any scale. ViTok-v2 is trained on about 2B images and scaled to 5B parameters, the largest image autoencoder to date. ViTok-v2 matches or exceeds state-of-the-art reconstruction at 256p and outperforms all baselines at 512p and above. In joint scaling experiments with flow matching generators, we show that scaling both the autoencoder and the generator advances the Pareto frontier of this trade-off.

📄 PDF Abstract BibTeX arXiv:2605.05331

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learnings from Scaling Visual Tokenizers for Reconstruction and Generation

2025-01-16 · Philippe Hansen-Estruch, David Yan, Ching-Yao Chung, Orr Zohar 외

Visual tokenization via auto-encoding empowers state-of-the-art image and video generative models by compressing pixels into a latent space. Although scaling Transformer-based generators has been central to recent advanc…

DecoderImage GenerationVideo GenerationVideo Reconstruction

Spatiotemporal Satellite Image Downscaling with Transfer Encoders and Autoregressive Generative Models

2025-12-01 · Yang Xiang, Jingwen Zhong, Yige Yan, Petros Koutrakis 외 arxiv

We present a transfer-learning generative downscaling framework to reconstruct fine resolution satellite images from coarse scale inputs. Our approach combines a lightweight U-Net transfer encoder with a diffusion-based …

Transfer Learning

TuringViT: Making SOTA Vision Transformers Accessible to All

2026-06-23 · Qiman Wu, Hanlin Chen, Lyujie Chen, Rui Xin 외 arxiv

Modern VLMs and VLA systems commonly adopt off-the-shelf ViTs such as SigLIP2 as visual encoders, but diverse downstream requirements in latency, temporal modeling, and VLM integration often call for customized SOTA-leve…

Hallucinating Very Low-Resolution Unaligned and Noisy Face Images by Transformative Discriminative Autoencoders

2017-07-01 · CVPR 2017 7 · Xin Yu, Fatih Porikli

Most of the conventional face hallucination methods assume the input image is sufficiently large and aligned, and all require the input image to be noise-free. Their performance degrades drastically if the input image is…

DecoderFace HallucinationHallucination

ILLUME+: Illuminating Unified MLLM with Dual Visual Tokenization and Diffusion Refinement

2025-04-02 · Runhui Huang, Chunwei Wang, Junwei Yang, Guansong Lu 외

We present ILLUME+ that leverages dual visual tokenization and a diffusion decoder to improve both deep semantic understanding and high-fidelity image generation. Existing unified models have struggled to simultaneously …

DecoderImage GenerationImage ReconstructionSuper-Resolution+2