**作者:**Run, Luo, Song Zikai, Ma Lintao, Wei Jinlin, Yang Wei, and Yang Min

**作者单位:**深圳先进技术学院,华中科技大学

发布时间:2023

发布期刊/会议:Arxiv

出版商:

论文全称:DiffusionTrack: Diffusion Model For Multi-Object Tracking

论文地址:

[PDF] DiffusionTrack: Diffusion Model For Multi-Object Tracking-论文阅读讨论-ReadPaper - 轻松读论文 | 专业翻译 | 一键引文 | 图表同屏

论文代码:

https://github.com/RainBowLuoCS/DiffusionTrack

地位:

个人理解

一、摘要

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-bydetection (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 multistep 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.

二、Method