Faster object tracking pipeline for real time tracking
Parthesh Soni, Falak Shah, Nisarg Vyas

TL;DR
This paper presents a generic, optimized object tracking pipeline that significantly speeds up real-time multi-object tracking by parallelizing tasks and employing computational enhancements, making it suitable for industrial applications.
Contribution
The paper introduces a novel pipeline that accelerates detection-based object tracking by parallelizing localization and association, and optimizing computational processes.
Findings
Achieved a 57.8% speed increase, reaching 30 FPS on FullHD videos.
Speed remains consistent regardless of object density in the scene.
Optimal batch sizes depend on GPU memory, balancing speed and resource use.
Abstract
Multi-object tracking (MOT) is a challenging practical problem for vision based applications. Most recent approaches for MOT use precomputed detections from models such as Faster RCNN, performing fine-tuning of bounding boxes and association in subsequent phases. However, this is not suitable for actual industrial applications due to unavailability of detections upfront. In their recent work, Wang et al. proposed a tracking pipeline that uses a Joint detection and embedding model and performs target localization and association in realtime. Upon investigating the tracking by detection paradigm, we find that the tracking pipeline can be made faster by performing localization and association tasks parallely with model prediction. This, and other computational optimizations such as using mixed precision model and performing batchwise detection result in a speed-up of the tracking pipeline…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Advanced Image and Video Retrieval Techniques · Infrared Target Detection Methodologies
