What is: Deformable Convolution?
Source | Deformable Convolutional Networks |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Deformable convolutions add 2D offsets to the regular grid sampling locations in the standard convolution. It enables free form deformation of the sampling grid. The offsets are learned from the preceding feature maps, via additional convolutional layers. Thus, the deformation is conditioned on the input features in a local, dense, and adaptive manner.