Papers › Zero-Shot Grounding of Objects from Natural Language Queries

Zero-Shot Grounding of Objects from Natural Language Queries

20 Aug 2019ICCV 2019 10arXiv:1908.07129archive 2025-07-28

Arka Sadhu, Kan Chen, Ram Nevatia

A phrase grounding system localizes a particular object in an image referred to by a natural language query. In previous work, the phrases were restricted to have nouns that were encountered in training, we extend the task to Zero-Shot Grounding(ZSG) which can include novel, "unseen" nouns. Current phrase grounding systems use an explicit object detection network in a 2-stage framework where one stage generates sparse proposals and the other stage evaluates them. In the ZSG setting, generating appropriate proposals itself becomes an obstacle as the proposal generator is trained on the entities common in the detection and grounding datasets. We propose a new single-stage model called ZSGNet which combines the detector network and the grounding system and predicts classification scores and regression parameters. Evaluation of ZSG system brings additional subtleties due to the influence of the relationship between the query and learned categories; we define four distinct conditions that incorporate different levels of difficulty. We also introduce new datasets, sub-sampled from Flickr30k Entities and Visual Genome, that enable evaluations for the four conditions. Our experiments show that ZSGNet achieves state-of-the-art performance on Flickr30k and ReferIt under the usual "seen" settings and performs significantly better than baseline in the zero-shot setting.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 4 of 18 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it.

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

TheShadow29/zsgnet-pytorch 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

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

3ran · our draft was wrong
1ran · fixture could not drive it
14unverified

Licence: 0 of the 18 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 TheShadow29/zsgnet-pytorch. “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.

add_extras TheShadow29/zsgnet-pytorch/code/ssd_vgg.py official repository ran · our draft was wrong MIT (permissive) · 2a8545e480332b47 · report
conv3x3 TheShadow29/zsgnet-pytorch/code/fpn_resnet.py official repository ran · our draft was wrong MIT (permissive) · fac5364e2f53c6db · report
multibox TheShadow29/zsgnet-pytorch/code/ssd_vgg.py official repository ran · fixture could not drive it MIT (permissive) · b490ac8699f5a7ad · report
vgg TheShadow29/zsgnet-pytorch/code/ssd_vgg.py official repository ran · our draft was wrong MIT (permissive) · 6921f7ed00595a4f · report
collater TheShadow29/zsgnet-pytorch/code/dat_loader.py official repository unverified MIT (permissive) · 13ae5809344e4f05 · report
conv2d TheShadow29/zsgnet-pytorch/code/mdl.py official repository unverified MIT (permissive) · 4b907a406f06ace0 · report
conv2d_relu TheShadow29/zsgnet-pytorch/code/mdl.py official repository unverified MIT (permissive) · 7af4e486b4c60709 · report
cthw2tlbr TheShadow29/zsgnet-pytorch/code/anchors.py official repository unverified MIT (permissive) · a7dcff4207ca66bf · report
exec_func_if_main_proc TheShadow29/zsgnet-pytorch/code/utils.py official repository unverified MIT (permissive) · 609205821f10988e · report
make_data_sampler TheShadow29/zsgnet-pytorch/code/dat_loader.py official repository unverified MIT (permissive) · daf082e9921b6a03 · report
pad_out TheShadow29/zsgnet-pytorch/code/fpn_resnet.py official repository unverified MIT (permissive) · ad11ef6d39eb2ff3 · report
pil2tensor TheShadow29/zsgnet-pytorch/code/dat_loader.py official repository unverified MIT (permissive) · dfeaf11b09c7a0bc · report
reduce_dict TheShadow29/zsgnet-pytorch/code/utils.py official repository unverified MIT (permissive) · b7654b7006fe061d · report
reduce_dict_corr TheShadow29/zsgnet-pytorch/code/utils.py official repository unverified MIT (permissive) · 75e6e3f3c795ee43 · report
reshape TheShadow29/zsgnet-pytorch/code/evaluator.py official repository unverified MIT (permissive) · fdb481756a08ea1e · report
resnet50 TheShadow29/zsgnet-pytorch/code/fpn_resnet.py official repository unverified MIT (permissive) · fe0212a6c494a57f · report
tlbr2cthw TheShadow29/zsgnet-pytorch/code/anchors.py official repository unverified MIT (permissive) · 345cb82041ecd304 · report
tlbr2tlhw TheShadow29/zsgnet-pytorch/code/anchors.py official repository unverified MIT (permissive) · 6206186edff240f5 · report

Tasks

Natural Language QueriesObject DetectionPhrase Groundingobject-detection

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