用语义重构提升视觉理解,让大模型更懂图片细节
Autoregressive Semantic Visual Reconstruction Helps VLMs Understand Better
- 用自回归方式重建图像的语义表示,而非原始像素
- 在14个评测中使LLaVA-1.5平均得分提升5%
- 适用于不同数据规模和语言模型架构,通用性强
现有大型视觉语言模型(LVLM)仅对文本序列施加自回归监督,未能充分融合视觉模态。这导致三个问题:无法利用无字幕图像、文字描述可能遗漏关键视觉信息、某些视觉内容难以通过文本表达。当前模型常侧重视觉到语言的对齐,忽略细粒度视觉信息。尽管已有研究探索自回归图像生成,但如何有效利用自回归视觉监督提升图像理解仍是开放挑战。本文提出自回归语义视觉重建(ASVR),在统一自回归框架下实现视觉与文本模态的联合学习。我们发现,直接重建图像原始外观会损害甚至无益于多模态理解;而重建图像语义表示则能持续提升理解能力。尤其在输入连续图像特征时,模型仍可有效重建离散语义令牌,带来跨多种多模态理解基准的稳定提升。该方法在556k至2M数据量级和多种LLM骨干网络上均取得显著性能增益,其中使LLaVA-1.5在14项基准上平均得分提升5%。代码已开源。
原文摘要 · Abstract (English)
Typical large vision-language models (LVLMs) apply autoregressive supervision solely to textual sequences, without fully incorporating the visual modality into the learning process. This results in three key limitations: (1) an inability to utilize images without accompanying captions, (2) the risk that captions omit critical visual details, and (3) the challenge that certain vision-centric content cannot be adequately conveyed through text. As a result, current LVLMs often prioritize vision-to-language alignment while potentially overlooking fine-grained visual information. While some prior works have explored autoregressive image generation, effectively leveraging autoregressive visual supervision to enhance image understanding remains an open challenge. In this paper, we introduce Autoregressive Semantic Visual Reconstruction (ASVR), which enables joint learning of visual and textual modalities within a unified autoregressive framework. We show that autoregressively reconstructing the raw visual appearance of images does not enhance and may even impair multimodal understanding. In contrast, autoregressively reconstructing the semantic representation of images consistently improves comprehension. Notably, we find that even when models are given continuous image features as input, they can effectively reconstruct discrete semantic tokens, resulting in stable and consistent improvements across a wide range of multimodal understanding benchmarks. Our approach delivers significant performance gains across varying data scales (556k-2M) and types of LLM bacbones. Specifically, ASVR improves LLaVA-1.5 by 5% in average scores across 14 multimodal benchmarks. The code is available at https://github.com/AlenjandroWang/ASVR.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。