CVJan 24, 2019

Object Detection based on Region Decomposition and Assembly

arXiv:1901.08225v231 citations
Originality Incremental advance
AI Analysis

This work addresses accuracy issues in object detection for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles the problem of degraded object detection accuracy due to occlusions and inaccurate region proposals by proposing a region decomposition and assembly detector (R-DAD), which improves performance on PASCAL07/12 and MSCOCO18 datasets compared to recent convolutional detectors.

Region-based object detection infers object regions for one or more categories in an image. Due to the recent advances in deep learning and region proposal methods, object detectors based on convolutional neural networks (CNNs) have been flourishing and provided the promising detection results. However, the detection accuracy is degraded often because of the low discriminability of object CNN features caused by occlusions and inaccurate region proposals. In this paper, we therefore propose a region decomposition and assembly detector (R-DAD) for more accurate object detection. In the proposed R-DAD, we first decompose an object region into multiple small regions. To capture an entire appearance and part details of the object jointly, we extract CNN features within the whole object region and decomposed regions. We then learn the semantic relations between the object and its parts by combining the multi-region features stage by stage with region assembly blocks, and use the combined and high-level semantic features for the object classification and localization. In addition, for more accurate region proposals, we propose a multi-scale proposal layer that can generate object proposals of various scales. We integrate the R-DAD into several feature extractors, and prove the distinct performance improvement on PASCAL07/12 and MSCOCO18 compared to the recent convolutional detectors.

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