IVAIJan 21

OpenVision 3: A Family of Unified Visual Encoder for Both Understanding and Generation

arXiv:2601.15369v13 citations
Originality Incremental advance
AI Analysis

This work addresses the need for a single model that can handle both visual understanding and generation tasks, which is incremental as it builds on existing frameworks like ViT and VAE.

The paper tackles the problem of creating a unified visual encoder for both image understanding and generation by jointly optimizing reconstruction and semantic objectives, achieving competitive results such as 62.4 vs 62.2 on SeedBench for understanding and gFID 1.89 vs 2.54 on ImageNet for generation.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes