paper-with-me

Papers

Centralized Feature Pyramid for Object Detection

2022-10-05 · Yu Quan, Dong Zhang, Liyan Zhang, Jinhui Tang

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.

📄 PDF Abstract BibTeX arXiv:2210.02093

Code (1)

qy1994-0919/cfpnet 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Average Pooling 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
BNB Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

A High-Performance Thermal Infrared Object Detection Framework with Centralized Regulation

2025-05-16 · Jinke Li, Yue Wu, Xiaoyan Yang

Thermal Infrared (TIR) technology involves the use of sensors to detect and measure infrared radiation emitted by objects, and it is widely utilized across a broad spectrum of applications. The advancements in object det…

Objectobject-detectionObject Detection

Extended Feature Pyramid Network for Small Object Detection

2020-03-16 · Chunfang Deng, Mengmeng Wang, Liang Liu, Yong liu

Small object detection remains an unsolved challenge because it is hard to extract information of small objects with only a few pixels. While scale-level corresponding detection in feature pyramid network alleviates this…

Objectobject-detectionObject DetectionSmall Object Detection

Trident Pyramid Networks: The importance of processing at the feature pyramid level for better object detection

2021-10-08 · Cédric Picron, Tinne Tuytelaars

Feature pyramids have become ubiquitous in multi-scale computer vision tasks such as object detection. Given their importance, a computer vision network can be divided into three parts: a backbone (generating a feature p…

Objectobject-detectionObject Detection

Feature Pyramid Networks for Object Detection

2016-12-09 · CVPR 2017 7 · Tsung-Yi Lin, Piotr Dollár, Ross Girshick, Kaiming He 외

Feature pyramids are a basic component in recognition systems for detecting objects at different scales. But recent deep learning object detectors have avoided pyramid representations, in part because they are compute an…

GPUObjectObject DetectionPedestrian Detection+1

Template Matching based Object Detection Using HOG Feature Pyramid

2014-06-27 · Anish Acharya

This article provides a step by step development of designing a Object Detection scheme using the HOG based Feature Pyramid aligned with the concept of Template Matching.

Objectobject-detectionObject DetectionTemplate Matching