paper-with-me

홈 › Papers

MapTrack: Tracking in the Map

2024-02-20 · Fei Wang, Ruohui Zhang, Chenglin Chen, Min Yang, Yun Bai

Multi-Object Tracking (MOT) aims to maintain stable and uninterrupted trajectories for each target. Most state-of-the-art approaches first detect objects in each frame and then implement data association between new detections and existing tracks using motion models and appearance similarities. Despite achieving satisfactory results, occlusion and crowds can easily lead to missing and distorted detections, followed by missing and false associations. In this paper, we first revisit the classic tracker DeepSORT, enhancing its robustness over crowds and occlusion significantly by placing greater trust in predictions when detections are unavailable or of low quality in crowded and occluded scenes. Specifically, we propose a new framework comprising of three lightweight and plug-and-play algorithms: the probability map, the prediction map, and the covariance adaptive Kalman filter. The probability map identifies whether undetected objects have genuinely disappeared from view (e.g., out of the image or entered a building) or are only temporarily undetected due to occlusion or other reasons. Trajectories of undetected targets that are still within the probability map are extended by state estimations directly. The prediction map determines whether an object is in a crowd, and we prioritize state estimations over observations when severe deformation of observations occurs, accomplished through the covariance adaptive Kalman filter. The proposed method, named MapTrack, achieves state-of-the-art results on popular multi-object tracking benchmarks such as MOT17 and MOT20. Despite its superior performance, our method remains simple, online, and real-time. The code will be open-sourced later.

📄 PDF Abstract BibTeX arXiv:2402.12968

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Object TrackingObject Tracking

Similar Papers 제목 키워드 기반

MapTracker: Tracking with Strided Memory Fusion for Consistent Vector HD Mapping

2024-03-23 · Jiacheng Chen, Yuefan Wu, Jiaqi Tan, Hang Ma 외

This paper presents a vector HD-mapping algorithm that formulates the mapping as a tracking task and uses a history of memory latents to ensure consistent reconstructions over time. Our method, MapTracker, accumulates a …

Beyond Chamfer Distance: Granular Order-aware Evaluation Metric For Online Mapping

2026-05-21 · Chouaib Bencheikh Lehocine, Adam Lilja, Junsheng Fu, Lars Hammarstrand arxiv

Online map estimation is a crucial component of autonomous driving systems that reduces the reliance on costly high-definition maps. State-of-the-art (SOTA) methods commonly predict map elements as ordered sequences of p…

Autonomous Driving

An equalised global graphical model-based approach for multi-camera object tracking

2015-02-12 · Weihua Chen, Lijun Cao, Xiaotang Chen, Kaiqi Huang

Non-overlapping multi-camera visual object tracking typically consists of two steps: single camera object tracking and inter-camera object tracking. Most of tracking methods focus on single camera object tracking, which …

ObjectObject TrackingVisual Object Tracking

A Unified Multi-view Multi-person Tracking Framework

2023-02-08 · Fan Yang, Shigeyuki Odashima, Sosuke Yamao, Hiroaki Fujimoto 외

Although there is a significant development in 3D Multi-view Multi-person Tracking (3D MM-Tracking), current 3D MM-Tracking frameworks are designed separately for footprint and pose tracking. Specifically, frameworks des…

3D Multi-Person Pose EstimationMultiple People TrackingObject TrackingPose Tracking

OmniTracker: Unifying Object Tracking by Tracking-with-Detection

2023-03-21 · Junke Wang, Dongdong Chen, Zuxuan Wu, Chong Luo 외

Object tracking (OT) aims to estimate the positions of target objects in a video sequence. Depending on whether the initial states of target objects are specified by provided annotations in the first frame or the categor…

Multi-Object TrackingObjectObject Tracking