Papers › NetTrack: Tracking Highly Dynamic Objects with a Net

NetTrack: Tracking Highly Dynamic Objects with a Net

17 Mar 2024CVPR 2024 1arXiv:2403.11186archive 2025-07-28

Guangze Zheng, ShiJie Lin, Haobo Zuo, Changhong Fu, Jia Pan

The complex dynamicity of open-world objects presents non-negligible challenges for multi-object tracking (MOT), often manifested as severe deformations, fast motion, and occlusions. Most methods that solely depend on coarse-grained object cues, such as boxes and the overall appearance of the object, are susceptible to degradation due to distorted internal relationships of dynamic objects. To address this problem, this work proposes NetTrack, an efficient, generic, and affordable tracking framework to introduce fine-grained learning that is robust to dynamicity. Specifically, NetTrack constructs a dynamicity-aware association with a fine-grained Net, leveraging point-level visual cues. Correspondingly, a fine-grained sampler and matching method have been incorporated. Furthermore, NetTrack learns object-text correspondence for fine-grained localization. To evaluate MOT in extremely dynamic open-world scenarios, a bird flock tracking (BFT) dataset is constructed, which exhibits high dynamicity with diverse species and open-world scenarios. Comprehensive evaluation on BFT validates the effectiveness of fine-grained learning on object dynamicity, and thorough transfer experiments on challenging open-world benchmarks, i.e., TAO, TAO-OW, AnimalTrack, and GMOT-40, validate the strong generalization ability of NetTrack even without finetuning. Project page: https://george-zhuang.github.io/nettrack/.

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.11186")

Code

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

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

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

14 samples harvested; 9 ran; 1 honoured the contract we drafted; 5 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
2ran · our draft was wrong
4ran · fixture could not drive it
2ran
5unverified

Licence: 0 of the 14 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 George-Zhuang/NetTrack. “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.

BaseTrack George-Zhuang/NetTrack/tracker/nettrack.py community (archive-listed) ran Apache-2.0 (permissive) · c2efbeca34d34df4 · report
TrackState George-Zhuang/NetTrack/tracker/nettrack.py community (archive-listed) ran Apache-2.0 (permissive) · 3d5b0c832e5a2d89 · report
get_color George-Zhuang/NetTrack/tracker/nettrack.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · 0d2550860de1d622 · report
joint_stracks George-Zhuang/NetTrack/tracker/nettrack.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 557de671825f7887 · report
plot_crossmark George-Zhuang/NetTrack/tracker/nettrack.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · fed926ad88e2707b · report
plot_points George-Zhuang/NetTrack/tracker/nettrack.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 350b6bb21cc6959c · report
plot_tracking George-Zhuang/NetTrack/tracker/nettrack.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 3b1ef7ad76cdfce5 · report
save_result George-Zhuang/NetTrack/tracker/nettrack.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 7aafbf95486fb2c0 · report
sub_stracks George-Zhuang/NetTrack/tracker/nettrack.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 322ac55b144012cf · report
BaseTracker George-Zhuang/NetTrack/tracker/nettrack.py community (archive-listed) unverified Apache-2.0 (permissive) · b6efe16f92216d0c · report
KalmanFilter George-Zhuang/NetTrack/tracker/nettrack.py community (archive-listed) unverified Apache-2.0 (permissive) · 684663bc0c1cf075 · report
NetTracker George-Zhuang/NetTrack/tracker/nettrack.py community (archive-listed) unverified Apache-2.0 (permissive) · fe14e5bfcf385b70 · report
STrack George-Zhuang/NetTrack/tracker/nettrack.py community (archive-listed) unverified Apache-2.0 (permissive) · 721b4224302359bf · report
remove_duplicate_stracks George-Zhuang/NetTrack/tracker/nettrack.py community (archive-listed) unverified Apache-2.0 (permissive) · 1d1503793d1e312b · report

Tasks

Multi-Object TrackingObjectObject Tracking

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