Is AdaptiveMaxPool2d the same as ROI Pooling?

I was looking around pytorch docs and found AdaptiveMaxPool2d layer (https://pytorch.org/docs/stable/nn.html#adaptivemaxpool2d).

So, is this layer an implementation of SPP (https://arxiv.org/pdf/1406.4729.pdf)?

1 Like