An Approximate Dynamic Programming Framework for Occlusion-Robust Multi-Object Tracking
Pratyusha Musunuru, Yuchao Li, Jamison Weber, Dimitri Bertsekas

TL;DR
This paper introduces ADPTrack, a dynamic programming-based framework that enhances multi-object tracking accuracy by reducing occlusion errors, especially effective in fixed-camera scenarios.
Contribution
The paper presents ADPTrack, a novel approximate dynamic programming approach that improves existing multi-object tracking methods by considering multiple frames to handle occlusions more effectively.
Findings
0.7% improvement in IDF1 accuracy on MOT17 dataset
Better performance in fixed-camera scenarios
Reduces occlusion-related errors
Abstract
In this work, we consider data association problems involving multi-object tracking (MOT). In particular, we address the challenges arising from object occlusions. We propose a framework called approximate dynamic programming track (ADPTrack), which applies dynamic programming principles to improve an existing method called the base heuristic. Given a set of tracks and the next target frame, the base heuristic extends the tracks by matching them to the objects of this target frame directly. In contrast, ADPTrack first processes a few subsequent frames and applies the base heuristic starting from the next target frame to obtain tentative tracks. It then leverages the tentative tracks to match the objects of the target frame. This tends to reduce the occlusion-based errors and leads to an improvement over the base heuristic. When tested on the MOT17 video dataset, the proposed method…
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
TopicsAdaptive Dynamic Programming Control
MethodsSparse Evolutionary Training · Balanced Selection
