What is: Precise RoI Pooling?
Source | Acquisition of Localization Confidence for Accurate Object Detection |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Precise RoI Pooling, or PrRoI Pooling, is a region of interest feature extractor that avoids any quantization of coordinates and has a continuous gradient on bounding box coordinates. Given the feature map before RoI/PrRoI Pooling (eg from Conv4 in ResNet-50), let be the feature at one discrete location on the feature map. Using bilinear interpolation, the discrete feature map can be considered continuous at any continuous coordinates :
where is the interpolation coefficient. Then denote a bin of a RoI as , where and are the continuous coordinates of the top-left and bottom-right points, respectively. We perform pooling (e.g. average pooling) given and feature map by computing a two-order integral: