HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Feature Pyramid Networks for Object Detection

Tsung-Yi Lin; Piotr Dollár; Ross Girshick; Kaiming He; Bharath Hariharan; Serge Belongie

Feature Pyramid Networks for Object Detection

Abstract

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 and memory intensive. In this paper, we exploit the inherent multi-scale, pyramidal hierarchy of deep convolutional networks to construct feature pyramids with marginal extra cost. A top-down architecture with lateral connections is developed for building high-level semantic feature maps at all scales. This architecture, called a Feature Pyramid Network (FPN), shows significant improvement as a generic feature extractor in several applications. Using FPN in a basic Faster R-CNN system, our method achieves state-of-the-art single-model results on the COCO detection benchmark without bells and whistles, surpassing all existing single-model entries including those from the COCO 2016 challenge winners. In addition, our method can run at 5 FPS on a GPU and thus is a practical and accurate solution to multi-scale object detection. Code will be made publicly available.

Code Repositories

daxiapazi/faster-rcnn
tf
Mentioned in GitHub
tigerofmurder/tf-faster-rcnn
tf
Mentioned in GitHub
csmiler/tf-faster-rcnn-cpu
tf
Mentioned in GitHub
ShihuaHuang95/FaPN-full
pytorch
Mentioned in GitHub
adityaarun1/pytorch_fast-er_rcnn
pytorch
Mentioned in GitHub
shun601/4th-tellus-satellite-challenge
pytorch
Mentioned in GitHub
Awia00/Predicted-Path-Tracing
pytorch
Mentioned in GitHub
vietlinhtspt/NewFasterRCNN
tf
Mentioned in GitHub
r06942054/NOTE-RCNN
pytorch
Mentioned in GitHub
chenwuperth/ClaRAN
tf
Mentioned in GitHub
mengyingfei/faster-rcnn-tf
tf
Mentioned in GitHub
NVIDIA/retinanet-examples
pytorch
Mentioned in GitHub
unsky/FPN
Mentioned in GitHub
EMI-Group/FaPN
pytorch
Mentioned in GitHub
endernewton/tf-faster-rcnn
tf
Mentioned in GitHub
chengzhengxin/groupsoftmax-simpledet
mxnet
Mentioned in GitHub
raphael-cohen/capsnet_for_Faster-RCNN
pytorch
Mentioned in GitHub
Angzz/fpn-gluon-cv
mxnet
Mentioned in GitHub
PengchengAi/tf-faster-rcnn-pcai
tf
Mentioned in GitHub
amritasaha1812/pytorch-faster-rcnn
pytorch
Mentioned in GitHub
zhongzisha/object_detection
tf
Mentioned in GitHub
achiyaj/vqa-sandbox
tf
Mentioned in GitHub
piaosonglin1985/tf-faster-rcnn
tf
Mentioned in GitHub
ChestnutLi/tf-faster-rcnn
tf
Mentioned in GitHub
Masao-Taketani/FOTS_OCR
tf
Mentioned in GitHub
yanxp/rcnn-discovery
pytorch
Mentioned in GitHub
Kenneth-Wong/tf-faster-rcnn
tf
Mentioned in GitHub
tianhai123/tf-faster-rcnn
tf
Mentioned in GitHub
yfnn/person_subclass
tf
Mentioned in GitHub
rickyHong/FPN-repl
Mentioned in GitHub
soeaver/py-RFCN-priv
Mentioned in GitHub
jndeng/DACSDC-DeepZ
Mentioned in GitHub
wangzpeng/tf-faster-rcnn
tf
Mentioned in GitHub
shikorab/tf-faster-rcnn
tf
Mentioned in GitHub
AlphaJia/tf-faster-rcnn
tf
Mentioned in GitHub
Jonydom/Faster-RCNN
mindspore
Mentioned in GitHub
jiajunhua/facebookresearch-Detectron
caffe2
Mentioned in GitHub
zxqcreations/faster-rcnn-tf
tf
Mentioned in GitHub
EmGarr/kerod
tf
Mentioned in GitHub
JaryHuang/awesome_SSD_FPN_GIoU
pytorch
Mentioned in GitHub
neuqgz/modify-faster-rcnn-tf
tf
Mentioned in GitHub
ithuanhuan/gpu-py3-faster-rcnn
tf
Mentioned in GitHub
KyeongmoonKim/sb
tf
Mentioned in GitHub
xinpingwang/tf-faster-rcnn
tf
Mentioned in GitHub
ithuanhuan/py-fatser-rcnn
tf
Mentioned in GitHub
benihime91/pytorch_retinanet
pytorch
Mentioned in GitHub
facebookresearch/detectron
pytorch
Mentioned in GitHub
hj963434688/Faster_rcnn
tf
Mentioned in GitHub
libiseller/MobileNetV2-dynamicFPN
pytorch
Mentioned in GitHub
kuangliu/pytorch-fpn
pytorch
Mentioned in GitHub
yzgrfsy/tf-fastrcnn-crop
tf
Mentioned in GitHub
rickyHong/pytorch-faster-rcnn-repl
pytorch
Mentioned in GitHub
buaaYYC/faster-rcnn-tensorflow
tf
Mentioned in GitHub
pawelbeza/ClothesDetectorModel
pytorch
Mentioned in GitHub
tusimple/simpledet
mxnet
Mentioned in GitHub
liuqiang3/faster_rcnn
tf
Mentioned in GitHub
yfnn/fused-model
tf
Mentioned in GitHub
nautilus261/tf-faster-rcnn
tf
Mentioned in GitHub
ruotianluo/pytorch-faster-rcnn
pytorch
Mentioned in GitHub
1512159/tf-faster-rcnn-medico
tf
Mentioned in GitHub
insigh/Faster-RCNN-Tensorflow
tf
Mentioned in GitHub
CVUsers/Smart-Retail-By-Efficientdet
pytorch
Mentioned in GitHub
huan123/py-fatser-rcnn
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
object-detection-on-cocoFaster R-CNN + FPN
Hardware Burden: 2G
box mAP: 36.2
object-detection-on-coco-minivalFPN+
AP50: 61.3
AP75: 43.3
APL: 52.6
APM: 43.3
APS: 22.9
box AP: 39.8
pedestrian-detection-on-tju-ped-campusFPN
ALL (miss rate): 38.08
HO (miss rate): 73.14
R (miss rate): 27.92
R+HO (miss rate): 35.67
RS (miss rate): 67.52
pedestrian-detection-on-tju-ped-trafficFPN
ALL (miss rate): 37.78
HO (miss rate): 60.30
R (miss rate): 22.30
R+HO (miss rate): 26.71
RS (miss rate): 35.19
semantic-segmentation-on-potsdamFPN
mIoU: 82.99
semantic-segmentation-on-us3dFPN
mIoU: 72.51
semantic-segmentation-on-vaihingenFPN
mIoU: 74.86

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Feature Pyramid Networks for Object Detection | Papers | HyperAI