paper-with-me

홈 › Papers

mEOL: Training-Free Instruction-Guided Multimodal Embedder for Vector Graphics and Image Retrieval

2026-04-18 · Kyeong Seon Kim, Baek Seong-Eun, Lee Jung-Mok, Tae-Hyun Oh arxiv

Scalable Vector Graphics (SVGs) function both as visual images and as structured code that encode rich geometric and layout information, yet most methods rasterize them and discard this symbolic organization. At the same time, recent sentence embedding methods produce strong text representations but do not naturally extend to visual or structured modalities. We propose a training-free, instruction-guided multimodal embedding framework that uses a Multimodal Large Language Model (MLLM) to map text, raster images, and SVG code into an aligned embedding space. We control the direction of embeddings through modality-specific instructions and structural SVG cues, eliminating the need for learned projection heads or contrastive training. Our method has two key components: (1) Multimodal Explicit One-word Limitation (mEOL), which instructs the MLLM to summarize any multimodal input into a single token whose hidden state serves as a compact semantic embedding. (2) A semantic SVG rewriting module that assigns meaningful identifiers and simplifies nested SVG elements through visual reasoning over the rendered image, exposing geometric and relational cues hidden in raw code. Using a repurposed VGBench, we build the first text-to-SVG retrieval benchmark and show that our training-free embeddings outperform encoder-based and training-based multimodal baselines. These results highlight prompt-level control as an effective alternative to parameter-level training for structure-aware multimodal retrieval. Project page: https://scene-the-ella.github.io/meol/

📄 PDF Abstract BibTeX arXiv:2604.17054

Code (0)

등록된 구현이 없습니다.

Tasks

Visual ReasoningImage Retrieval

Similar Papers 제목 키워드 기반

PlaM: Training-Free Plateau-Guided Model Merging for Better Visual Grounding in MLLMs

2026-01-12 · Zijing Wang, Yongkang Liu, Mingyang Wang, Ercong Nie 외 arxiv

Multimodal Large Language Models (MLLMs) rely on strong linguistic reasoning inherited from their base language models. However, multimodal instruction fine-tuning paradoxically degrades this text's reasoning capability,…

Visual Grounding

Seg-Agent: Test-Time Multimodal Reasoning for Training-Free Language-Guided Segmentation

2026-05-13 · Chao Hao, Jun Xu, Ji Du, Shuo Ye 외 arxiv

Language-guided segmentation transcends the scope limitations of traditional semantic segmentation, enabling models to segment arbitrary target regions based on natural language instructions. Existing approaches typicall…

Semantic SegmentationMultimodal ReasoningVisual Reasoning

Instruction-Guided Visual Masking

2024-05-30 · Jinliang Zheng, Jianxiong Li, Sijie Cheng, Yinan Zheng 외

Instruction following is crucial in contemporary LLM. However, when extended to multimodal setting, it often suffers from misalignment between specific textual instruction and targeted local region of an image. To achiev…

Instruction FollowingVisual GroundingVisual Question AnsweringVisual Question Answering (VQA)

Multimodal Speech Recognition for Language-Guided Embodied Agents

2023-02-27 · Allen Chang, Xiaoyuan Zhu, Aarav Monga, Seoho Ahn 외

Benchmarks for language-guided embodied agents typically assume text-based instructions, but deployed agents will encounter spoken instructions. While Automatic Speech Recognition (ASR) models can bridge the input gap, e…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

SmartFreeEdit: Mask-Free Spatial-Aware Image Editing with Complex Instruction Understanding

2025-04-17 · Qianqian Sun, Jixiang Luo, Dell Zhang, Xuelong Li

Recent advancements in image editing have utilized large-scale multimodal models to enable intuitive, natural instruction-driven interactions. However, conventional methods still face significant challenges, particularly…

Image GenerationLarge Language ModelMultimodal Large Language ModelReasoning Segmentation+2