Chen Jin, Wu Xinxiao, Duan Lixin, Chen Lin
IEEE Trans Image Process. 2021;30:3970-3984. doi: 10.1109/TIP.2021.3066904. Epub 2021 Apr 1.
Cross-domain object detection in images has attracted increasing attention in the past few years, which aims at adapting the detection model learned from existing labeled images (source domain) to newly collected unlabeled ones (target domain). Existing methods usually deal with the cross-domain object detection problem through direct feature alignment between the source and target domains at the image level, the instance level (i.e., region proposals) or both. However, we have observed that directly aligning features of all object instances from the two domains often results in the problem of negative transfer, due to the existence of (1) outlier target instances that contain confusing objects not belonging to any category of the source domain and thus are hard to be captured by detectors and (2) low-relevance source instances that are considerably statistically different from target instances although their contained objects are from the same category. With this in mind, we propose a reinforcement learning based method, coined as sequential instance refinement, where two agents are learned to progressively refine both source and target instances by taking sequential actions to remove both outlier target instances and low-relevance source instances step by step. Extensive experiments on several benchmark datasets demonstrate the superior performance of our method over existing state-of-the-art baselines for cross-domain object detection.
在过去几年中,图像中的跨域目标检测越来越受到关注,其目的是使从现有带标签图像(源域)中学习到的检测模型适用于新收集的无标签图像(目标域)。现有方法通常通过在图像级别、实例级别(即区域提议)或两者同时进行源域和目标域之间的直接特征对齐来处理跨域目标检测问题。然而,我们观察到,由于存在(1)包含不属于源域任何类别的混淆对象的离群目标实例,因此检测器难以捕获,以及(2)尽管其包含的对象来自同一类别,但与目标实例在统计上有很大差异的低相关性源实例,直接对齐两个域中所有对象实例的特征往往会导致负迁移问题。考虑到这一点,我们提出了一种基于强化学习的方法,称为顺序实例细化,其中学习两个智能体,通过逐步采取行动来逐步去除离群目标实例和低相关性源实例,从而逐步细化源实例和目标实例。在几个基准数据集上进行的大量实验表明,我们的方法在跨域目标检测方面优于现有的最先进基线。