Search papers, labs, and topics across Lattice.
This paper introduces EviRank, a novel approach to multimodal image re-ranking that treats the task as a semantic constraint satisfaction problem, effectively parsing queries into structured evidence packages. By utilizing typed criteria across six semantic slots and employing evidence-conditioned verification, EviRank outperforms existing methods that either compress relevance into opaque embeddings or rely on unreliable chain-of-thought reasoning. The results demonstrate state-of-the-art performance across five benchmarks, with a distilled student model maintaining over 90% of the teacher's capabilities at a significantly reduced cost.
EviRank achieves state-of-the-art image re-ranking by transforming complex multimodal queries into structured evidence, outperforming traditional methods that often overlook critical constraints.
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 recast multimodal image re-ranking as a semantic constraint satisfaction problem and propose EviRank, which parses any query - text-only, image-only, or composed - into a unified evidence 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 deterministic rubric scoring and evidence-grounded listwise comparison in a single training-free procedure. 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 the distilled student preserves over 90% of the teacher's capability at substantially lower cost.