Methods › Computer Vision › RoI Feature Extractors › Precise RoI Pooling

Precise RoI Pooling

4 papers tagged archive 2025-07-28

Introduced by Borui Jiang et al. in Acquisition of Localization Confidence for Accurate Object Detection

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

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 w_(i,j) be the feature at one discrete location (i,j) on the feature map. Using bilinear interpolation, the discrete feature map can be considered continuous at any continuous coordinates (x,y):

f(x,y) = ∑_(i,j)IC(x,y,i,j) ×w_(i,j),

where IC(x,y,i,j) = max(0,1-|x-i|)×max(0,1-|y-j|) is the interpolation coefficient. Then denote a bin of a RoI as bin={(x₁,y₁),(x₂,y₂)}, where (x₁,y₁) and (x₂,y₂) are the continuous coordinates of the top-left and bottom-right points, respectively. We perform pooling (e.g. average pooling) given bin and feature map ℱ by computing a two-order integral:

PaperSourceSee Code · vacancy/PreciseRoIPooling

Papers archive 2025-07-28

4 shown of 4, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

12 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Object Detection2
object-detection2
regression2
General Classification1
Image-to-Image Translation1
Instance Segmentation1
Object1
Open-Ended Question Answering1
Prediction1
Rgb-T Tracking1
Segmentation1
Semantic Segmentation1

Usage over time archive 2025-07-28

Papers per year tagged with Precise RoI Pooling: 2018 to 2020, peak 2 2 0 2018: 1 paper 2018 2019: 2 papers 2019 2020: 1 paper 2020
Papers per year the archive tags with this method, by the paper's archive date (4 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

RoI Feature Extractors

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections