paper-with-me

홈 › Papers

Parallel Feature Pyramid Network for Object Detection

2018-09-01 · ECCV 2018 9 · Seung-Wook Kim, Hyong-Keun Kook, Jee-Young Sun, Mun-Cheon Kang, Sung-Jea Ko

Recently developed object detectors employ a convolutional neural network (CNN) by gradually increasing the number of feature layers with a pyramidal shape instead of using a featurized image pyramid. However, the different abstraction levels of the CNN feature layers often limit the detection performance, especially on small objects. To overcome this limitation, we propose a CNN-based object detection architecture, referred to as a parallel feature pyramid (FP) network (PFPNet), where the FP is constructed by widening the network width instead of increasing the network depth. First, we adopt spatial pyramid pooling and some additional feature transformations to generate a pool of feature maps with different sizes. In PFPNet, the additional feature transformation is performed in parallel, which yields the feature maps with similar levels of semantic abstraction across the scales. We then resize the elements of the feature pool to a uniform size and aggregate their contextual information to generate each level of the final FP. The experimental results confirmed that PFPNet increases the performance of the latest version of the single-shot multi-box detector (SSD) by mAP of 6.4% AP and especially, 7.8% AP_small on the MS-COCO dataset.

📄 PDF Abstract BibTeX

Code (2)

chosj95/PFPNet.pytorch 공식 구현 pytorch
cs-heibao/PFPNet_Pytorch pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

PFPNet 설명 없음
Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…

Similar Papers 제목 키워드 기반

Parallel Residual Bi-Fusion Feature Pyramid Network for Accurate Single-Shot Object Detection

2020-12-03 · Ping-Yang Chen, Ming-Ching Chang, Jun-Wei Hsieh, Yong-Sheng Chen

This paper proposes the Parallel Residual Bi-Fusion Feature Pyramid Network (PRB-FPN) for fast and accurate single-shot object detection. Feature Pyramid (FP) is widely used in recent visual detection, however the top-do…

Multi-Object Trackingobject-detectionObject DetectionReal-Time Object Detection

MFPN: A Novel Mixture Feature Pyramid Network of Multiple Architectures for Object Detection

2019-12-20 · Ting-Ting Liang, Yongtao Wang, Qijie Zhao, huan zhang 외

Feature pyramids are widely exploited in many detectors to solve the scale variation problem for object detection. In this paper, we first investigate the Feature Pyramid Network (FPN) architectures and briefly categoriz…

object-detectionObject Detection

Feature Pyramid Grids

2020-04-07 · Kai Chen, Yuhang Cao, Chen Change Loy, Dahua Lin 외

Feature pyramid networks have been widely adopted in the object detection literature to improve feature representations for better handling of variations in scale. In this paper, we present Feature Pyramid Grids (FPG), a…

Neural Architecture Searchobject-detectionObject DetectionObject Recognition

Rotation Equivariant Feature Image Pyramid Network for Object Detection in Optical Remote Sensing Imagery

2021-06-02 · Pourya Shamsolmoali, Masoumeh Zareapoor, Jocelyn Chanussot, Huiyu Zhou 외

Detection of objects is extremely important in various aerial vision-based applications. Over the last few years, the methods based on convolution neural networks have made substantial progress. However, because of the l…

Objectobject-detectionObject Detection

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 ig…

Objectobject-detectionObject Detection