RoI Align
How is it better than Rol pooling?
It resolve the problem of misalignment
Steps
- Maps RoI to feature map (without rounding)
- Divide the region into fixed grid of same size (don’t need to be integer)
- Sample features at regular-spaced points in each subregion using “bilinear interpolation”
- Conduct max pooling
Bilinear Interpolation
Bilinear interpolation is a method for estimating values at non-integer coordinates by using weighted average of the four nearest known values
where
