paper-with-me

홈 › Papers

Engineering an Efficient Object Tracker for Non-Linear Motion

2024-06-30 · Momir Adžemović, Predrag Tadić, Andrija Petrović, Mladen Nikolić

The goal of multi-object tracking is to detect and track all objects in a scene while maintaining unique identifiers for each, by associating their bounding boxes across video frames. This association relies on matching motion and appearance patterns of detected objects. This task is especially hard in case of scenarios involving dynamic and non-linear motion patterns. In this paper, we introduce DeepMoveSORT, a novel, carefully engineered multi-object tracker designed specifically for such scenarios. In addition to standard methods of appearance-based association, we improve motion-based association by employing deep learnable filters (instead of the most commonly used Kalman filter) and a rich set of newly proposed heuristics. Our improvements to motion-based association methods are severalfold. First, we propose a new transformer-based filter architecture, TransFilter, which uses an object's motion history for both motion prediction and noise filtering. We further enhance the filter's performance by careful handling of its motion history and accounting for camera motion. Second, we propose a set of heuristics that exploit cues from the position, shape, and confidence of detected bounding boxes to improve association performance. Our experimental evaluation demonstrates that DeepMoveSORT outperforms existing trackers in scenarios featuring non-linear motion, surpassing state-of-the-art results on three such datasets. We also perform a thorough ablation study to evaluate the contributions of different tracker components which we proposed. Based on our study, we conclude that using a learnable filter instead of the Kalman filter, along with appearance-based association is key to achieving strong general tracking performance.

📄 PDF Abstract BibTeX arXiv:2407.00738

Code (0)

등록된 구현이 없습니다.

Tasks

motion predictionMulti-Object TrackingMultiple Object TrackingObject Tracking

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

DiffMOT: A Real-time Diffusion-based Multiple Object Tracker with Non-linear Prediction

2024-03-04 · CVPR 2024 1 · Weiyi Lv, Yuhang Huang, Ning Zhang, Ruei-Sung Lin 외

In Multiple Object Tracking, objects often exhibit non-linear motion of acceleration and deceleration, with irregular direction changes. Tacking-by-detection (TBD) trackers with Kalman Filter motion prediction work well …

motion predictionMultiple Object TrackingObject Tracking

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

Speeding Up Tracking by Ignoring Features

2014-06-01 · CVPR 2014 6 · Lu Zhang, Hamdi Dibeklioglu, Laurens van der Maaten

Most modern object trackers combine a motion prior with sliding-window detection, using binary classifiers that predict the presence of the target object based on histogram features. Although the accuracy of such tracker…

Object

Multiple Object Tracking with Motion and Appearance Cues

2019-09-01 · Weiqiang Li, Jiatong Mu, Guizhong Liu

Due to better video quality and higher frame rate, the performance of multiple object tracking issues has been greatly improved in recent years. However, in real application scenarios, camera motion and noisy per frame d…

Multiple Object TrackingObjectObject TrackingOptical Flow Estimation

Robust Object Tracking Based on Self-adaptive Search Area

2017-11-21 · Taihang Dong, Sheng Zhong

Discriminative correlation filter (DCF) based trackers have recently achieved excellent performance with great computational efficiency. However, DCF based trackers suffer boundary effects, which result in unstable perfo…

Computational EfficiencyObjectObject Tracking