arXiv:2601.15369eess.IVcs.AI2026-01被引 3

一个能同时理解与生成图像的统一视觉编码器。

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

  • 用VAE压缩后的图像隐变量输入ViT,共享潜在空间联合训练。
  • 生成和理解任务互惠提升,生成性能优于CLIP基线(gFID:1.87 vs 2.54)。
  • 适合研究统一视觉模型、跨模态生成与理解的学者参考。

本文提出一个名为OpenVision 3的先进视觉编码器家族,学习单一统一的视觉表征,同时支持图像理解和生成。核心架构简单:将VAE压缩后的图像隐变量输入ViT编码器,并训练其输出支持两种互补角色。首先,编码器输出送入ViT-VAE解码器以重建原始图像,鼓励表征捕捉生成结构;其次,同一表征通过对比学习和图文对齐目标优化,强化语义特征。通过在共享潜在空间中联合优化重建与语义驱动信号,编码器学习到在生成与理解两个范式间协同且泛化良好的表示。我们通过大量下游评估验证了这一统一设计的有效性。生成方面,在RAE框架下,我们的方法显著优于标准CLIP基编码器(如ImageNet上gFID: 1.87 vs 2.54)。多模态理解方面,将其接入LLaVA-1.5和LLaVA-NeXT框架,表现媲美标准CLIP视觉编码器(如SeedBench上63.3 vs 61.2,GQA上59.2 vs 58.1)。实证表明,生成与理解在该架构中相互促进,进一步凸显了VAE潜在空间的关键作用。我们希望本工作能推动统一建模的未来研究。

原文摘要 · Abstract (English)

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 generation, we test it under the RAE framework: ours substantially surpasses the standard CLIP-based encoder (e.g., gFID: 1.87 vs. 2.54 on ImageNet). For multimodal understanding, we plug the encoder into the LLaVA-1.5 and LLaVA-NeXT framework: it performs comparably with a standard CLIP vision encoder (e.g., 63.3 vs. 61.2 on SeedBench, and 59.2 vs. 58.1 on GQA). We provide empirical evidence that generation and understanding are mutually beneficial in our architecture, while further underscoring the critical role of the VAE latent space. We hope this work can spur future research on unified modeling.

视觉编码器统一模型生成理解VAE

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。