paper-with-me

홈 › Papers

ETTrack: Enhanced Temporal Motion Predictor for Multi-Object Tracking

2024-05-24 · Xudong Han, Nobuyuki Oishi, Yueying Tian, Elif Ucurum, Rupert Young, Chris Chatwin, Philip Birch

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 work well in linear motion scenarios but struggle to accurately predict the locations of objects undergoing complex and non-linear movements. To tackle these scenarios, we propose a motion-based MOT approach with an enhanced temporal motion predictor, ETTrack. Specifically, the motion predictor integrates a transformer model and a Temporal Convolutional Network (TCN) to capture short-term and long-term motion patterns, and it predicts the future motion of individual objects based on the historical motion information. Additionally, we propose a novel Momentum Correction Loss function that provides additional information regarding the motion direction of objects during training. This allows the motion predictor rapidly adapt to motion variations and more accurately predict future motion. Our experimental results demonstrate that ETTrack achieves a competitive performance compared with state-of-the-art trackers on DanceTrack and SportsMOT, scoring 56.4% and 74.4% in HOTA metrics, respectively.

📄 PDF Abstract BibTeX arXiv:2405.15755

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Object TrackingObject Tracking

Similar Papers 제목 키워드 기반

NetTrack: Tracking Highly Dynamic Objects with a Net

2024-03-17 · CVPR 2024 1 · Guangze Zheng, ShiJie Lin, Haobo Zuo, Changhong Fu 외

The complex dynamicity of open-world objects presents non-negligible challenges for multi-object tracking (MOT), often manifested as severe deformations, fast motion, and occlusions. Most methods that solely depend on co…

Multi-Object TrackingObjectObject Tracking

Real-time Video Target Tracking Algorithm Utilizing Convolutional Neural Networks (CNN)

2024-11-27 · Chaoyi Tan, Xiangtian Li, Xiaobo Wang, Zhen Qi 외

Thispaperaimstoresearchandimplementa real-timevideotargettrackingalgorithmbasedon ConvolutionalNeuralNetworks(CNN),enhancingthe accuracyandrobustnessoftargettrackingincomplex scenarios.Addressingthelimitationsoftradition…

Diverse Human Motion Prediction Guided by Multi-Level Spatial-Temporal Anchors

2023-02-09 · Sirui Xu, Yu-Xiong Wang, Liang-Yan Gui

Predicting diverse human motions given a sequence of historical poses has received increasing attention. Despite rapid progress, existing work captures the multi-modal nature of human motions primarily through likelihood…

DiversityHuman motion predictionHuman Pose Forecastingmotion prediction+1

AM-SORT: Adaptable Motion Predictor with Historical Trajectory Embedding for Multi-Object Tracking

2024-01-25 · Vitaliy Kim, Gunho Jung, Seong-Whan Lee

Many multi-object tracking (MOT) approaches, which employ the Kalman Filter as a motion predictor, assume constant velocity and Gaussian-distributed filtering noises. These assumptions render the Kalman Filter-based trac…

Multi-Object TrackingObject Tracking

LMVP: Video Predictor with Leaked Motion Information

2019-06-24 · Dong Wang, Yitong Li, Wei Cao, Liqun Chen 외

We propose a Leaked Motion Video Predictor (LMVP) to predict future frames by capturing the spatial and temporal dependencies from given inputs. The motion is modeled by a newly proposed component, motion guider, which p…