Papers › Composed Image Retrieval with Text Feedback via Multi-grained Uncertainty Regularization

Composed Image Retrieval with Text Feedback via Multi-grained Uncertainty Regularization

14 Nov 2022arXiv:2211.07394archive 2025-07-28

Yiyang Chen, Zhedong Zheng, Wei Ji, Leigang Qu, Tat-Seng Chua

We investigate composed image retrieval with text feedback. Users gradually look for the target of interest by moving from coarse to fine-grained feedback. However, existing methods merely focus on the latter, i.e., fine-grained search, by harnessing positive and negative pairs during training. This pair-based paradigm only considers the one-to-one distance between a pair of specific points, which is not aligned with the one-to-many coarse-grained retrieval process and compromises the recall rate. In an attempt to fill this gap, we introduce a unified learning approach to simultaneously modeling the coarse- and fine-grained retrieval by considering the multi-grained uncertainty. The key idea underpinning the proposed method is to integrate fine- and coarse-grained retrieval as matching data points with small and large fluctuations, respectively. Specifically, our method contains two modules: uncertainty modeling and uncertainty regularization. (1) The uncertainty modeling simulates the multi-grained queries by introducing identically distributed fluctuations in the feature space. (2) Based on the uncertainty modeling, we further introduce uncertainty regularization to adapt the matching objective according to the fluctuation range. Compared with existing methods, the proposed strategy explicitly prevents the model from pushing away potential candidates in the early stage, and thus improves the recall rate. On the three public datasets, i.e., FashionIQ, Fashion200k, and Shoes, the proposed method has achieved +4.03%, +3.38%, and +2.40% Recall@50 accuracy over a strong baseline, respectively.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2211.07394")

Code

Syntology Ran 3 of 10 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Monoxide-Chen/uncertainty_retrieval officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 3 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
2ran
7unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Monoxide-Chen/uncertainty_retrieval. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calculate_mean_std Monoxide-Chen/uncertainty_retrieval/models/utils.py official repository ran fingerprinted MIT (permissive) · 77dc755eec4b339c · report
equal_lr Monoxide-Chen/uncertainty_retrieval/models/utils.py official repository ran · our draft was wrong MIT (permissive) · 82c40579a3041ca0 · report
reshape_text_features_to_concat Monoxide-Chen/uncertainty_retrieval/models/utils.py official repository ran MIT (permissive) · 68994a7ec705cdf0 · report
create_experiment_export_folder Monoxide-Chen/uncertainty_retrieval/set_up.py official repository unverified MIT (permissive) · 7657330ca2d9594a · report
create_lr_schedulers Monoxide-Chen/uncertainty_retrieval/optimizers.py official repository unverified MIT (permissive) · 6cad2a4ad3a87d25 · report
create_optimizers Monoxide-Chen/uncertainty_retrieval/optimizers.py official repository unverified MIT (permissive) · fffafb2f1a4e975d · report
create_read_func Monoxide-Chen/uncertainty_retrieval/language/utils.py official repository unverified MIT (permissive) · 6e93e17cdd292238 · report
create_write_func Monoxide-Chen/uncertainty_retrieval/language/utils.py official repository unverified MIT (permissive) · aac3a343da033f5d · report
fix_random_seed_as Monoxide-Chen/uncertainty_retrieval/set_up.py official repository unverified MIT (permissive) · 15df572f14aa3ffb · report
get_name_of_experiment_path Monoxide-Chen/uncertainty_retrieval/set_up.py official repository unverified MIT (permissive) · 465d0cb5ececdb3e · report

Tasks

Composed Image Retrieval (CoIR)Image RetrievalImage Retrieval with Multi-Modal QueryRetrieval

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Retrieval Fashion IQ MUR (4*ResNet50) (Recall@10+Recall@50)/2 50.61 #13 of 22 Archive leaderboard report
Image Retrieval Fashion IQ MUR (Recall@10+Recall@50)/2 47.28 #15 of 22 Archive leaderboard report
Image Retrieval with Multi-Modal Query Fashion200k Multi-grained Uncertainty Regularization(MUR) Recall@1 21.8 #3 of 8 Archive leaderboard report
Image Retrieval with Multi-Modal Query Fashion200k Multi-grained Uncertainty Regularization(MUR) Recall@10 52.1 #3 of 8 Archive leaderboard report
Image Retrieval with Multi-Modal Query Fashion200k Multi-grained Uncertainty Regularization(MUR) Recall@50 70.2 #3 of 8 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections