Papers › JRMOT: A Real-Time 3D Multi-Object Tracker and a New Large-Scale Dataset

JRMOT: A Real-Time 3D Multi-Object Tracker and a New Large-Scale Dataset

19 Feb 2020arXiv:2002.08397archive 2025-07-28

Abhijeet Shenoi, Mihir Patel, JunYoung Gwak, Patrick Goebel, Amir Sadeghian, Hamid Rezatofighi, Roberto Martín-Martín, Silvio Savarese

Robots navigating autonomously need to perceive and track the motion of objects and other agents in its surroundings. This information enables planning and executing robust and safe trajectories. To facilitate these processes, the motion should be perceived in 3D Cartesian space. However, most recent multi-object tracking (MOT) research has focused on tracking people and moving objects in 2D RGB video sequences. In this work we present JRMOT, a novel 3D MOT system that integrates information from RGB images and 3D point clouds to achieve real-time, state-of-the-art tracking performance. Our system is built with recent neural networks for re-identification, 2D and 3D detection and track description, combined into a joint probabilistic data-association framework within a multi-modal recursive Kalman architecture. As part of our work, we release the JRDB dataset, a novel large scale 2D+3D dataset and benchmark, annotated with over 2 million boxes and 3500 time consistent 2D+3D trajectories across 54 indoor and outdoor scenes. JRDB contains over 60 minutes of data including 360 degree cylindrical RGB video and 3D pointclouds in social settings that we use to develop, train and evaluate JRMOT. The presented 3D MOT system demonstrates state-of-the-art performance against competing methods on the popular 2D tracking KITTI benchmark and serves as first 3D tracking solution for our benchmark. Real-robot tests on our social robot JackRabbot indicate that the system is capable of tracking multiple pedestrians fast and reliably. We provide the ROS code of our tracker at https://sites.google.com/view/jrmot.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 12 of 16 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 11 ran with no contract checked.

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

StanfordVL/JRMOT_ROS officialpytorchMIT 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

16 samples harvested; 12 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
11ran
4unverified

Licence: 0 of the 16 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 StanfordVL/JRMOT_ROS. “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.

conv3x3 StanfordVL/JRMOT_ROS/src/aligned_reid_model.py official repository ran · our draft was wrong MIT (permissive) · fac5364e2f53c6db · report
find_area StanfordVL/JRMOT_ROS/src/distances.py official repository ran MIT (permissive) · 03de75aaa3b406e0 · report
get_unmatched StanfordVL/JRMOT_ROS/src/JPDA_matching.py official repository ran MIT (permissive) · f3c57153547a2d6d · report
load_pickle StanfordVL/JRMOT_ROS/src/aligned_reid_utils.py official repository ran MIT (permissive) · 3bd76346246df44c · report
norm2squared_matrix StanfordVL/JRMOT_ROS/src/distances.py official repository ran MIT (permissive) · 84e275a207526fa2 · report
remove_fc StanfordVL/JRMOT_ROS/src/aligned_reid_model.py official repository ran MIT (permissive) · 91c9512a42be21c4 · report
resnet18 StanfordVL/JRMOT_ROS/src/aligned_reid_model.py official repository ran MIT (permissive) · 2c1c8a02c1ba4103 · report
rotx StanfordVL/JRMOT_ROS/src/calibration.py official repository ran fingerprinted MIT (permissive) · 8843d80ab666c4e9 · report
roty StanfordVL/JRMOT_ROS/src/calibration.py official repository ran fingerprinted MIT (permissive) · ae86074e10e1dfd7 · report
rotz StanfordVL/JRMOT_ROS/src/calibration.py official repository ran MIT (permissive) · 082920adf6e29c94 · report
squared_mahalanobis_distance StanfordVL/JRMOT_ROS/src/EKF.py official repository ran MIT (permissive) · 2eea9d292de00db2 · report
to_scalar StanfordVL/JRMOT_ROS/src/aligned_reid_utils.py official repository ran MIT (permissive) · fba558bcab745072 · report
iou_matrix StanfordVL/JRMOT_ROS/src/distances.py official repository unverified MIT (permissive) · d3e27588bb89e7f2 · report
non_max_suppression StanfordVL/JRMOT_ROS/src/deep_sort_utils.py official repository unverified MIT (permissive) · e8fe9fcc53566f61 · report
swap StanfordVL/JRMOT_ROS/src/double_measurement_kf.py official repository unverified MIT (permissive) · d99bf42088f3299d · report
time_str StanfordVL/JRMOT_ROS/src/aligned_reid_utils.py official repository unverified MIT (permissive) · da7227beeb4bcf4f · report

Tasks

Autonomous NavigationMotion PlanningMulti-Object TrackingMultiple Object TrackingObject Tracking

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Multiple Object Tracking KITTI Test (Online Methods) JRMOT HOTA 69.61 #18 of 34 Archive leaderboard report
Multiple Object Tracking KITTI Test (Online Methods) JRMOT MOTA 85.70 #18 of 34 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