Papers › Knowledge-Enhanced Dual-stream Zero-shot Composed Image Retrieval

Knowledge-Enhanced Dual-stream Zero-shot Composed Image Retrieval

24 Mar 2024CVPR 2024 1arXiv:2403.16005archive 2025-07-28

Yucheng Suo, Fan Ma, Linchao Zhu, Yi Yang

We study the zero-shot Composed Image Retrieval (ZS-CIR) task, which is to retrieve the target image given a reference image and a description without training on the triplet datasets. Previous works generate pseudo-word tokens by projecting the reference image features to the text embedding space. However, they focus on the global visual representation, ignoring the representation of detailed attributes, e.g., color, object number and layout. To address this challenge, we propose a Knowledge-Enhanced Dual-stream zero-shot composed image retrieval framework (KEDs). KEDs implicitly models the attributes of the reference images by incorporating a database. The database enriches the pseudo-word tokens by providing relevant images and captions, emphasizing shared attribute information in various aspects. In this way, KEDs recognizes the reference image from diverse perspectives. Moreover, KEDs adopts an extra stream that aligns pseudo-word tokens with textual concepts, leveraging pseudo-triplets mined from image-text pairs. The pseudo-word tokens generated in this stream are explicitly aligned with fine-grained semantics in the text embedding space. Extensive experiments on widely used benchmarks, i.e. ImageNet-R, COCO object, Fashion-IQ and CIRR, show that KEDs outperforms previous zero-shot composed image retrieval methods.

PaperPDFConference PDFCodeCode 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="2403.16005")

Code

Syntology Ran 10 of 17 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 9 ran with no contract checked.

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

suoych/keds officialmentioned in paperpytorchMIT 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

17 samples harvested; 10 ran; 1 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 · honoured contract
9ran
7unverified

Licence: 0 of the 17 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 suoych/KEDs. “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.

Transformer suoych/KEDs/src/model/model.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · fd7c4feaec54d930 · report
VisualTransformer suoych/KEDs/src/model/model.py official repository ran fingerprinted MIT (permissive) · 6eeb0850e867ee04 · report
collate_fn suoych/keds/src/data.py official repository ran · honoured contract fingerprinted MIT (permissive) · b6c1f837e6faaeba · report
find_first_nonzero_indices suoych/keds/src/model/model.py official repository ran MIT (permissive) · bd7ba008537a41f8 · report
get_default_params suoych/keds/src/params.py official repository ran fingerprinted MIT (permissive) · 0ad517bf07a3dc06 · report
get_retrieved_features suoych/keds/src/eval_utils.py official repository ran MIT (permissive) · 7d6d8742930e7202 · report
is_master suoych/keds/src/utils.py official repository ran MIT (permissive) · c97b5d8516c10994 · report
log_and_continue suoych/keds/src/data.py official repository ran MIT (permissive) · be4e00be50540042 · report
prepare_img suoych/keds/src/eval_utils.py official repository ran MIT (permissive) · c97029a509c1d772 · report
setup_primary_logging suoych/keds/src/logger.py official repository ran MIT (permissive) · 050a8682c03e5b7a · report
CLIP suoych/KEDs/src/model/model.py official repository unverified MIT (permissive) · 3949802de58e42db · report
build_model suoych/keds/src/model/model.py official repository unverified MIT (permissive) · 340afd63600e948b · report
concat_all_gather suoych/keds/src/model/model.py official repository unverified MIT (permissive) · 73cecca9f3575f09 · report
download_pretrained_from_hf suoych/keds/src/model/clip.py official repository unverified MIT (permissive) · 16a61f88e426e60e · report
has_hf_hub suoych/keds/src/model/clip.py official repository unverified MIT (permissive) · 576e20dbc1f9c66e · report
load_model_without_definition suoych/keds/src/eval_retrieval.py official repository unverified MIT (permissive) · 65adb49ebd943e40 · report
load_model_without_definition suoych/keds/src/eval_utils.py official repository unverified MIT (permissive) · cf91dcd7b37a526e · report

Tasks

AttributeImage RetrievalRetrievalZero-Shot Composed Image Retrieval (ZS-CIR)

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

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