通过跨帧去噪查询提升3D多目标追踪精度
TQD-Track: Temporal Query Denoising for 3D Multi-Object Tracking
- 用前一帧真实框生成去噪查询并传递到当前帧
- 在nuScenes和Argoverse2上显著提升追踪效果
- 无需修改推理流程,适配主流追踪框架
基于DETR的检测器中,查询去噪已成为标准训练策略。现有多目标追踪方法中的查询去噪仅限单帧内进行,无法利用跨帧时序关联信息。为此,本文提出TQD-Track,一种专为多目标追踪设计的时序查询去噪方法。该方法将前一帧真实框扰动后生成去噪查询,并像跟踪查询一样传播至当前帧,作为额外的独立数据关联候选。这些去噪查询携带时序信息和实例特征,有效模拟并增强跟踪查询。为应对真实场景中的挑战,引入多种噪声类型生成多样化去噪查询。在nuScenes和Argoverse2数据集上,实验表明该方法可一致提升多种追踪基线性能,仅需修改训练过程。代码与模型已开源。
原文摘要 · Abstract (English)
Query denoising has become a standard training strategy for DETR-based detectors. Denoising queries, initialized by perturbing ground truths, share similarities with track queries in a typical DETR-based Multi-Object Tracking (MOT) method, warranting exploration of their potential synergy. However, query denoising in existing MOT methods is performed only within a single frame, preventing trackers from learning inter-frame temporal association from the denoising process. To address this issue, we propose TQD-Track, a Temporal Query Denoising (TQD) method tailored for MOT. In our method, denoising queries are initialized from ground truths in the previous frame and then propagated into the current frame in the same way as track queries, serving as additional independent data association candidates. These denoising queries carry temporal information and instance-specific feature representations, effectively emulating and augmenting track queries. Moreover, to simulate various real-world MOT challenges for robust tracking, we introduce several corresponding noise types to generate diverse denoising queries. We analyze the impact of our temporal query denoising for two tracking paradigms, tracking-by-attention and alternating detection and association, demonstrating its generalization. Extensive experiments on the nuScenes and Argoverse~2 datasets demonstrate that our approach consistently enhances different MOT baselines, requiring only modifications in the training process. Code and models are available at https://github.com/yutongy98/TQD-Track.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。