EviRank: Structured Relevance Evidence for Multimodal Image Re-ranking
Summary
EviRank reformulates multimodal image re-ranking as semantic constraint satisfaction using structured evidence packages, achieving state-of-the-art performance without training.
View Cached Full Text
Cached at: 08/24/26, 08:28 AM
Paper page - EviRank: Structured Relevance Evidence for Multimodal Image Re-ranking
Source: https://huggingface.co/papers/2608.20886 Authors:
,
,
,
,
,
,
,
,
,
Abstract
EviRank reformulates multimodal image re-ranking as semantic constraint satisfaction by parsing queries into structured evidence packages and verifying candidates via rubric scoring and listwise comparison without training.
Real-world image search queries are multimodal and compositional: ``find this shirt in pink’’ specifies an entity to retain, an attribute to modify, and context to ignore. Yet existing re-rankers either compress such multifaceted relevance into an opaque embedding or rely on free-form chain-of-thought that easily omits or hallucinates fine-grained constraints. Drawing on rubric- and checklist-based evaluation from NLP, we recastmultimodal image re-rankingas asemantic constraint satisfactionproblem and propose EviRank, which parses any query - text-only, image-only, or composed - into a unifiedevidence package: typed criteria across six semantic slots (e.g., entities, attributes, relations), each labelled required, forbidden, or ignorable. Re-ranking then reduces to evidence-conditioned verification, combining deterministicrubric scoringand evidence-groundedlistwise comparisonin a singletraining-freeprocedure. The explicit evidence can further serve as structured supervision for optionally distilling a lightweight student. Across five benchmarks spanning text-to-image, image-to-image, and composed image retrieval, EviRank achieves state-of-the-art performance, and thedistilled studentpreserves over 90% of the teacher’s capability at substantially lower cost.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2608\.20886
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.20886 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.20886 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.20886 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
UMER: Unifying Embedding and Ranking via Pair-Aware Discriminative Reasoning for Universal Multimodal Retrieval
UMER introduces a unified framework for multimodal retrieval that combines embedding and ranking via pair-aware discriminative reasoning, achieving state-of-the-art performance on the MMEB-V2 benchmark.
VeriEvol: Scaling Multimodal Mathematical Reasoning via Verifiable Evol-Instruct
VeriEvol is a novel framework for scaling reinforcement learning in visual mathematical reasoning by ensuring reliable reward labels through a two-axis approach separating prompt difficulty from answer reliability, using evolutionary operators and hypothesis-testing verification. It achieves significant accuracy gains on a five-benchmark visual-math suite.
Evaluation-Verification Reward for Consistent Multi-Reference Image Editing
This paper introduces a Multi-dimensional Evaluation-Verification Reward (EVR) for reinforcement learning fine-tuning of multi-reference image editing models, improving visual consistency and harmony.
EviReform: Evidence-Guided Query Reformulation for Multi-Hop Graph Retrieval
EviReform 提出了一种证据引导的查询重写方法,用于多跳图检索,将检索请求的修订与证据聚合分离,并在 2WikiMultiHopQA、HotpotQA 和 MuSiQue 上超过了最强基线,分别提升了最多 5.59 Recall@5 和 4.50 F1。
Multimodal Embedding & Reranker Models with Sentence Transformers
Sentence Transformers v5.4 introduces support for multimodal embedding and reranking, allowing users to encode and compare text, images, audio, and video using a unified API.