Official projection checkpoints and offset vectors for TextME, a text-only modality expansion framework that projects diverse modalities into LLM embedding space without paired cross-modal data.
Model Description
TextME trains lightweight projection heads (2-layer MLP, ~10M params each) to map pretrained encoder embeddings into a unified Qwen3-Embedding-4B anchor space (2560-dim). Training uses only text descriptions — no paired multimodal data is needed.
1@article{hong2026textme,
2 title={TextME: Bridging Unseen Modalities Through Text Descriptions},
3 author={Hong, Soyeon and Kim, Jinchan and You, Jaegook and Choi, Seungtaek and Kwak, Suha and Cho, Hyunsouk},
4 journal={arXiv preprint arXiv:2602.03098},
5 year={2026}
6}