CVOct 5, 2022

Centralized Feature Pyramid for Object Detection

arXiv:2210.02093v1269 citationsh-index: 80
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in object detection methods by improving feature representation for dense prediction tasks, though it appears incremental as it builds on existing feature pyramid frameworks.

The paper tackles the problem of intra-layer feature regulation in feature pyramids for object detection by proposing a Centralized Feature Pyramid (CFP) that uses a globally explicit centralized feature regulation to capture long-range dependencies and local corner regions. It achieves consistent performance gains on YOLOv5 and YOLOX baselines on the MS-COCO dataset.

Visual feature pyramid has shown its superiority in both effectiveness and efficiency in a wide range of applications. However, the existing methods exorbitantly concentrate on the inter-layer feature interactions but ignore the intra-layer feature regulations, which are empirically proved beneficial. Although some methods try to learn a compact intra-layer feature representation with the help of the attention mechanism or the vision transformer, they ignore the neglected corner regions that are important for dense prediction tasks. To address this problem, in this paper, we propose a Centralized Feature Pyramid (CFP) for object detection, which is based on a globally explicit centralized feature regulation. Specifically, we first propose a spatial explicit visual center scheme, where a lightweight MLP is used to capture the globally long-range dependencies and a parallel learnable visual center mechanism is used to capture the local corner regions of the input images. Based on this, we then propose a globally centralized regulation for the commonly-used feature pyramid in a top-down fashion, where the explicit visual center information obtained from the deepest intra-layer feature is used to regulate frontal shallow features. Compared to the existing feature pyramids, CFP not only has the ability to capture the global long-range dependencies, but also efficiently obtain an all-round yet discriminative feature representation. Experimental results on the challenging MS-COCO validate that our proposed CFP can achieve the consistent performance gains on the state-of-the-art YOLOv5 and YOLOX object detection baselines.

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