YouTube Video

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.

Deformable convolutions are a generalization of Dilated Convolutions where you learn the offset instead of having a fixed offset. Source.