paper-with-me

홈 › Papers

MotionTrack: Learning Motion Predictor for Multiple Object Tracking

2023-06-05 · Changcheng Xiao, Qiong Cao, Yujie Zhong, Long Lan, Xiang Zhang, Zhigang Luo, DaCheng Tao

Significant progress has been achieved in multi-object tracking (MOT) through the evolution of detection and re-identification (ReID) techniques. Despite these advancements, accurately tracking objects in scenarios with homogeneous appearance and heterogeneous motion remains a challenge. This challenge arises from two main factors: the insufficient discriminability of ReID features and the predominant utilization of linear motion models in MOT. In this context, we introduce a novel motion-based tracker, MotionTrack, centered around a learnable motion predictor that relies solely on object trajectory information. This predictor comprehensively integrates two levels of granularity in motion features to enhance the modeling of temporal dynamics and facilitate precise future motion prediction for individual objects. Specifically, the proposed approach adopts a self-attention mechanism to capture token-level information and a Dynamic MLP layer to model channel-level features. MotionTrack is a simple, online tracking approach. Our experimental results demonstrate that MotionTrack yields state-of-the-art performance on datasets such as Dancetrack and SportsMOT, characterized by highly complex object motion.

📄 PDF Abstract BibTeX arXiv:2306.02585

Code (0)

등록된 구현이 없습니다.

Tasks

motion predictionMulti-Object TrackingMultiple Object TrackingObjectObject Tracking

Similar Papers 제목 키워드 기반

MotionTrack: End-to-End Transformer-based Multi-Object Tracing with LiDAR-Camera Fusion

2023-06-29 · Ce Zhang, Chengjie Zhang, Yiluan Guo, Lingji Chen 외

Multiple Object Tracking (MOT) is crucial to autonomous vehicle perception. End-to-end transformer-based algorithms, which detect and track objects simultaneously, show great potential for the MOT task. However, most exi…

Autonomous DrivingMultiple Object TrackingObjectobject-detection+2

MotionTrack: Learning Robust Short-term and Long-term Motions for Multi-Object Tracking

2023-03-18 · CVPR 2023 1 · Zheng Qin, Sanping Zhou, Le Wang, Jinghai Duan 외

The main challenge of Multi-Object Tracking~(MOT) lies in maintaining a continuous trajectory for each target. Existing methods often learn reliable motion patterns to match the same target between adjacent frames and di…

motion predictionMulti-Object TrackingObject Tracking

MambaTrack: A Simple Baseline for Multiple Object Tracking with State Space Model

2024-08-17 · Changcheng Xiao, Qiong Cao, Zhigang Luo, Long Lan

Tracking by detection has been the prevailing paradigm in the field of Multi-object Tracking (MOT). These methods typically rely on the Kalman Filter to estimate the future locations of objects, assuming linear object mo…

Mambamotion predictionMulti-Object TrackingMultiple Object Tracking+2

PlugTrack: Multi-Perceptive Motion Analysis for Adaptive Fusion in Multi-Object Tracking

2025-11-17 · Seungjae Kim, SeungJoon Lee, MyeongAh Cho arxiv

Multi-object tracking (MOT) predominantly follows the tracking-by-detection paradigm, where Kalman filters serve as the standard motion predictor due to computational efficiency but inherently fail on non-linear motion p…

Computational EfficiencyDomain GeneralizationMulti-Object Tracking

ETTrack: Enhanced Temporal Motion Predictor for Multi-Object Tracking

2024-05-24 · Xudong Han, Nobuyuki Oishi, Yueying Tian, Elif Ucurum 외

Many Multi-Object Tracking (MOT) approaches exploit motion information to associate all the detected objects across frames. However, many methods that rely on filtering-based algorithms, such as the Kalman Filter, often …

Multi-Object TrackingObject Tracking