TokLIP用视觉标记提升多模态理解与生成能力。
TokLIP: Marry Visual Tokens to CLIP for Multimodal Comprehension and Generation
- 将向量量化标记语义化,融合CLIP级语义信息
- 实现端到端自回归训练,数据效率高
- 适合需要强语义理解的多模态任务
Chameleon和Emu3等开创性工作为多模态统一奠定了基础,但面临训练计算开销大、理解性能有限的问题。本文提出TokLIP,一种视觉标记器,通过语义化向量量化(VQ)标记并融入CLIP级语义,同时支持标准VQ标记的端到端多模态自回归训练。TokLIP结合低层离散VQ标记器与基于ViT的标记编码器,捕捉高层连续语义。不同于先前方法(如VILA-U)对高层特征进行离散化,TokLIP解耦了理解与生成的训练目标,使先进VQ标记器可直接使用,无需定制量化操作。实验表明,TokLIP具备卓越的数据效率,赋予视觉标记高层语义理解能力并增强底层生成能力,适用于自回归Transformer在理解和生成任务中的应用。代码与模型已公开于https://github.com/TencentARC/TokLIP。
原文摘要 · Abstract (English)
Pioneering token-based works such as Chameleon and Emu3 have established a foundation for multimodal unification but face challenges of high training computational overhead and limited comprehension performance due to a lack of high-level semantics. In this paper, we introduce TokLIP, a visual tokenizer that enhances comprehension by semanticizing vector-quantized (VQ) tokens and incorporating CLIP-level semantics while enabling end-to-end multimodal autoregressive training with standard VQ tokens. TokLIP integrates a low-level discrete VQ tokenizer with a ViT-based token encoder to capture high-level continuous semantics. Unlike previous approaches (e.g., VILA-U) that discretize high-level features, TokLIP disentangles training objectives for comprehension and generation, allowing the direct application of advanced VQ tokenizers without the need for tailored quantization operations. Our empirical results demonstrate that TokLIP achieves exceptional data efficiency, empowering visual tokens with high-level semantic understanding while enhancing low-level generative capacity, making it well-suited for autoregressive Transformers in both comprehension and generation tasks. The code and models are available at https://github.com/TencentARC/TokLIP.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。