OpenVision 3: A Family of Unified Visual Encoder for Both Understanding and Generation
Letian Zhang, Sucheng Ren, Yanqing Liu, Xianhang Li, Zeyu Wang, Yuyin Zhou, Huaxiu Yao, Zeyu Zheng, Weili Nie, Guilin Liu, Zhiding Yu, Cihang Xie
TL;DR
OpenVision 3 tackles the challenge of a single unified visual encoder capable of both understanding and generation by unifying a VAE-based latent space with a trainable ViT, producing a shared representation $z_u$ fed into two branches: reconstruction and understanding. By jointly optimizing $L_{rec}$ and $L_{und}$—where $L_{rec}$ encodes pixel- and latent-level reconstruction and $L_{und}$ combines captioning and contrastive objectives—the model achieves synergistic benefits that improve both generation fidelity and semantic alignment. Across downstream evaluations with the tokenizer frozen, OpenVision 3 rivals CLIP on multimodal understanding benchmarks (e.g., SeedBench, POPE) and surpasses prior unified tokenizers on reconstruction (PSNR, LPIPS, rFID) and generation (gFID) on ImageNet/COCO, illustrating strong cross-task transfer. The work advances unified representation learning and provides a practical path toward unified vision models, with open-source release planned to catalyze future research.
Abstract
This paper presents a family of advanced vision encoder, named OpenVision 3, that learns a single, unified visual representation that can serve both image understanding and image generation. Our core architecture is simple: we feed VAE-compressed image latents to a ViT encoder and train its output to support two complementary roles. First, the encoder output is passed to the ViT-VAE decoder to reconstruct the original image, encouraging the representation to capture generative structure. Second, the same representation is optimized with contrastive learning and image-captioning objectives, strengthening semantic features. By jointly optimizing reconstruction- and semantics-driven signals in a shared latent space, the encoder learns representations that synergize and generalize well across both regimes. We validate this unified design through extensive downstream evaluations with the encoder frozen. For multimodal understanding, we plug the encoder into the LLaVA-1.5 framework: it performs comparably with a standard CLIP vision encoder (e.g., 62.4 vs 62.2 on SeedBench, and 83.7 vs 82.9 on POPE). For generation, we test it under the RAE framework: ours substantially surpasses the standard CLIP-based encoder (e.g., gFID: 1.89 vs 2.54 on ImageNet). We hope this work can spur future research on unified modeling.
