Convolutions

Deformable Convolution

Introduced by Dai et al. in Deformable Convolutional Networks

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.

Source: Deformable Convolutional Networks

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Object Detection 27 9.15%
Semantic Segmentation 26 8.81%
Object 20 6.78%
Super-Resolution 15 5.08%
Optical Flow Estimation 10 3.39%
Instance Segmentation 9 3.05%
Video Super-Resolution 8 2.71%
Image Segmentation 8 2.71%
Decoder 6 2.03%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories