IRLGMMJun 25, 2025

Multimodal Information Retrieval for Open World with Edit Distance Weak Supervision

arXiv:2506.20070v1h-index: 3
Originality Incremental advance
AI Analysis

This addresses the need for efficient retrieval in real-world applications with scarce annotations, though it is incremental as it builds on existing weak supervision and multimodal techniques.

The paper tackles the problem of multimodal information retrieval without similarity labels by proposing FemmIR, a framework that uses edit distance weak supervision to measure relevance between multimodal queries and data, achieving comparable performance to existing retrieval systems on the MuQNOL dataset.

Existing multi-media retrieval models either rely on creating a common subspace with modality-specific representation models or require schema mapping among modalities to measure similarities among multi-media data. Our goal is to avoid the annotation overhead incurred from considering retrieval as a supervised classification task and re-use the pretrained encoders in large language models and vision tasks. We propose "FemmIR", a framework to retrieve multimodal results relevant to information needs expressed with multimodal queries by example without any similarity label. Such identification is necessary for real-world applications where data annotations are scarce and satisfactory performance is required without fine-tuning with a common framework across applications. We curate a new dataset called MuQNOL for benchmarking progress on this task. Our technique is based on weak supervision introduced through edit distance between samples: graph edit distance can be modified to consider the cost of replacing a data sample in terms of its properties, and relevance can be measured through the implicit signal from the amount of edit cost among the objects. Unlike metric learning or encoding networks, FemmIR re-uses the high-level properties and maintains the property value and relationship constraints with a multi-level interaction score between data samples and the query example provided by the user. We empirically evaluate FemmIR on a missing person use case with MuQNOL. FemmIR performs comparably to similar retrieval systems in delivering on-demand retrieval results with exact and approximate similarities while using the existing property identifiers in the system.

Foundations

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

Your Notes