Papers › StrongSORT: Make DeepSORT Great Again

StrongSORT: Make DeepSORT Great Again

28 Feb 2022arXiv:2202.13514archive 2025-07-28

Yunhao Du, Zhicheng Zhao, Yang song, Yanyun Zhao, Fei Su, Tao Gong, Hongying Meng

Recently, Multi-Object Tracking (MOT) has attracted rising attention, and accordingly, remarkable progresses have been achieved. However, the existing methods tend to use various basic models (e.g, detector and embedding model), and different training or inference tricks, etc. As a result, the construction of a good baseline for a fair comparison is essential. In this paper, a classic tracker, i.e., DeepSORT, is first revisited, and then is significantly improved from multiple perspectives such as object detection, feature embedding, and trajectory association. The proposed tracker, named StrongSORT, contributes a strong and fair baseline for the MOT community. Moreover, two lightweight and plug-and-play algorithms are proposed to address two inherent "missing" problems of MOT: missing association and missing detection. Specifically, unlike most methods, which associate short tracklets into complete trajectories at high computation complexity, we propose an appearance-free link model (AFLink) to perform global association without appearance information, and achieve a good balance between speed and accuracy. Furthermore, we propose a Gaussian-smoothed interpolation (GSI) based on Gaussian process regression to relieve the missing detection. AFLink and GSI can be easily plugged into various trackers with a negligible extra computational cost (1.7 ms and 7.1 ms per image, respectively, on MOT17). Finally, by fusing StrongSORT with AFLink and GSI, the final tracker (StrongSORT++) achieves state-of-the-art results on multiple public benchmarks, i.e., MOT17, MOT20, DanceTrack and KITTI. Codes are available at https://github.com/dyhBUPT/StrongSORT and https://github.com/open-mmlab/mmtracking.

PaperPDFCodeCode 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="2202.13514")

Code

Syntology Ran 3 of 20 code samples harvested from 3 repositories linked to this paper; 17 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong.

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

14 repositories listed; official and paper-mentioned ones first.

dyhBUPT/StrongSORT officialmentioned in papermentioned on GitHubpytorch report
open-mmlab/mmtracking officialmentioned in paperpytorchApache-2.0 report
Yanghojun/Custom_yolov5_pytorch mentioned on GitHubpytorchGPL-3.0 report
mikel-brostrom/boxmot mentioned on GitHubpytorchAGPL-3.0 report
mikel-brostrom/yolov7_strongsort_osnet mentioned on GitHubpytorchGPL-3.0 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; 3 ran; 2 honoured the contract we drafted; 17 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.

2ran · honoured contract
1ran · our draft was wrong
17unverified

Licence: 2 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 3 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.

LinearInterpolation dyhBUPT/StrongSORT/GSI.py official repository ran · honoured contract fingerprinted GPL-3.0 (copyleft) · pointer only · 291f44f2e2225f0d · report
GaussianSmooth dyhBUPT/StrongSORT/GSI.py official repository unverified GPL-3.0 (copyleft) · pointer only · e8e20ac10a09b701 · report
compute_color_for_labels goksenin-uav/strongsort-pip/strongsort/draw.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · bcfa4cf98c4b792a · report
get_model_name goksenin-uav/strongsort-pip/strongsort/reid_model_factory.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · c5cdc64a6b2b4eee · report
assert_in goksenin-uav/strongsort-pip/strongsort/asserts.py community (archive-listed) unverified MIT (permissive) · 287f12a551c1c76a · report
assert_in_env goksenin-uav/strongsort-pip/strongsort/asserts.py community (archive-listed) unverified MIT (permissive) · 3d29e11e107d75b2 · report
draw_boxes goksenin-uav/strongsort-pip/strongsort/draw.py community (archive-listed) unverified MIT (permissive) · bb6bb0009b53e1ba · report
gate_cost_matrix kadirnar/deepsort-pip/deepsort/linear_assignment.py community (archive-listed) unverified MIT (permissive) · fd534ce01d39359c · report
get_logger goksenin-uav/strongsort-pip/strongsort/log.py community (archive-listed) unverified MIT (permissive) · 1fcd8693108efe91 · report
get_model_url goksenin-uav/strongsort-pip/strongsort/reid_model_factory.py community (archive-listed) unverified MIT (permissive) · 2745b5d88394ba76 · report
iou goksenin-uav/strongsort-pip/strongsort/iou_matching.py community (archive-listed) unverified MIT (permissive) · cd5390257debcfd6 · report
iou_cost kadirnar/deepsort-pip/deepsort/iou_matching.py community (archive-listed) unverified MIT (permissive) · fa2c5a05698eba02 · report
is_model_in_model_types goksenin-uav/strongsort-pip/strongsort/reid_model_factory.py community (archive-listed) unverified MIT (permissive) · 89a76bc51c8b9c46 · report
matching_cascade goksenin-uav/strongsort-pip/strongsort/linear_assignment.py community (archive-listed) unverified MIT (permissive) · 402e8c9566232aa2 · report
matching_cascade kadirnar/deepsort-pip/deepsort/linear_assignment.py community (archive-listed) unverified MIT (permissive) · 8a6c0862c2243eaa · report
min_cost_matching goksenin-uav/strongsort-pip/strongsort/linear_assignment.py community (archive-listed) unverified MIT (permissive) · 6278dd3b36b3eadc · report
min_cost_matching kadirnar/deepsort-pip/deepsort/linear_assignment.py community (archive-listed) unverified MIT (permissive) · dbbe07d4ffcebac6 · report
read_mot_results goksenin-uav/strongsort-pip/strongsort/io.py community (archive-listed) unverified MIT (permissive) · 9eb3b334fd02b5d3 · report
read_results goksenin-uav/strongsort-pip/strongsort/io.py community (archive-listed) unverified MIT (permissive) · 1958a4fce355d7a6 · report
unzip_objs goksenin-uav/strongsort-pip/strongsort/io.py community (archive-listed) unverified MIT (permissive) · 261a9c5fae0c1b9f · report

Tasks

Multi-Object TrackingObject DetectionObject Trackingobject-detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Multi-Object Tracking MOT17 StrongSORT HOTA 64.4 #13 of 48 Archive leaderboard report
Multi-Object Tracking MOT17 StrongSORT IDF1 79.5 #13 of 48 Archive leaderboard report
Multi-Object Tracking MOT17 StrongSORT MOTA 79.6 #13 of 48 Archive leaderboard report
Multi-Object Tracking MOT20 StrongSORT HOTA 62.6 #11 of 27 Archive leaderboard report
Multi-Object Tracking MOT20 StrongSORT IDF1 77.0 #11 of 27 Archive leaderboard report
Multi-Object Tracking MOT20 StrongSORT MOTA 73.8 #11 of 27 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

Gaussian ProcessSPEED

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