paper-with-me

Papers

R-FCN: Object Detection via Region-based Fully Convolutional Networks

2016-05-20 · NeurIPS 2016 12 · Jifeng Dai, Yi Li, Kaiming He, Jian Sun

We present region-based, fully convolutional networks for accurate and efficient object detection. In contrast to previous region-based detectors such as Fast/Faster R-CNN that apply a costly per-region subnetwork hundreds of times, our region-based detector is fully convolutional with almost all computation shared on the entire image. To achieve this goal, we propose position-sensitive score maps to address a dilemma between translation-invariance in image classification and translation-variance in object detection. Our method can thus naturally adopt fully convolutional image classifier backbones, such as the latest Residual Networks (ResNets), for object detection. We show competitive results on the PASCAL VOC datasets (e.g., 83.6% mAP on the 2007 set) with the 101-layer ResNet. Meanwhile, our result is achieved at a test-time speed of 170ms per image, 2.5-20x faster than the Faster R-CNN counterpart. Code is made publicly available at: https://github.com/daijifeng001/r-fcn

📄 PDF Abstract BibTeX arXiv:1605.06409

Code (48)

daijifeng001/r-fcn 공식 구현 mxnet
2023-MindSpore-1/ms-code-216/tree/main/rfcn mindspore
2023-MindSpore-4/Code11/tree/main/retinanet_resnet152 mindspore
2023-MindSpore-4/Code11/tree/main/rfcn mindspore
2023-MindSpore-4/Code14/tree/main/rfcn mindspore
Code-0x00/caffe_windows
Feynman27/pytorch-detect-rfcn pytorch
MIhappen/CaffeSourceCode
MindSpore-paper-code-3/code5/tree/main/rfcn mindspore
MonsterPeng/Deformable-ConvNets-master tf
NVIDIAAICITYCHALLENGE/AICity_Team6_ISU tf
Qengineering/Rfcn_ncnn
TangDL/DCN tf
TimVerion/caffe_rfcn
busyboxs/Some-resources-useful-for-me tf
chenbys/GuidedOffset tf
chenghuaiyu/caffe
code-implementation1/Code7/tree/main/rfcn mindspore
facebookresearch/detectron pytorch
fantasystarwd/Openpose-Depth-CaffeTraining
fourmi1995/IronExperiment-DCN mxnet
freeniliang/caffe-fastercnn-rfcn
freeniliang/caffe-ssd
ghamarian/rfcn tf
guanfuchen/Deformable-ConvNets tf
jiajunhua/facebookresearch-Detectron caffe2
macomino/TFM tf
makefile/frcnn
msracver/Deformable-ConvNets mxnet
necla-ml/Deformable-ConvNets-py3 mxnet
princewang1994/R-FCN.pytorch pytorch
princewang1994/RFCN_CoupleNet.pytorch pytorch
qilei123/DEEPLAB_4_RETINA tf
qilei123/DEEPLAB_4_RETINAIMG tf
qilei123/DeformableConvV2 mxnet
qilei123/DeformableConvV2_crop mxnet
qilei123/fpn_crop mxnet
qilei123/fpn_crop_v1_5d mxnet
qilei123/sod_v1 mxnet
qilei123/sod_v1_demo mxnet
stupidZZ/pyc_repo mxnet
wincelinux/ai-dn-FasterRCNN-caffe
xdever/RFCN-tensorflow tf
xiaoxu1025/r-fcn tf
xiaoyongzhu/Deformable-ConvNets mxnet
zengzhaoyang/Weak_Detection tf
zengzhaoyang/trident mxnet
zzdxfei/defor_conv_mxnet_code mxnet

Tasks

image-classificationObjectObject DetectionReal-Time Object DetectionTranslation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Average Pooling 설명 없음
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…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks

2015-06-04 · NeurIPS 2015 12 · Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun

State-of-the-art object detection networks depend on region proposal algorithms to hypothesize object locations. Advances like SPPnet and Fast R-CNN have reduced the running time of these detection networks, exposing reg…

2D Object DetectionGPUObjectObject Detection+4

Object Detection Networks on Convolutional Feature Maps

2015-04-23 · Shaoqing Ren, Kaiming He, Ross Girshick, Xiangyu Zhang 외

Most object detectors contain two important components: a feature extractor and an object classifier. The feature extractor has rapidly evolved with significant research efforts leading to better deep convolutional archi…

General Classificationimage-classificationImage ClassificationObject+2

Farm land weed detection with region-based deep convolutional neural networks

2019-06-05 · Mohammad Ibrahim Sarker, Hyongsuk Kim

Machine learning has become a major field of research in order to handle more and more complex image detection problems. Among the existing state-of-the-art CNN models, in this paper a region-based, fully convolutional n…

Data AugmentationObjectobject-detectionObject Detection+1

CoupleNet: Coupling Global Structure with Local Parts for Object Detection

2017-08-09 · ICCV 2017 10 · Yousong Zhu, Chaoyang Zhao, Jinqiao Wang, Xu Zhao 외

The region-based Convolutional Neural Network (CNN) detectors such as Faster R-CNN or R-FCN have already shown promising results for object detection by combining the region proposal subnetwork and the classification sub…

Objectobject-detectionObject DetectionPosition+1

Weakly Supervised Region Proposal Network and Object Detection

2018-09-01 · ECCV 2018 9 · Peng Tang, Xinggang Wang, Angtian Wang, Yongluan Yan 외

The Convolutional Neural Network (CNN) based region proposal generation method (i.e. region proposal network), trained using bounding box annotations, is an essential component in modern fully supervised object detectors…

Objectobject-detectionObject DetectionRegion Proposal+1