paper-with-me

홈 › Papers

NAS-FPN: Learning Scalable Feature Pyramid Architecture for Object Detection

2019-04-16 · CVPR 2019 6 · Golnaz Ghiasi, Tsung-Yi Lin, Ruoming Pang, Quoc V. Le

Current state-of-the-art convolutional architectures for object detection are manually designed. Here we aim to learn a better architecture of feature pyramid network for object detection. We adopt Neural Architecture Search and discover a new feature pyramid architecture in a novel scalable search space covering all cross-scale connections. The discovered architecture, named NAS-FPN, consists of a combination of top-down and bottom-up connections to fuse features across scales. NAS-FPN, combined with various backbone models in the RetinaNet framework, achieves better accuracy and latency tradeoff compared to state-of-the-art object detection models. NAS-FPN improves mobile detection accuracy by 2 AP compared to state-of-the-art SSDLite with MobileNetV2 model in [32] and achieves 48.3 AP which surpasses Mask R-CNN [10] detection accuracy with less computation time.

📄 PDF Abstract BibTeX arXiv:1904.07392

Code (8)

2023-MindSpore-4/Code-5/tree/main/nas-fpn mindspore
MS-Mind/MS-Code-08/tree/main/nas-fpn mindspore
Mind23-2/MindCode-101/tree/main/nasnet mindspore
Mind23-2/MindCode-3/tree/main/nas-fpn mindspore
code-implementation1/Code6/tree/main/nas-fpn mindspore
mindspore-ai/models/tree/master/research/cv/nas-fpn mindspore
open-mmlab/mmdetection pytorch
tensorflow/tpu/tree/master/models/official/detection tf

Tasks

Neural Architecture SearchObjectobject-detectionObject DetectionReal-Time Object Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Residual Connection 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Step Decay 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

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

FIPGNet:Pyramid grafting network with feature interaction strategies

2024-07-04 · Ziyi Ding, Like Xin

Salient object detection is designed to identify the objects in an image that attract the most visual attention.Currently, the most advanced method of significance object detection adopts pyramid grafting network archite…

Objectobject-detectionObject DetectionSalient 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

M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network

2018-11-12 · Qijie Zhao, Tao Sheng, Yongtao Wang, Zhi Tang 외

Feature pyramids are widely exploited by both the state-of-the-art one-stage object detectors (e.g., DSSD, RetinaNet, RefineDet) and the two-stage object detectors (e.g., Mask R-CNN, DetNet) to alleviate the problem aris…

DecoderObjectobject-detectionObject Detection