SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2308.09905 · 2023

DiffusionTrack: Diffusion Model For Multi-Object Tracking

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 8 functions out of this paper's own repositories and ran 6 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
rainbowluocs/diffusiontrack canonical 6 of 8
FunctionStatusWhere it lives
FeedForward Ran rainbowluocs/diffusiontrack/diffusion/models/diffusion_models.py
pointer only (licence: NONE) · get_code("4d75570b4e91d0b4")
default Ran rainbowluocs/diffusiontrack/diffusion/models/diffusion_head.py
pointer only (licence: NONE) · get_code("d1ef6b8cb9a28a53")
exists Ran rainbowluocs/diffusiontrack/diffusion/models/diffusion_models.py
pointer only (licence: NONE) · get_code("aa5486a3650902d8")
exists Ran rainbowluocs/diffusiontrack/diffusion/models/diffusion_head.py
pointer only (licence: NONE) · get_code("608e364a9d2376a3")
sigmoid_focal_loss Ran rainbowluocs/diffusiontrack/yolox/models/losses.py
pointer only (licence: NOASSERTION) · get_code("774f31ba06110943")
window_partition Ran rainbowluocs/diffusiontrack/diffusion/models/diffusion_models.py
pointer only (licence: NONE) · get_code("f9fd6241d935f07b")
extract Not yet run rainbowluocs/diffusiontrack/diffusion/models/diffusion_head.py
pointer only (licence: NONE) · get_code("13c5bb713056a640")
get_activation Not yet run rainbowluocs/diffusiontrack/yolox/models/network_blocks.py
pointer only (licence: NONE) · get_code("6e3d5f4c3ce305d7")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

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.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2308.09905")
get_code_for_paper("2308.09905")
have("2308.09905")

Connect an agent — have() is free.