DEFT: Detection Embeddings for Tracking
Mohamed Chaabane, Peter Zhang, J. Ross Beveridge, Stephen O'Hara

TL;DR
DEFT introduces an efficient joint detection and tracking model that combines appearance embeddings and motion constraints, achieving high accuracy and robustness in 2D and 3D tracking benchmarks.
Contribution
The paper presents DEFT, a novel joint detection and tracking model that integrates appearance embeddings with motion modeling, improving robustness and performance in challenging tracking scenarios.
Findings
Comparable accuracy and speed to top methods on 2D online tracking benchmarks.
Significantly outperforms previous methods on the nuScenes 3D tracking challenge.
Robustness demonstrated on more challenging tracking data.
Abstract
Most modern multiple object tracking (MOT) systems follow the tracking-by-detection paradigm, consisting of a detector followed by a method for associating detections into tracks. There is a long history in tracking of combining motion and appearance features to provide robustness to occlusions and other challenges, but typically this comes with the trade-off of a more complex and slower implementation. Recent successes on popular 2D tracking benchmarks indicate that top-scores can be achieved using a state-of-the-art detector and relatively simple associations relying on single-frame spatial offsets -- notably outperforming contemporary methods that leverage learned appearance features to help re-identify lost tracks. In this paper, we propose an efficient joint detection and tracking model named DEFT, or "Detection Embeddings for Tracking." Our approach relies on an appearance-based…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Advanced Neural Network Applications · Adversarial Robustness in Machine Learning
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
