What is: Region-based Fully Convolutional Network?
Source | R-FCN: Object Detection via Region-based Fully Convolutional Networks |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Region-based Fully Convolutional Networks, or R-FCNs, are a type of region-based object detector. In contrast to previous region-based object detectors such as Fast/Faster R-CNN that apply a costly per-region subnetwork hundreds of times, R-FCN is fully convolutional with almost all computation shared on the entire image.
To achieve this, R-FCN utilises position-sensitive score maps to address a dilemma between translation-invariance in image classification and translation-variance in object detection.