HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Tracking Objects as Points

Xingyi Zhou Vladlen Koltun Philipp Krähenbühl

Tracking Objects as Points

Abstract

Tracking has traditionally been the art of following interest points through space and time. This changed with the rise of powerful deep networks. Nowadays, tracking is dominated by pipelines that perform object detection followed by temporal association, also known as tracking-by-detection. In this paper, we present a simultaneous detection and tracking algorithm that is simpler, faster, and more accurate than the state of the art. Our tracker, CenterTrack, applies a detection model to a pair of images and detections from the prior frame. Given this minimal input, CenterTrack localizes objects and predicts their associations with the previous frame. That's it. CenterTrack is simple, online (no peeking into the future), and real-time. It achieves 67.3% MOTA on the MOT17 challenge at 22 FPS and 89.4% MOTA on the KITTI tracking benchmark at 15 FPS, setting a new state of the art on both datasets. CenterTrack is easily extended to monocular 3D tracking by regressing additional 3D attributes. Using monocular video input, it achieves 28.3% AMOTA@0.2 on the newly released nuScenes 3D tracking benchmark, substantially outperforming the monocular baseline on this benchmark while running at 28 FPS.

Code Repositories

JialianW/TraDeS
pytorch
Mentioned in GitHub
xingyizhou/CenterTrack
Official
pytorch
Mentioned in GitHub
Feynman1999/MgeEditing
Mentioned in GitHub
hampen2929/CenterTrack
pytorch
Mentioned in GitHub
qa276390/searchtrack
pytorch
Mentioned in GitHub
danielzgsilva/MOT
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
multi-object-tracking-on-dancetrackCenterTrack
AssA: 22.6
DetA: 78.1
HOTA: 41.8
IDF1: 35.7
MOTA: 86.8
multi-object-tracking-on-sportsmotCenterTrack
AssA: 48.0
DetA: 82.1
HOTA: 62.7
IDF1: 60.0
MOTA: 90.8
multiple-object-tracking-on-kitti-test-onlineCenterTrack
HOTA: 73.02
MOTA: 89.44
multiple-object-tracking-on-sportsmotCenterTrack
AssA: 48.0
DetA: 82.1
HOTA: 62.7
IDF1: 60.0
MOTA: 90.8

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Tracking Objects as Points | Papers | HyperAI