CVJul 9, 2021

Learning Cascaded Detection Tasks with Weakly-Supervised Domain Adaptation

arXiv:2107.04523v12 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of expensive annotations for autonomous driving tasks, offering an incremental improvement in domain adaptation for synthetic-to-real data.

The paper tackles the problem of domain adaptation for cascaded detection tasks in autonomous driving by proposing a weakly supervised method that uses 2D bounding boxes as weak labels and class-wise feature alignment, achieving competitive performance with fully supervised settings and outperforming unsupervised approaches by a large margin.

In order to handle the challenges of autonomous driving, deep learning has proven to be crucial in tackling increasingly complex tasks, such as 3D detection or instance segmentation. State-of-the-art approaches for image-based detection tasks tackle this complexity by operating in a cascaded fashion: they first extract a 2D bounding box based on which additional attributes, e.g. instance masks, are inferred. While these methods perform well, a key challenge remains the lack of accurate and cheap annotations for the growing variety of tasks. Synthetic data presents a promising solution but, despite the effort in domain adaptation research, the gap between synthetic and real data remains an open problem. In this work, we propose a weakly supervised domain adaptation setting which exploits the structure of cascaded detection tasks. In particular, we learn to infer the attributes solely from the source domain while leveraging 2D bounding boxes as weak labels in both domains to explain the domain shift. We further encourage domain-invariant features through class-wise feature alignment using ground-truth class information, which is not available in the unsupervised setting. As our experiments demonstrate, the approach is competitive with fully supervised settings while outperforming unsupervised adaptation approaches by a large margin.

Foundations

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

Your Notes