arXiv:2412.16506cs.CV2024-12AAAI被引 4

通过双自校准机制,提升无监督跨域行人搜索的准确率。

Unsupervised Domain Adaptive Person Search via Dual Self-Calibration

  • 从图像和实例双重角度动态过滤噪声伪标签。
  • 在CUHK-SYSU上达80.2% mAP,PRW上39.9% mAP,媲美有监督方法。
  • 适合无标注目标域场景,尤其对抗域间差异干扰。

无监督域自适应行人搜索旨在将源域有标签数据训练的模型迁移至无标注目标域。现有方法依赖源域真实标签与聚类生成的伪标签,但域间差异常导致噪声伪标签干扰性能。本文提出双自校准框架(DSCA),从图像级与实例级特征出发,有效抑制噪声伪标签影响。首先设计感知驱动自适应滤波器(PDAF),根据输入特征动态调整滤波阈值,剔除噪声候选框与背景干扰,聚焦前景目标。其次提出聚类代理表示模块(CPR),优化聚类表示更新策略,缓解误检实例对聚类的污染,提升无标注目标域训练效率。实验表明,本方法在两个基准数据集上均达领先性能:CUHK-SYSU上80.2% mAP、81.7% top-1;PRW上39.9% mAP、81.6% top-1,部分指标超越有监督方法。代码已开源。

原文摘要 · Abstract (English)

Unsupervised Domain Adaptive (UDA) person search focuses on employing the model trained on a labeled source domain dataset to a target domain dataset without any additional annotations. Most effective UDA person search methods typically utilize the ground truth of the source domain and pseudo-labels derived from clustering during the training process for domain adaptation. However, the performance of these approaches will be significantly restricted by the disrupting pseudo-labels resulting from inter-domain disparities. In this paper, we propose a Dual Self-Calibration (DSCA) framework for UDA person search that effectively eliminates the interference of noisy pseudo-labels by considering both the image-level and instance-level features perspectives. Specifically, we first present a simple yet effective Perception-Driven Adaptive Filter (PDAF) to adaptively predict a dynamic filter threshold based on input features. This threshold assists in eliminating noisy pseudo-boxes and other background interference, allowing our approach to focus on foreground targets and avoid indiscriminate domain adaptation. Besides, we further propose a Cluster Proxy Representation (CPR) module to enhance the update strategy of cluster representation, which mitigates the pollution of clusters from misidentified instances and effectively streamlines the training process for unlabeled target domains. With the above design, our method can achieve state-of-the-art (SOTA) performance on two benchmark datasets, with 80.2% mAP and 81.7% top-1 on the CUHK-SYSU dataset, with 39.9% mAP and 81.6% top-1 on the PRW dataset, which is comparable to or even exceeds the performance of some fully supervised methods. Our source code is available at https://github.com/whbdmu/DSCA.

无监督学习行人搜索域自适应自校准

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。