Papers › Observation-Centric SORT: Rethinking SORT for Robust Multi-Object Tracking

Observation-Centric SORT: Rethinking SORT for Robust Multi-Object Tracking

27 Mar 2022CVPR 2023 1arXiv:2203.14360archive 2025-07-28

Jinkun Cao, Jiangmiao Pang, Xinshuo Weng, Rawal Khirodkar, Kris Kitani

Kalman filter (KF) based methods for multi-object tracking (MOT) make an assumption that objects move linearly. While this assumption is acceptable for very short periods of occlusion, linear estimates of motion for prolonged time can be highly inaccurate. Moreover, when there is no measurement available to update Kalman filter parameters, the standard convention is to trust the priori state estimations for posteriori update. This leads to the accumulation of errors during a period of occlusion. The error causes significant motion direction variance in practice. In this work, we show that a basic Kalman filter can still obtain state-of-the-art tracking performance if proper care is taken to fix the noise accumulated during occlusion. Instead of relying only on the linear state estimate (i.e., estimation-centric approach), we use object observations (i.e., the measurements by object detector) to compute a virtual trajectory over the occlusion period to fix the error accumulation of filter parameters during the occlusion period. This allows more time steps to correct errors accumulated during occlusion. We name our method Observation-Centric SORT (OC-SORT). It remains Simple, Online, and Real-Time but improves robustness during occlusion and non-linear motion. Given off-the-shelf detections as input, OC-SORT runs at 700+ FPS on a single CPU. It achieves state-of-the-art on multiple datasets, including MOT17, MOT20, KITTI, head tracking, and especially DanceTrack where the object motion is highly non-linear. The code and models are available at \url{https://github.com/noahcao/OC_SORT}.

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

Code

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

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

noahcao/OC_SORT officialmentioned in papermentioned on GitHubpytorch report
BingfengYan/DS_OCSORT mentioned on GitHubpytorchMIT report
dyhBUPT/StrongSORT mentioned on GitHubpytorch report
mikel-brostrom/boxmot mentioned on GitHubpytorchAGPL-3.0 report
open-mmlab/mmtracking mentioned on GitHubpytorchApache-2.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

31 samples harvested; 15 ran; 1 honoured the contract we drafted; 16 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
1ran · fixture could not drive it
11ran
16unverified

Licence: 2 of the 31 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. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

add_expensive_edges BingfengYan/DS_OCSORT/motmetrics/lap.py community (archive-listed) ran fingerprinted MIT (permissive) · 75c50b21f10622fe · report
convert_bbox_to_z BingfengYan/DS_OCSORT/trackers/ocsort_tracker/ocsort.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 3137f9cd241030bc · report
init_config BingfengYan/DS_OCSORT/TrackEval/utils.py community (archive-listed) ran MIT (permissive) · 0ce058e665602da2 · report
k_previous_obs BingfengYan/DS_OCSORT/trackers/focsort_tracker/ocsort.py community (archive-listed) ran · honoured contract MIT (permissive) · c700a5eb9de050a3 · report
load_motchallenge BingfengYan/DS_OCSORT/motmetrics/io.py community (archive-listed) ran MIT (permissive) · df7c890d21316ed3 · report
lsa_solve_scipy BingfengYan/DS_OCSORT/motmetrics/lap.py community (archive-listed) ran fingerprinted MIT (permissive) · 73aafda163f7eb35 · report
norm2squared_matrix BingfengYan/DS_OCSORT/motmetrics/distances.py community (archive-listed) ran fingerprinted MIT (permissive) · 8aac7a69af7327b2 · report
num_frames BingfengYan/DS_OCSORT/motmetrics/metrics.py community (archive-listed) ran MIT (permissive) · c226fad167ab7651 · report
obj_frequencies BingfengYan/DS_OCSORT/motmetrics/metrics.py community (archive-listed) ran MIT (permissive) · fd57be74b7693046 · report
pred_frequencies BingfengYan/DS_OCSORT/motmetrics/metrics.py community (archive-listed) ran MIT (permissive) · b443457d657ce785 · report
quiet_divide BingfengYan/DS_OCSORT/motmetrics/math_util.py community (archive-listed) ran fingerprinted MIT (permissive) · 8c8460f479f8b77e · report
rect_min_max BingfengYan/DS_OCSORT/motmetrics/distances.py community (archive-listed) ran fingerprinted MIT (permissive) · d8bed56ba7a09f52 · report
update_config BingfengYan/DS_OCSORT/TrackEval/utils.py community (archive-listed) ran MIT (permissive) · 5ef3f617efb9ddc4 · report
convert_bbox_to_z BingfengYan/DS_OCSORT/trackers/focsort_tracker/ocsort.py community (archive-listed) unverified MIT (permissive) · 2d65f2912fca8087 · report
convert_x_to_bbox BingfengYan/DS_OCSORT/trackers/focsort_tracker/ocsort.py community (archive-listed) unverified MIT (permissive) · 5babcd4919eec944 · report
convert_x_to_bbox BingfengYan/DS_OCSORT/trackers/ocsort_tracker/ocsort.py community (archive-listed) unverified MIT (permissive) · 90e53239ac6a25c6 · report
diou_batch BingfengYan/DS_OCSORT/trackers/ocsort_tracker/association.py community (archive-listed) unverified MIT (permissive) · 14d88680264a197c · report
geometric_mean BingfengYan/DS_OCSORT/TrackEval/plotting.py community (archive-listed) unverified MIT (permissive) · 06d2be4ac9d0e95b · report
giou_batch BingfengYan/DS_OCSORT/trackers/ocsort_tracker/association.py community (archive-listed) unverified MIT (permissive) · 43e795751f6be2d5 · report
iou_batch BingfengYan/DS_OCSORT/trackers/ocsort_tracker/association.py community (archive-listed) unverified MIT (permissive) · d5a0d4bd4cec1340 · report
jaccard BingfengYan/DS_OCSORT/TrackEval/plotting.py community (archive-listed) unverified MIT (permissive) · 00c662d6d9709fe4 · report
linear_sum_assignment BingfengYan/DS_OCSORT/motmetrics/lap.py community (archive-listed) unverified MIT (permissive) · afa1b0e940655c4c · report
load_detrac_mat BingfengYan/DS_OCSORT/motmetrics/io.py community (archive-listed) unverified MIT (permissive) · 5b5527b1491dfa1e · report
load_multiple_tracker_summaries BingfengYan/DS_OCSORT/TrackEval/plotting.py community (archive-listed) unverified MIT (permissive) · e9f7b2829ca9731b · report
load_vatictxt BingfengYan/DS_OCSORT/motmetrics/io.py community (archive-listed) unverified MIT (permissive) · 56d557c272771a4b · report
predict BingfengYan/DS_OCSORT/trackers/ocsort_tracker/kalmanfilter.py community (archive-listed) unverified MIT (permissive) · 1ada6d867045a7b1 · report
predict kadirnar/ocsort-pip/ocsort/kalmanfilter.py community (archive-listed) unverified MIT (permissive) · 11a2969e11993458 · report
time BingfengYan/DS_OCSORT/TrackEval/_timing.py community (archive-listed) unverified MIT (permissive) · df1bd31f4da1bed6 · report
validate_metrics_list BingfengYan/DS_OCSORT/TrackEval/utils.py community (archive-listed) unverified MIT (permissive) · 9792bf1150d36891 · report
convert_x_to_bbox identical code first harvested elsewhere ran · fixture could not drive it fingerprinted licence of this copy not recorded · 8d048ed3edc7034e · report
get_image_list identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · 6874177200d9a346 · report

Tasks

Multi-Object TrackingMultiple Object TrackingObjectObject DetectionObject Trackingobject-detection

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 OC-SORT AssA 38.0 #29 of 37 Archive leaderboard report
Multi-Object Tracking DanceTrack OC-SORT HOTA 55.1 #29 of 37 Archive leaderboard report
Multi-Object Tracking DanceTrack OC-SORT IDF1 54.2 #29 of 37 Archive leaderboard report
Multi-Object Tracking DanceTrack OC-SORT MOTA 89.4 #29 of 37 Archive leaderboard report
Multi-Object Tracking MOT17 OC-SORT HOTA 63.2 #14 of 48 Archive leaderboard report
Multi-Object Tracking MOT17 OC-SORT IDF1 77.5 #14 of 48 Archive leaderboard report
Multi-Object Tracking MOT17 OC-SORT MOTA 78.0 #14 of 48 Archive leaderboard report
Multi-Object Tracking MOT20 OC-SORT HOTA 62.4 #12 of 27 Archive leaderboard report
Multi-Object Tracking MOT20 OC-SORT IDF1 76.4 #12 of 27 Archive leaderboard report
Multi-Object Tracking MOT20 OC-SORT MOTA 75.9 #12 of 27 Archive leaderboard report
Multi-Object Tracking SportsMOT OC-SORT AssA 61.5 #12 of 22 Archive leaderboard report
Multi-Object Tracking SportsMOT OC-SORT DetA 88.5 #12 of 22 Archive leaderboard report
Multi-Object Tracking SportsMOT OC-SORT HOTA 73.7 #12 of 22 Archive leaderboard report
Multi-Object Tracking SportsMOT OC-SORT IDF1 74.0 #12 of 22 Archive leaderboard report
Multi-Object Tracking SportsMOT OC-SORT MOTA 96.5 #12 of 22 Archive leaderboard report
Multiple Object Tracking CroHD OC-SORT HOTA 44.1 #2 of 5 Archive leaderboard report
Multiple Object Tracking CroHD OC-SORT IDF1 62.9 #2 of 5 Archive leaderboard report
Multiple Object Tracking CroHD OC-SORT MOTA 67.9 #2 of 5 Archive leaderboard report
Multiple Object Tracking KITTI Test (Online Methods) OC-SORT HOTA 76.5 #12 of 34 Archive leaderboard report
Multiple Object Tracking KITTI Test (Online Methods) OC-SORT IDSW 250 #12 of 34 Archive leaderboard report
Multiple Object Tracking KITTI Test (Online Methods) OC-SORT MOTA 90.3 #12 of 34 Archive leaderboard report
Multiple Object Tracking SportsMOT OC-SORT AssA 61.5 #10 of 19 Archive leaderboard report
Multiple Object Tracking SportsMOT OC-SORT DetA 88.5 #10 of 19 Archive leaderboard report
Multiple Object Tracking SportsMOT OC-SORT HOTA 73.7 #10 of 19 Archive leaderboard report
Multiple Object Tracking SportsMOT OC-SORT IDF1 74.0 #10 of 19 Archive leaderboard report
Multiple Object Tracking SportsMOT OC-SORT MOTA 96.5 #10 of 19 Archive leaderboard report
Object Tracking QuadTrack OC-SORT HOTA 20.83 #3 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.

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