CVLGJun 3, 2025

FuseLIP: Multimodal Embeddings via Early Fusion of Discrete Tokens

arXiv:2506.03096v13 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses the need for efficient multimodal encoders in AI applications, offering an incremental improvement over existing fusion methods.

The paper tackled the problem of multimodal embedding by proposing FuseLIP, an architecture that uses a single transformer on combined text and image tokens for early fusion, resulting in outperforming other methods in tasks like VQA and text-guided image transformation retrieval while matching baselines on unimodal tasks.

Contrastive language-image pre-training aligns the features of text-image pairs in a common latent space via distinct encoders for each modality. While this approach achieves impressive performance in several zero-shot tasks, it cannot natively handle multimodal inputs, i.e., encoding image and text into a single feature vector. As a remedy, it is common practice to use additional modules to merge the features extracted by the unimodal encoders. In this work, we present FuseLIP, an alternative architecture for multimodal embedding. Leveraging recent progress in discrete image tokenizers, we propose to use a single transformer model which operates on an extended vocabulary of text and image tokens. This early fusion approach allows the different modalities to interact at each depth of encoding and obtain richer representations compared to common late fusion. We collect new datasets for multimodal pre-training and evaluation, designing challenging tasks for multimodal encoder models. We show that FuseLIP outperforms other approaches in multimodal embedding tasks such as VQA and text-guided image transformation retrieval, while being comparable to baselines on unimodal tasks.

Foundations

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

Your Notes