CVApr 9, 2019

Towards Universal Object Detection by Domain Attention

arXiv:1904.04402v4216 citations
Originality Highly original
AI Analysis

This addresses the need for efficient and effective object detection systems that can handle varied domains like faces, traffic signs, and medical images, representing a novel method rather than an incremental improvement.

The paper tackles the problem of universal object detection across diverse image domains without requiring prior domain knowledge, achieving superior performance over individual and multi-domain detectors with only a 1.3x parameter increase.

Despite increasing efforts on universal representations for visual recognition, few have addressed object detection. In this paper, we develop an effective and efficient universal object detection system that is capable of working on various image domains, from human faces and traffic signs to medical CT images. Unlike multi-domain models, this universal model does not require prior knowledge of the domain of interest. This is achieved by the introduction of a new family of adaptation layers, based on the principles of squeeze and excitation, and a new domain-attention mechanism. In the proposed universal detector, all parameters and computations are shared across domains, and a single network processes all domains all the time. Experiments, on a newly established universal object detection benchmark of 11 diverse datasets, show that the proposed detector outperforms a bank of individual detectors, a multi-domain detector, and a baseline universal detector, with a 1.3x parameter increase over a single-domain baseline detector. The code and benchmark will be released at http://www.svcl.ucsd.edu/projects/universal-detection/.

Code Implementations1 repo
Foundations

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

Your Notes