chs20 nielsr HF Staff commited on
Commit
24b9c22
·
verified ·
1 Parent(s): 6ec3e58

Add pipeline tag, library name, and license to model card (#1)

Browse files

- Add pipeline tag, library name, and license to model card (85631386b2ec485952df2fc047ca4b214aad7490)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -2,8 +2,19 @@
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
 
 
 
5
  ---
6
 
 
 
 
 
 
 
 
 
7
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
  - Code: https://github.com/chs20/fuselip
9
  - Paper: https://arxiv.org/abs/2506.03096
 
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
5
+ pipeline_tag: feature-extraction
6
+ library_name: pytorch
7
+ license: mit
8
  ---
9
 
10
+ # FuseLIP: Multimodal Embeddings via Early Fusion of Discrete Tokens
11
+
12
+ The model was presented in the paper [FuseLIP: Multimodal Embeddings via Early Fusion of Discrete Tokens](https://arxiv.org/abs/2506.03096).
13
+
14
+ # Paper abstract
15
+
16
+ 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.
17
+
18
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
19
  - Code: https://github.com/chs20/fuselip
20
  - Paper: https://arxiv.org/abs/2506.03096