CVFeb 7, 2022

Integrated Multiscale Domain Adaptive YOLO

arXiv:2202.03527v366 citations
AI Analysis

This work addresses domain adaptation for object detection in autonomous driving, representing an incremental advancement with novel architectures built on existing frameworks.

The paper tackles the domain shift problem in object detection by introducing MultiScale Domain Adaptive YOLO (MS-DAYOLO), which integrates multiple domain adaptation paths into YOLOv4, resulting in significant performance improvements on target data for autonomous driving and achieving an order of magnitude speed improvement over Faster R-CNN.

The area of domain adaptation has been instrumental in addressing the domain shift problem encountered by many applications. This problem arises due to the difference between the distributions of source data used for training in comparison with target data used during realistic testing scenarios. In this paper, we introduce a novel MultiScale Domain Adaptive YOLO (MS-DAYOLO) framework that employs multiple domain adaptation paths and corresponding domain classifiers at different scales of the recently introduced YOLOv4 object detector. Building on our baseline multiscale DAYOLO framework, we introduce three novel deep learning architectures for a Domain Adaptation Network (DAN) that generates domain-invariant features. In particular, we propose a Progressive Feature Reduction (PFR), a Unified Classifier (UC), and an Integrated architecture. We train and test our proposed DAN architectures in conjunction with YOLOv4 using popular datasets. Our experiments show significant improvements in object detection performance when training YOLOv4 using the proposed MS-DAYOLO architectures and when tested on target data for autonomous driving applications. Moreover, MS-DAYOLO framework achieves an order of magnitude real-time speed improvement relative to Faster R-CNN solutions while providing comparable object detection performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes