paper-with-me

Papers

DiffusionTrack: Diffusion Model For Multi-Object Tracking

2023-08-19 · Run Luo, Zikai Song, Lintao Ma, JinLin Wei, Wei Yang, Min Yang

Multi-object tracking (MOT) is a challenging vision task that aims to detect individual objects within a single frame and associate them across multiple frames. Recent MOT approaches can be categorized into two-stage tracking-by-detection (TBD) methods and one-stage joint detection and tracking (JDT) methods. Despite the success of these approaches, they also suffer from common problems, such as harmful global or local inconsistency, poor trade-off between robustness and model complexity, and lack of flexibility in different scenes within the same video. In this paper we propose a simple but robust framework that formulates object detection and association jointly as a consistent denoising diffusion process from paired noise boxes to paired ground-truth boxes. This novel progressive denoising diffusion strategy substantially augments the tracker's effectiveness, enabling it to discriminate between various objects. During the training stage, paired object boxes diffuse from paired ground-truth boxes to random distribution, and the model learns detection and tracking simultaneously by reversing this noising process. In inference, the model refines a set of paired randomly generated boxes to the detection and tracking results in a flexible one-step or multi-step denoising diffusion process. Extensive experiments on three widely used MOT benchmarks, including MOT17, MOT20, and Dancetrack, demonstrate that our approach achieves competitive performance compared to the current state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2308.09905

Code (1)

rainbowluocs/diffusiontrack 공식 구현 pytorch

Tasks

DenoisingmodelMulti-Object TrackingObjectobject-detectionObject DetectionObject 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…

Similar Papers 제목 키워드 기반

DiffusionTrack: Point Set Diffusion Model for Visual Object Tracking

2024-01-01 · CVPR 2024 1 · Fei Xie, Zhongdao Wang, Chao Ma

Existing Siamese or transformer trackers commonly pose visual object tracking as a one-shot detection problem i.e. locating the target object in a single forward evaluation scheme. Despite the demonstrated success th…

DenoisingObject TrackingVisual Object TrackingVisual Tracking

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

2024-08-28 · Lifan Jiang, Zhihui Wang, Siqi Yin, Guangxiao Ma 외

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

DenoisingMulti-Object TrackingObject Tracking

DINTR: Tracking via Diffusion-based Interpolation

2024-10-14 · Pha Nguyen, Ngan Le, Jackson Cothren, Alper Yilmaz 외

Object tracking is a fundamental task in computer vision, requiring the localization of objects of interest across video frames. Diffusion models have shown remarkable capabilities in visual generation, making them well-…

ObjectObject Tracking

Leveraging Text-to-Image Diffusion Models for Unsupervised Visual Object Tracking

2026-05-26 · Zhengbo Zhang, Zhigang Tu, Junsong Yuan, De Wen Soh 외 arxiv

Unsupervised visual object tracking is a challenging task that requires following arbitrary targets in videos without training on ground-truth annotations. Despite considerable progress, existing state-of-the-art unsuper…

Visual Object TrackingImage Generation

DM$^3$T: Harmonizing Modalities via Diffusion for Multi-Object Tracking

2025-11-28 · Weiran Li, Yeqiang Liu, Yijie Wei, Mina Han 외 arxiv

Multi-object tracking (MOT) is a fundamental task in computer vision with critical applications in autonomous driving and robotics. Multimodal MOT that integrates visible light and thermal infrared information is particu…

Multi-Object TrackingAutonomous DrivingObject Detection