Papers › TransVG: End-to-End Visual Grounding with Transformers

TransVG: End-to-End Visual Grounding with Transformers

17 Apr 2021ICCV 2021 10arXiv:2104.08541archive 2025-07-28

Jiajun Deng, Zhengyuan Yang, Tianlang Chen, Wengang Zhou, Houqiang Li

In this paper, we present a neat yet effective transformer-based framework for visual grounding, namely TransVG, to address the task of grounding a language query to the corresponding region onto an image. The state-of-the-art methods, including two-stage or one-stage ones, rely on a complex module with manually-designed mechanisms to perform the query reasoning and multi-modal fusion. However, the involvement of certain mechanisms in fusion module design, such as query decomposition and image scene graph, makes the models easily overfit to datasets with specific scenarios, and limits the plenitudinous interaction between the visual-linguistic context. To avoid this caveat, we propose to establish the multi-modal correspondence by leveraging transformers, and empirically show that the complex fusion modules e.g., modular attention network, dynamic graph, and multi-modal tree) can be replaced by a simple stack of transformer encoder layers with higher performance. Moreover, we re-formulate the visual grounding as a direct coordinates regression problem and avoid making predictions out of a set of candidates i.e., region proposals or anchor boxes). Extensive experiments are conducted on five widely used datasets, and a series of state-of-the-art records are set by our TransVG. We build the benchmark of transformer-based visual grounding framework and make the code available at \url{https://github.com/djiajunustc/TransVG}.

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

Code

Syntology Ran 6 of 20 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; 3 ran with no contract checked.

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

djiajunustc/TransVG officialmentioned in papermentioned on GitHubpytorch report
nku-shengzheliu/Pytorch-TransVG mentioned 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

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

3ran · our draft was wrong
3ran
14unverified

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 nku-shengzheliu/Pytorch-TransVG. “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.

GIoU_Loss nku-shengzheliu/Pytorch-TransVG/models/loss.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · f1ea5386ce472284 · report
Reg_Loss nku-shengzheliu/Pytorch-TransVG/models/loss.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 33a4a4477537ad1c · report
all_gather nku-shengzheliu/Pytorch-TransVG/utils/misc.py community (archive-listed) ran MIT (permissive) · aa6da43d05cfaf65 · report
collate_fn nku-shengzheliu/Pytorch-TransVG/utils/misc.py community (archive-listed) ran MIT (permissive) · 3f82133185c8bcb4 · report
reduce_dict nku-shengzheliu/Pytorch-TransVG/utils/misc.py community (archive-listed) ran MIT (permissive) · 05992505df9ef0cd · report
xyxy2xywh nku-shengzheliu/Pytorch-TransVG/utils/utils.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 3d629255e4cf4ea2 · report
bbox_iou_numpy nku-shengzheliu/Pytorch-TransVG/utils/utils.py community (archive-listed) unverified MIT (permissive) · ec48fe4bebce9e11 · report
build_VLFusion nku-shengzheliu/Pytorch-TransVG/models/detr.py community (archive-listed) unverified MIT (permissive) · 75b3520299159feb · report
build_transformer nku-shengzheliu/Pytorch-TransVG/models/transformer.py community (archive-listed) unverified MIT (permissive) · 87992961bac26fc7 · report
build_vis_transformer nku-shengzheliu/Pytorch-TransVG/models/transformer.py community (archive-listed) unverified MIT (permissive) · 5ed44f7213d4ad07 · report
convert_examples_to_features nku-shengzheliu/Pytorch-TransVG/dataset/data_loader.py community (archive-listed) unverified MIT (permissive) · 694e413f977737ba · report
generate_coord nku-shengzheliu/Pytorch-TransVG/models/model.py community (archive-listed) unverified MIT (permissive) · 0336cb59d505cda3 · report
letterbox nku-shengzheliu/Pytorch-TransVG/utils/transforms.py community (archive-listed) unverified MIT (permissive) · b202ce3cdac3a1ce · report
load_pretrain nku-shengzheliu/Pytorch-TransVG/utils/checkpoint.py community (archive-listed) unverified MIT (permissive) · 8dc1056f0f6f5443 · report
load_resume nku-shengzheliu/Pytorch-TransVG/utils/checkpoint.py community (archive-listed) unverified MIT (permissive) · 44ac945d7427e3cc · report
load_weights nku-shengzheliu/Pytorch-TransVG/models/model.py community (archive-listed) unverified MIT (permissive) · 395306b13bd68afc · report
random_affine nku-shengzheliu/Pytorch-TransVG/utils/transforms.py community (archive-listed) unverified MIT (permissive) · 408bfee1417b817e · report
read_examples nku-shengzheliu/Pytorch-TransVG/dataset/data_loader.py community (archive-listed) unverified MIT (permissive) · e4f50d4eeb6144e9 · report
wrap_points nku-shengzheliu/Pytorch-TransVG/utils/transforms.py community (archive-listed) unverified MIT (permissive) · cb5d2317201b6913 · report
xywh2xyxy nku-shengzheliu/Pytorch-TransVG/utils/utils.py community (archive-listed) unverified MIT (permissive) · 7950108b58fb67bc · report

Tasks

Referring Expression ComprehensionVisual Grounding

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