What is: Shape Adaptor?
Source | Shape Adaptor: A Learnable Resizing Module |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Shape Adaptor is a novel resizing module for neural networks. It is a drop-in enhancement built on top of traditional resizing layers, such as pooling, bilinear sampling, and strided convolution. This module allows for a learnable shaping factor which differs from the traditional resizing layers that are fixed and deterministic.
Image Source: Liu et al.