论文标题
域自适应对象检测的特定任务不一致对齐
Task-specific Inconsistency Alignment for Domain Adaptive Object Detection
论文作者
论文摘要
经过大量标记数据训练的探测器在某些特定情况下和数据分布差距中经常表现出巨大的性能降解。为了减轻这种域转移的问题,传统的智慧通常集中于通过附加的域分类器减少源和目标域之间的差异,但忽略了在对象检测中应对分类和本地化子任务中这种可转移特征的困难。为了解决这个问题,在本文中,我们通过在单独的任务空间中开发新的对齐机制来提出特定于任务的不一致对准(TIA),从而提高了两个子任务上的检测器的性能。具体而言,我们为分类和本地化分支添加了一组辅助预测指标,并将其行为不一致作为特定于细粒的域特异性度量。然后,我们设计了特定于任务的损失,以使两个子任务的这种跨域分歧对齐。通过单独优化它们,我们能够很好地近似每个任务空间中的类别和边界差异,从而以脱钩的方式缩小它们。 TIA在各种情况下都表现出优于先前最新方法的结果。还可以观察到,检测器的分类和定位能力都得到了足够的加强,进一步证明了我们的TIA方法的有效性。代码和训练有素的模型可在https://github.com/mcg-nju/tia上公开获取。
Detectors trained with massive labeled data often exhibit dramatic performance degradation in some particular scenarios with data distribution gap. To alleviate this problem of domain shift, conventional wisdom typically concentrates solely on reducing the discrepancy between the source and target domains via attached domain classifiers, yet ignoring the difficulty of such transferable features in coping with both classification and localization subtasks in object detection. To address this issue, in this paper, we propose Task-specific Inconsistency Alignment (TIA), by developing a new alignment mechanism in separate task spaces, improving the performance of the detector on both subtasks. Specifically, we add a set of auxiliary predictors for both classification and localization branches, and exploit their behavioral inconsistencies as finer-grained domain-specific measures. Then, we devise task-specific losses to align such cross-domain disagreement of both subtasks. By optimizing them individually, we are able to well approximate the category- and boundary-wise discrepancies in each task space, and therefore narrow them in a decoupled manner. TIA demonstrates superior results on various scenarios to the previous state-of-the-art methods. It is also observed that both the classification and localization capabilities of the detector are sufficiently strengthened, further demonstrating the effectiveness of our TIA method. Code and trained models are publicly available at https://github.com/MCG-NJU/TIA.