RoI Align

How is it better than Rol pooling?

It resolve the problem of misalignment

Steps

  1. Maps RoI to feature map (without rounding)
  2. Divide the region into fixed grid of same size (don’t need to be integer)
  3. Sample features at regular-spaced points in each subregion using “bilinear interpolation”
  4. 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