paper-with-me

홈 › Papers

TextME: Bridging Unseen Modalities Through Text Descriptions

2026-02-03 · Soyeon Hong, Jinchan Kim, Jaegook You, Seungtaek Choi, Suha Kwak, Hyunsouk Cho arxiv

Expanding multimodal representations to novel modalities is constrained by reliance on large-scale paired datasets (e.g., text-image, text-audio, text-3D, text-molecule), which are costly and often infeasible in domains requiring expert annotation such as medical imaging and molecular analysis. We introduce TextME, the first text-only modality expansion framework, to the best of our knowledge, projecting diverse modalities into LLM embedding space as a unified anchor. Our approach exploits the geometric structure of pretrained contrastive encoders to enable zero-shot cross-modal transfer using only text descriptions, without paired supervision. We empirically validate that such consistent modality gaps exist across image, video, audio, 3D, X-ray, and molecular domains, demonstrating that text-only training can preserve substantial performance of pretrained encoders. We further show that our framework enables emergent cross-modal retrieval between modality pairs not explicitly aligned during training (e.g., audio-to-image, 3D-to-image). These results establish text-only training as a practical alternative to paired supervision for modality expansion.

📄 PDF Abstract BibTeX arXiv:2602.03098

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Modal Retrieval

Similar Papers 제목 키워드 기반

Bridging the Gap between Audio and Text using Parallel-attention for User-defined Keyword Spotting

2024-08-07 · Youkyum Kim, Jaemin Jung, Jihwan Park, Byeong-Yeol Kim 외

This paper proposes a novel user-defined keyword spotting framework that accurately detects audio keywords based on text enrollment. Since audio data possesses additional acoustic information compared to text, there are …

Keyword Spotting

TENT: Connect Language Models with IoT Sensors for Zero-Shot Activity Recognition

2023-11-14 · Yunjiao Zhou, Jianfei Yang, Han Zou, Lihua Xie

Recent achievements in language models have showcased their extraordinary capabilities in bridging visual information with semantic language understanding. This leads us to a novel question: can language models connect t…

Activity RecognitionContrastive LearningHuman Activity Recognition

Bridging Domain Generalization to Multimodal Domain Generalization via Unified Representations

2025-07-04 · Hai Huang, Yan Xia, Sashuai Zhou, Hanting Wang 외

Domain Generalization (DG) aims to enhance model robustness in unseen or distributionally shifted target domains through training exclusively on source domains. Although existing DG techniques, such as data manipulation,…

DisentanglementDomain Generalization

TextMesh: Generation of Realistic 3D Meshes From Text Prompts

2023-04-24 · Christina Tsalicoglou, Fabian Manhardt, Alessio Tonioni, Michael Niemeyer 외

The ability to generate highly realistic 2D images from mere text prompts has recently made huge progress in terms of speed and quality, thanks to the advent of image diffusion models. Naturally, the question arises if t…

NeRF

CodeMMR: Bridging Natural Language, Code, and Image for Unified Retrieval

2026-04-17 · Jiahui Geng, Qing Li, Fengyu Cai, Fakhri Karray arxiv

Code search, framed as information retrieval (IR), underpins modern software engineering and increasingly powers retrieval-augmented generation (RAG), improving code discovery, reuse, and the reliability of LLM-based cod…

Information RetrievalVisual GroundingCode GenerationCode Search