paper-with-me

Papers

Tracking Objects as Points

2020-04-02 · ECCV 2020 8 · Xingyi Zhou, Vladlen Koltun, Philipp Krähenbühl

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.

📄 PDF Abstract BibTeX arXiv:2004.01177

Code (7)

xingyizhou/CenterTrack 공식 구현 pytorch
Feynman1999/MgeEditing
JialianW/TraDeS pytorch
PaddlePaddle/PaddleDetection paddle
danielzgsilva/MOT pytorch
hampen2929/CenterTrack pytorch
qa276390/searchtrack pytorch

Tasks

Multi-Object TrackingMultiple Object Trackingobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

CenterTrack 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…

Similar Papers 제목 키워드 기반

Active Control Points-based 6DoF Pose Tracking for Industrial Metal Objects

2025-07-02 · Chentao Shen, Ding Pan, Mingyu Mei, Zaixing He 외 arxiv

Visual pose tracking is playing an increasingly vital role in industrial contexts in recent years. However, the pose tracking for industrial metal objects remains a challenging task especially in the real world-environme…

Pose Tracking

OA-SLAM: Leveraging Objects for Camera Relocalization in Visual SLAM

2022-09-17 · Matthieu Zins, Gilles Simon, Marie-Odile Berger

In this work, we explore the use of objects in Simultaneous Localization and Mapping in unseen worlds and propose an object-aided system (OA-SLAM). More precisely, we show that, compared to low-level points, the major be…

Camera RelocalizationObjectPose TrackingSimultaneous Localization and Mapping

Derivation of a Constant Velocity Motion Model for Visual Tracking

2020-05-02 · Nathanael L. Baisa

Motion models play a great role in visual tracking applications for predicting the possible locations of objects in the next frame. Unlike target tracking in radar or aerospace domain which considers only points, object …

Object TrackingVisual Tracking

An Occlusion‐aware Edge‐Based Method for Monocular 3D Object Tracking using Edge Confidence.

2020-11-24 · Pacific Graphics 2020 11 · Hong Huang, Fan Zhong, Yuqing Sun, Xueying Qin

We propose an edge-based method for 6DOF pose tracking of rigid objects using a monocular RGB camera. One of the critical problem for edge-based methods is to search the object contour points in the image corresponding t…

3D Object TrackingMulti-Object TrackingObjectObject Tracking+1

Seeing Behind Objects for 3D Multi-Object Tracking in RGB-D Sequences

2020-12-15 · CVPR 2021 1 · Norman Müller, Yu-Shiang Wong, Niloy J. Mitra, Angela Dai 외

Multi-object tracking from RGB-D video sequences is a challenging problem due to the combination of changing viewpoints, motion, and occlusions over time. We observe that having the complete geometry of objects aids in t…

3D Multi-Object TrackingMulti-Object TrackingObjectObject Tracking