Papers › ByteTrack: Multi-Object Tracking by Associating Every Detection Box

ByteTrack: Multi-Object Tracking by Associating Every Detection Box

13 Oct 2021arXiv 2021 10arXiv:2110.06864archive 2025-07-28

Yifu Zhang, Peize Sun, Yi Jiang, Dongdong Yu, Fucheng Weng, Zehuan Yuan, Ping Luo, Wenyu Liu, Xinggang Wang

Multi-object tracking (MOT) aims at estimating bounding boxes and identities of objects in videos. Most methods obtain identities by associating detection boxes whose scores are higher than a threshold. The objects with low detection scores, e.g. occluded objects, are simply thrown away, which brings non-negligible true object missing and fragmented trajectories. To solve this problem, we present a simple, effective and generic association method, tracking by associating almost every detection box instead of only the high score ones. For the low score detection boxes, we utilize their similarities with tracklets to recover true objects and filter out the background detections. When applied to 9 different state-of-the-art trackers, our method achieves consistent improvement on IDF1 score ranging from 1 to 10 points. To put forwards the state-of-the-art performance of MOT, we design a simple and strong tracker, named ByteTrack. For the first time, we achieve 80.3 MOTA, 77.3 IDF1 and 63.1 HOTA on the test set of MOT17 with 30 FPS running speed on a single V100 GPU. ByteTrack also achieves state-of-the-art performance on MOT20, HiEve and BDD100K tracking benchmarks. The source code, pre-trained models with deploy versions and tutorials of applying to other trackers are released at https://github.com/ifzhang/ByteTrack.

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

Code

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

By repository: official repository: 6 samples from 1 repository, 1 ran; community (archive-listed): 6 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.

ifzhang/ByteTrack officialmentioned in papermentioned on GitHubpytorchMIT report
2023-MindSpore-1/ms-code-28 mentioned on GitHubmindspore report
HaojunYuPKU/MOT_detectron mentioned on GitHubpytorch report
Robotmurlock/Motrack mentioned on GitHubMIT report
levinwil/MulteTrack mentioned on GitHubpytorchMIT report
levinwil/MyteTrack mentioned on GitHubpytorchMIT report
mikel-brostrom/boxmot mentioned on GitHubpytorchAGPL-3.0 report
wuhengliangliang/ByteTrack mentioned on GitHubmindspore 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

12 samples harvested; 1 ran; 0 honoured the contract we drafted; 11 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
11unverified

Licence: 0 of the 12 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.

sigmoid_focal_loss ifzhang/ByteTrack/yolox/models/losses.py official repository ran fingerprinted MIT (permissive) · 774f31ba06110943 · report
clip_boxes ifzhang/ByteTrack/yolox/motdt_tracker/reid_model.py official repository unverified MIT (permissive) · b5a232fabf1662a3 · report
get_activation ifzhang/ByteTrack/yolox/models/network_blocks.py official repository unverified MIT (permissive) · 6e3d5f4c3ce305d7 · report
load_net ifzhang/ByteTrack/yolox/motdt_tracker/reid_model.py official repository unverified MIT (permissive) · f817f88d2e7ca234 · report
load_reid_model ifzhang/ByteTrack/yolox/motdt_tracker/reid_model.py official repository unverified MIT (permissive) · 8002b7c39cb1946f · report
make_layers ifzhang/ByteTrack/yolox/deepsort_tracker/reid_model.py official repository unverified MIT (permissive) · c0b3d0e6e5a858ad · report
ious kadirnar/bytetrack-pip/bytetracker/matching.py community (archive-listed) unverified MIT (permissive) · eaec7fd70e56f5c1 · report
linear_assignment kadirnar/bytetrack-pip/bytetracker/matching.py community (archive-listed) unverified MIT (permissive) · 23b675d2fae7c414 · report
merge_matches kadirnar/bytetrack-pip/bytetracker/matching.py community (archive-listed) unverified MIT (permissive) · de19615aab6efe36 · report
xywh2xyxy kadirnar/bytetrack-pip/bytetracker/byte_tracker.py community (archive-listed) unverified MIT (permissive) · 868ee4234d591b9d · report
xyxy2ltwh kadirnar/bytetrack-pip/bytetracker/byte_tracker.py community (archive-listed) unverified MIT (permissive) · 98eb5091f9b29b36 · report
xyxy2xywh kadirnar/bytetrack-pip/bytetracker/byte_tracker.py community (archive-listed) unverified MIT (permissive) · a4670e5c22212ec4 · report

Tasks

Multi-Object TrackingMultiple Object TrackingObjectObject Tracking

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Multi-Object Tracking DanceTrack ByteTrack AssA 31.5 #32 of 37 Archive leaderboard report
Multi-Object Tracking DanceTrack ByteTrack DetA 70.5 #32 of 37 Archive leaderboard report
Multi-Object Tracking DanceTrack ByteTrack HOTA 47.1 #32 of 37 Archive leaderboard report
Multi-Object Tracking DanceTrack ByteTrack IDF1 51.9 #32 of 37 Archive leaderboard report
Multi-Object Tracking DanceTrack ByteTrack MOTA 88.2 #32 of 37 Archive leaderboard report
Multi-Object Tracking MOT17 ByteTrack HOTA 63.1 #15 of 48 Archive leaderboard report
Multi-Object Tracking MOT17 ByteTrack IDF1 77.3 #15 of 48 Archive leaderboard report
Multi-Object Tracking MOT17 ByteTrack MOTA 80.3 #15 of 48 Archive leaderboard report
Multi-Object Tracking MOT20 ByteTrack HOTA 61.3 #13 of 27 Archive leaderboard report
Multi-Object Tracking MOT20 ByteTrack IDF1 75.2 #13 of 27 Archive leaderboard report
Multi-Object Tracking MOT20 ByteTrack MOTA 77.8 #13 of 27 Archive leaderboard report
Multi-Object Tracking SportsMOT ByteTrack AssA 52.3 #18 of 22 Archive leaderboard report
Multi-Object Tracking SportsMOT ByteTrack DetA 78.5 #18 of 22 Archive leaderboard report
Multi-Object Tracking SportsMOT ByteTrack HOTA 64.1 #18 of 22 Archive leaderboard report
Multi-Object Tracking SportsMOT ByteTrack IDF1 71.4 #18 of 22 Archive leaderboard report
Multi-Object Tracking SportsMOT ByteTrack MOTA 95.9 #18 of 22 Archive leaderboard report
Multiple Object Tracking BDD100K test ByteTrack mIDF1 55.8 #3 of 5 Archive leaderboard report
Multiple Object Tracking BDD100K test ByteTrack mMOTA 40.1 #3 of 5 Archive leaderboard report
Multiple Object Tracking BDD100K val ByteTrack AssocA 51.5 #1 of 9 Archive leaderboard report
Multiple Object Tracking BDD100K val ByteTrack TETA 55.7 #1 of 9 Archive leaderboard report
Multiple Object Tracking BDD100K val ByteTrack mIDF1 54.8 #1 of 9 Archive leaderboard report
Multiple Object Tracking BDD100K val ByteTrack mMOTA 45.5 #1 of 9 Archive leaderboard report
Multiple Object Tracking SportsMOT ByteTrack AssA 52.3 #16 of 19 Archive leaderboard report
Multiple Object Tracking SportsMOT ByteTrack DetA 78.5 #16 of 19 Archive leaderboard report
Multiple Object Tracking SportsMOT ByteTrack HOTA 64.1 #16 of 19 Archive leaderboard report
Multiple Object Tracking SportsMOT ByteTrack IDF1 71.4 #16 of 19 Archive leaderboard report
Multiple Object Tracking SportsMOT ByteTrack MOTA 95.9 #16 of 19 Archive leaderboard report
Object Tracking QuadTrack ByteTrack HOTA 20.66 #4 of 8 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

(2+1)D ConvolutionSPEEDTest

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