Learn Before
Concept

Region of Interest Alignment Layer

The region of interest (RoI) alignment layer is a specialized component in the mask R-CNN model that replaces the traditional region of interest pooling layer. It uses bilinear interpolation to meticulously preserve spatial information on the feature maps, preventing the loss of resolution. This exact spatial mapping outputs feature maps of a uniform shape for all regions of interest, making it highly suitable for detailed pixel-level prediction.

0

1

Updated 2026-05-21

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L

Learn After