Papers › GOT-Edit: Geometry-Aware Generic Object Tracking via Online Model Editing

GOT-Edit: Geometry-Aware Generic Object Tracking via Online Model Editing

9 Feb 2026arXiv:2602.08550added by Syntology

Shih-Fang Chen, Jun-Cheng Chen, I-Hong Jhuo, Yen-Yu Lin

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Human perception for effective object tracking in 2D video streams arises from the implicit use of prior 3D knowledge and semantic reasoning. In contrast, most generic object tracking (GOT) methods primarily rely on 2D features of the target and its surroundings, while neglecting 3D geometric cues, making them susceptible to partial occlusion, distractors, and variations in geometry and appearance. To address this limitation, we introduce GOT-Edit, an online cross-modality model editing approach that integrates geometry-aware cues into a generic object tracker from a 2D video stream. Our approach leverages features from a pre-trained Visual Geometry Grounded Transformer to infer geometric cues from only a few 2D images. To address the challenge of seamlessly combining geometry and semantics, GOT-Edit performs online model editing. By leveraging null-space constraints during model updates, it incorporates geometric information while preserving semantic discrimination, yielding consistently better performance across diverse scenarios. Extensive experiments on multiple GOT benchmarks demonstrate that GOT-Edit achieves superior robustness and accuracy, particularly under occlusion and clutter, establishing a new paradigm for combining 2D semantics with 3D geometric reasoning for generic object tracking. The project page is available at https://chenshihfang.github.io/GOT-EDIT.

PaperPDFCode 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="2602.08550")

Code

Syntology Ran 16 of 18 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 4 ran · honoured contract; 7 ran · violated contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

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

chenshihfang/GOT found in paper text by Syntology report

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; 16 ran; 4 honoured the contract we drafted; 2 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.

4ran · honoured contract
7ran · violated contract
2ran · our draft was wrong
1ran · fixture could not drive it
2ran
2unverified

Licence: 18 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 chenshihfang/GOT. “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.

DoraDA3Args chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · metamorphic tier: deterministic AGPL-3.0 (copyleft) · pointer only · 92c2cce62c1702d5 · report
_TL chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · metamorphic tier: deterministic AGPL-3.0 (copyleft) · pointer only · 4df4dece936a3119 · report
_collect_targets chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · our draft was wrong AGPL-3.0 (copyleft) · pointer only · 02d8eb290254a7a9 · report
_count_trainables chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · honoured contract AGPL-3.0 (copyleft) · pointer only · 9203a9ab746dfddf · report
_dora_extra chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · fixture could not drive it fingerprinted AGPL-3.0 (copyleft) · pointer only · b138442701930fd2 · report
_in_camera chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · violated contract AGPL-3.0 (copyleft) · pointer only · f1569a5a5c2ebcbb · report
_is_adapter_param_name chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · violated contract AGPL-3.0 (copyleft) · pointer only · ad3f461d70995c82 · report
_is_attn_param chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · violated contract AGPL-3.0 (copyleft) · pointer only · 9ae73136c894e686 · report
_is_backbone_param chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · violated contract AGPL-3.0 (copyleft) · pointer only · 02d3a4cf0f211dcb · report
_is_depthwise_or_grouped chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · violated contract AGPL-3.0 (copyleft) · pointer only · aa9b43896a3074fb · report
_is_head_param chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · violated contract AGPL-3.0 (copyleft) · pointer only · 1fa2fd6976f7f948 · report
_is_qkvproj_param chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · violated contract AGPL-3.0 (copyleft) · pointer only · 01e471e925851b3a · report
_lora_params_conv2d chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · honoured contract AGPL-3.0 (copyleft) · pointer only · 5d6edf2683591f6e · report
_lora_params_linear chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · honoured contract fingerprinted AGPL-3.0 (copyleft) · pointer only · adfc41ba17693115 · report
_parse_block_id_from_param chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · honoured contract fingerprinted AGPL-3.0 (copyleft) · pointer only · d08683c5e7e629b0 · report
set_trainable_dora_params chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology ran · our draft was wrong AGPL-3.0 (copyleft) · pointer only · 28d18e898ae5f013 · report
freeze_all_params chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · ec1bb1d0808a8e53 · report
inject_dora_into_da3 chenshihfang/GOT/pytracking/ltr/models/backbone/peft_dora_da3.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 86a1c07332fc76c3 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.08550, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

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