论文标题
loopda:构建自动浮动以适应夜间语义细分
LoopDA: Constructing Self-loops to Adapt Nighttime Semantic Segmentation
论文作者
论文摘要
由于缺乏培训标签和注释难度,应对诸如夜间之类的不利驾驶条件,对自动驾驶汽车的感知系统构成了巨大挑战。因此,已经广泛研究了从标记的白天域到未标记的夜间域的知识。除了标记为白天数据集外,现有的夜间数据集通常提供夜间图像,并在附近位置捕获的相应的白天参考图像以供参考。关键挑战是最大程度地减少两个域之间的性能差距。在本文中,我们提出了针对域自适应夜间语义细分的Loopda。它由自动浮子组成,通过将其呈现为编码的功能,可以使用预测的语义图来重建输入数据。在热身训练阶段,自动浮动的组成由内环和外环组成,分别负责域内的细化和域间比对。为了减少日夜姿势变化的影响,在后来的自我训练阶段,我们提出了一条共同教学的管道,该管道涉及离线伪内部的信号和在线参考引导的信号“ DNA”(日夜协议)(日夜协议),从而为增强夜间分割带来了实质性益处。我们的模型优于黑暗苏黎世和夜间驾驶数据集的先验方法,以进行语义细分。代码和预估计的模型可在https://github.com/fy-vision/loopda上找到。
Due to the lack of training labels and the difficulty of annotating, dealing with adverse driving conditions such as nighttime has posed a huge challenge to the perception system of autonomous vehicles. Therefore, adapting knowledge from a labelled daytime domain to an unlabelled nighttime domain has been widely researched. In addition to labelled daytime datasets, existing nighttime datasets usually provide nighttime images with corresponding daytime reference images captured at nearby locations for reference. The key challenge is to minimize the performance gap between the two domains. In this paper, we propose LoopDA for domain adaptive nighttime semantic segmentation. It consists of self-loops that result in reconstructing the input data using predicted semantic maps, by rendering them into the encoded features. In a warm-up training stage, the self-loops comprise of an inner-loop and an outer-loop, which are responsible for intra-domain refinement and inter-domain alignment, respectively. To reduce the impact of day-night pose shifts, in the later self-training stage, we propose a co-teaching pipeline that involves an offline pseudo-supervision signal and an online reference-guided signal `DNA' (Day-Night Agreement), bringing substantial benefits to enhance nighttime segmentation. Our model outperforms prior methods on Dark Zurich and Nighttime Driving datasets for semantic segmentation. Code and pretrained models are available at https://github.com/fy-vision/LoopDA.