Open AccessPosted Content
Compensation Tracker: Reprocessing for Lost Object
Zhibo Zou,Junjie Huang,Ping Luo +2 more
TL;DR: Wang et al. as mentioned in this paper proposed a compensation tracker based on motion compensation and objects selection, which can be embedded into other non-end-to-end tracking frameworks, and achieved 66% MOTA and 67% IDF1 in the 2020 datasets.
read more
Abstract: At present, the main research direction of multi-object tracking framework is tracking by detection. Although the detection-based tracking framework can achieve good results, it is very dependent on the performance of the detector. The tracking results will be affected to a certain extent when the detector has the behaviors of omission and error detection. Therefore, in order to solve the problem of missing detection, we designs a compensation tracker based on motion compensation and objects selection. Besides the tracker can be embedded into other non-end-to-end tracking frameworks. Experiments show that after using the compensation tracker designed in this paper, evaluation indicators have improved in varying degrees on MOT Challenge datasets. With limit cost, the compensation tracker haves reached 66% MOTA and 67% IDF1 in the 2020 datasets of dense scenarios. This shows that the proposed method can effectively improve the tracking performance of the model.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Modelling Ambiguous Assignments for Multi-Person Tracking in Crowds
01 Jan 2022
TL;DR: Zhang et al. as mentioned in this paper proposed a new association method that separately treats such difficult situations by modelling ambiguous assignments based on the differences in the distance matrix. But their method is not suitable for multi-person tracking.
58
References
Mask R-CNN
Kaiming He,Georgia Gkioxari,Piotr Dollár,Ross Girshick +3 more
- 20 Mar 2017
TL;DR: This work presents a conceptually simple, flexible, and general framework for object instance segmentation, which extends Faster R-CNN by adding a branch for predicting an object mask in parallel with the existing branch for bounding box recognition.
•Posted Content
YOLOv3: An Incremental Improvement.
Joseph Redmon,Ali Farhadi +1 more
TL;DR: The authors present some updates to YOLO!
17.8K
The Hungarian method for the assignment problem
TL;DR: This paper has always been one of my favorite children, combining as it does elements of the duality of linear programming and combinatorial tools from graph theory, and it may be of some interest to tell the story of its origin this article.
•Proceedings Article
Faster R-CNN: towards real-time object detection with region proposal networks
Shaoqing Ren,Kaiming He,Ross Girshick,Jian Sun +3 more
- 07 Dec 2015
TL;DR: Ren et al. as discussed by the authors proposed a region proposal network (RPN) that shares full-image convolutional features with the detection network, thus enabling nearly cost-free region proposals.