AICurious Logo

What is: Deformable Kernel?

SourceDeformable Kernels: Adapting Effective Receptive Fields for Object Deformation
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

A Deformable Kernels is a type of convolutional operator for deformation modeling. DKs learn free-form offsets on kernel coordinates to deform the original kernel space towards specific data modality, rather than recomposing data. This can directly adapt the effective receptive field (ERF) while leaving the receptive field untouched. They can be used as a drop-in replacement of rigid kernels.

As shown in the Figure, for each input patch, a local DK first generates a group of kernel offsets {Δk}\{\Delta \mathcal{k}\} from input feature patch using the light-weight generator G\mathcal{G} (a 3×\times3 convolution of rigid kernel). Given the original kernel weights W\mathcal{W} and the offset group {Δk}\{\Delta \mathcal{k}\}, DK samples a new set of kernel W\mathcal{W}' using a bilinear sampler B\mathcal{B}. Finally, DK convolves the input feature map and the sampled kernels to complete the whole computation.