CVJul 20, 2015

Subspace Alignment Based Domain Adaptation for RCNN Detector

arXiv:1507.05578v174 citations
Originality Incremental advance
AI Analysis

This addresses the problem of adapting object detectors to new, unlabeled real-world scenarios, which is incremental as it extends existing domain adaptation techniques from classification to detection.

The paper tackles unsupervised domain adaptation for object detection by proposing a subspace alignment method for RCNN detectors, achieving improved detection on target domains without requiring target labels, as demonstrated on PASCAL VOC to COCO datasets.

In this paper, we propose subspace alignment based domain adaptation of the state of the art RCNN based object detector. The aim is to be able to achieve high quality object detection in novel, real world target scenarios without requiring labels from the target domain. While, unsupervised domain adaptation has been studied in the case of object classification, for object detection it has been relatively unexplored. In subspace based domain adaptation for objects, we need access to source and target subspaces for the bounding box features. The absence of supervision (labels and bounding boxes are absent) makes the task challenging. In this paper, we show that we can still adapt sub- spaces that are localized to the object by obtaining detections from the RCNN detector trained on source and applied on target. Then we form localized subspaces from the detections and show that subspace alignment based adaptation between these subspaces yields improved object detection. This evaluation is done by considering challenging real world datasets of PASCAL VOC as source and validation set of Microsoft COCO dataset as target for various categories.

Foundations

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

Your Notes