Papers › Open Cross-Domain Visual Search

Open Cross-Domain Visual Search

19 Nov 2019arXiv:1911.08621archive 2025-07-28

William Thong, Pascal Mettes, Cees G. M. Snoek

This paper addresses cross-domain visual search, where visual queries retrieve category samples from a different domain. For example, we may want to sketch an airplane and retrieve photographs of airplanes. Despite considerable progress, the search occurs in a closed setting between two pre-defined domains. In this paper, we make the step towards an open setting where multiple visual domains are available. This notably translates into a search between any pair of domains, from a combination of domains or within multiple domains. We introduce a simple -- yet effective -- approach. We formulate the search as a mapping from every visual domain to a common semantic space, where categories are represented by hyperspherical prototypes. Open cross-domain visual search is then performed by searching in the common semantic space, regardless of which domains are used as source or target. Domains are combined in the common space to search from or within multiple domains simultaneously. A separate training of every domain-specific mapping function enables an efficient scaling to any number of domains without affecting the search performance. We empirically illustrate our capability to perform open cross-domain visual search in three different scenarios. Our approach is competitive with respect to existing closed settings, where we obtain state-of-the-art results on several benchmarks for three sketch-based search tasks.

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="1911.08621")

Code

Syntology Ran 2 of 20 code samples harvested from 2 repositories linked to this paper; 18 have no recorded run. Of those that ran: 2 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 2 ran; community (archive-listed): 7 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

twuilliam/open-search officialmentioned in papermentioned on GitHubpytorchMIT report
twuilliam/shrec-sketches-helpers mentioned on GitHubMIT 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

20 samples harvested; 2 ran; 0 honoured the contract we drafted; 18 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.

2ran
18unverified

Licence: 0 of the 20 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

mean_reciprocal_rank twuilliam/open-search/metrics.py official repository ran MIT (permissive) · 65bd69884cbfbdc9 · report
r_precision twuilliam/open-search/metrics.py official repository ran fingerprinted MIT (permissive) · 1c940d569262c1bb · report
L2norm twuilliam/open-search/utils.py official repository unverified MIT (permissive) · cb0836b2ce97a80d · report
average_views twuilliam/open-search/retrieve.py official repository unverified MIT (permissive) · 3880008c4fe16944 · report
cosine_similarity twuilliam/open-search/utils.py official repository unverified MIT (permissive) · 6a21d78b7ceca1cc · report
image_loader twuilliam/open-search/data.py official repository unverified MIT (permissive) · 953ff0147b348079 · report
mix_queries twuilliam/open-search/retrieve-many.py official repository unverified MIT (permissive) · a4776e0007a96f54 · report
parse_samples twuilliam/open-search/fewshot.py official repository unverified MIT (permissive) · e6aadce6eebf0bbe · report
precision_at_k twuilliam/open-search/metrics.py official repository unverified MIT (permissive) · 0b5204fbf39cb428 · report
read_data twuilliam/open-search/retrieve-many.py official repository unverified MIT (permissive) · c52b0b26a314224f · report
sketch_loader twuilliam/open-search/data.py official repository unverified MIT (permissive) · 5b57219617ee7f54 · report
slerp twuilliam/open-search/retrieve-any.py official repository unverified MIT (permissive) · fe2abfe820701e3b · report
to_numpy twuilliam/open-search/utils.py official repository unverified MIT (permissive) · f538407c03e22ccc · report
get_df_models twuilliam/shrec-sketches-helpers/meta.py community (archive-listed) unverified MIT (permissive) · 23f10677122afb3b · report
get_df_sketches twuilliam/shrec-sketches-helpers/meta.py community (archive-listed) unverified MIT (permissive) · faad61882eee2c40 · report
get_img_paths twuilliam/shrec-sketches-helpers/resize_cad.py community (archive-listed) unverified MIT (permissive) · 5417ee0a0e3b8598 · report
split_models twuilliam/shrec-sketches-helpers/meta.py community (archive-listed) unverified MIT (permissive) · 224b09730b998dbc · report
transform_im twuilliam/shrec-sketches-helpers/resize_cad.py community (archive-listed) unverified MIT (permissive) · 025e92978685444f · report
transform_im twuilliam/shrec-sketches-helpers/resize_sk.py community (archive-listed) unverified MIT (permissive) · e399ef1611a7538c · report
transform_path twuilliam/shrec-sketches-helpers/resize_sk.py community (archive-listed) unverified MIT (permissive) · 2c92c5a112ff2faf · report

Tasks

Domain Adaptation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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