paper-with-me

Papers

QuRe: Query-Relevant Retrieval through Hard Negative Sampling in Composed Image Retrieval

2025-07-16 · Jaehyun Kwak, Ramahdani Muhammad Izaaz Inhar, Se-Young Yun, Sung-Ju Lee arxiv

Composed Image Retrieval (CIR) retrieves relevant images based on a reference image and accompanying text describing desired modifications. However, existing CIR methods only focus on retrieving the target image and disregard the relevance of other images. This limitation arises because most methods employing contrastive learning-which treats the target image as positive and all other images in the batch as negatives-can inadvertently include false negatives. This may result in retrieving irrelevant images, reducing user satisfaction even when the target image is retrieved. To address this issue, we propose Query-Relevant Retrieval through Hard Negative Sampling (QuRe), which optimizes a reward model objective to reduce false negatives. Additionally, we introduce a hard negative sampling strategy that selects images positioned between two steep drops in relevance scores following the target image, to effectively filter false negatives. In order to evaluate CIR models on their alignment with human satisfaction, we create Human-Preference FashionIQ (HP-FashionIQ), a new dataset that explicitly captures user preferences beyond target retrieval. Extensive experiments demonstrate that QuRe achieves state-of-the-art performance on FashionIQ and CIRR datasets while exhibiting the strongest alignment with human preferences on the HP-FashionIQ dataset. The source code is available at https://github.com/jackwaky/QuRe.

📄 PDF Abstract BibTeX arXiv:2507.12416

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningImage Retrieval

Similar Papers 제목 키워드 기반

Query Resolution for Conversational Search with Limited Supervision

2020-05-24 · Nikos Voskarides, Dan Li, Pengjie Ren, Evangelos Kanoulas 외

In this work we focus on multi-turn passage retrieval as a crucial component of conversational search. One of the key challenges in multi-turn passage retrieval comes from the fact that the current turn query is often un…

Conversational SearchPassage RetrievalRetrieval

Leveraging Query Resolution and Reading Comprehension for Conversational Passage Retrieval

2021-02-17 · Svitlana Vakulenko, Nikos Voskarides, Zhucheng Tu, Shayne Longpre

This paper describes the participation of UvA.ILPS group at the TREC CAsT 2020 track. Our passage retrieval pipeline consists of (i) an initial retrieval module that uses BM25, and (ii) a re-ranking module that combines …

Passage RetrievalReading ComprehensionRe-RankingRetrieval

QuReC: All-in-One Image Restoration with Query-Specific Guidance and Local-Global Response Calibration

2026-07-16 · Shen Zhou, Jinghui Zhang, Wenbo Huang, Xuwei Qian 외 arxiv

All-in-one image restoration aims to recover clean images degraded by multiple corruption types using a single unified model. Existing methods typically rely on image-level prompts or shared guidance to handle diverse de…

Image Restoration

AutoQuREO: A Framework for Automated Quantum Resource Estimation and Optimization

2026-08-13 · Harshkumar Oza, Aritra Sarkar, Syed Naqi Abbas, Rahul Bhowmick 외 arxiv

As quantum computing progresses from proof-of-principle demonstrations toward practical utility, a significant impediment is the need to augment algorithmic feasibility with system-level optimization across heterogeneous…

Repo4QA: Answering Coding Questions via Dense Retrieval on GitHub Repositories

2022-10-01 · COLING 2022 10 · Minyu Chen, Guoqiang Li, Chen Ma, Jingyang Li 외

Open-source platforms such as GitHub and Stack Overflow both play significant roles in current software ecosystems. It is crucial but time-consuming for developers to raise programming questions in coding forums such as …

Information RetrievalRetrieval