paper-with-me

Papers

ConsistencyTrack: A Robust Multi-Object Tracker with a Generation Strategy of Consistency Model

2024-08-28 · Lifan Jiang, Zhihui Wang, Siqi Yin, Guangxiao Ma, Peng Zhang, Boxi Wu

Multi-object tracking (MOT) is a critical technology in computer vision, designed to detect multiple targets in video sequences and assign each target a unique ID per frame. Existed MOT methods excel at accurately tracking multiple objects in real-time across various scenarios. However, these methods still face challenges such as poor noise resistance and frequent ID switches. In this research, we propose a novel ConsistencyTrack, joint detection and tracking(JDT) framework that formulates detection and association as a denoising diffusion process on perturbed bounding boxes. This progressive denoising strategy significantly improves the model's noise resistance. During the training phase, paired object boxes within two adjacent frames are diffused from ground-truth boxes to a random distribution, and then the model learns to detect and track by reversing this process. In inference, the model refines randomly generated boxes into detection and tracking results through minimal denoising steps. ConsistencyTrack also introduces an innovative target association strategy to address target occlusion. Experiments on the MOT17 and DanceTrack datasets demonstrate that ConsistencyTrack outperforms other compared methods, especially better than DiffusionTrack in inference speed and other performance metrics. Our code is available at https://github.com/Tankowa/ConsistencyTrack.

📄 PDF Abstract BibTeX arXiv:2408.15548

Code (1)

tankowa/consistencytrack 공식 구현 pytorch

Tasks

DenoisingMulti-Object TrackingObject Tracking

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Consensus-based Distributed Variational Multi-object Tracker in Multi-Sensor Network

2023-09-02 · Qing Li, Runze Gan, Simon Godsill

The growing need for accurate and reliable tracking systems has driven significant progress in sensor fusion and object tracking techniques. In this paper, we design two variational Bayesian trackers that effectively tra…

Object TrackingSensor Fusion

A Confidence-Aware Matching Strategy For Generalized Multi-Object Tracking

2024-09-27 · IEEE International Conference on Image Processing (ICIP) 2024 9 · Kyujin Shim, Jubi Hwang, Kangwook Ko, Changick Kim

Multi-object tracking (MOT), a crucial task in computer vision, has broad applicability, and recently, tracking-by-detection-based trackers, which separate the processes of object detection and association, are showing s…

Multi-Object Trackingobject-detectionObject DetectionObject Tracking

COMET: Context-Aware IoU-Guided Network for Small Object Tracking

2020-06-04 · Seyed Mojtaba Marvasti-Zadeh, Javad Khaghani, Hossein Ghanei-Yakhdan, Shohreh Kasaei 외

We consider the problem of tracking an unknown small target from aerial videos of medium to high altitudes. This is a challenging problem, which is even more pronounced in unavoidable scenarios of drastic camera motion a…

Object Tracking

Focusing on Tracks for Online Multi-Object Tracking

2025-06-15 · CVPR 2025 1 · Kyujin Shim, Kangwook Ko, YuJin Yang, Changick Kim

Multi-object tracking (MOT) is a critical task in computer vision, requiring the accurate identification and continuous tracking of multiple objects across video frames. However, current state-of-the-art methods mainly r…

global-optimizationMulti-Object TrackingObject DetectionObject Tracking+1

Variational Tracking and Redetection for Closely-spaced Objects in Heavy Clutter: Supplementary Materials

2023-09-04 · Runze Gan, Qing Li, Simon Godsill

The non-homogeneous Poisson process (NHPP) is a widely used measurement model that allows for an object to generate multiple measurements over time. However, it can be difficult to efficiently and reliably track multiple…