CVJan 5, 2023

CAT: LoCalization and IdentificAtion Cascade Detection Transformer for Open-World Object Detection

arXiv:2301.01970v665 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses the challenge of detecting unknown objects without degrading known object performance in computer vision, offering an incremental improvement over prior methods.

The paper tackles the problem of open-world object detection, where models must detect both known and unknown objects and incrementally learn to identify unknowns, by proposing CAT, a cascade detection transformer that decouples localization and identification, and a self-adaptive pseudo-labeling mechanism. The result is state-of-the-art performance on benchmarks like MS-COCO and PASCAL VOC across all metrics for OWOD, incremental detection, and open-set detection.

Open-world object detection (OWOD), as a more general and challenging goal, requires the model trained from data on known objects to detect both known and unknown objects and incrementally learn to identify these unknown objects. The existing works which employ standard detection framework and fixed pseudo-labelling mechanism (PLM) have the following problems: (i) The inclusion of detecting unknown objects substantially reduces the model's ability to detect known ones. (ii) The PLM does not adequately utilize the priori knowledge of inputs. (iii) The fixed selection manner of PLM cannot guarantee that the model is trained in the right direction. We observe that humans subconsciously prefer to focus on all foreground objects and then identify each one in detail, rather than localize and identify a single object simultaneously, for alleviating the confusion. This motivates us to propose a novel solution called CAT: LoCalization and IdentificAtion Cascade Detection Transformer which decouples the detection process via the shared decoder in the cascade decoding way. In the meanwhile, we propose the self-adaptive pseudo-labelling mechanism which combines the model-driven with input-driven PLM and self-adaptively generates robust pseudo-labels for unknown objects, significantly improving the ability of CAT to retrieve unknown objects. Comprehensive experiments on two benchmark datasets, i.e., MS-COCO and PASCAL VOC, show that our model outperforms the state-of-the-art in terms of all metrics in the task of OWOD, incremental object detection (IOD) and open-set detection.

Foundations

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

Your Notes