Deformable Convolutional Networks
About
Convolutional neural networks (CNNs) are inherently limited to model geometric transformations due to the fixed geometric structures in its building modules. In this work, we introduce two new modules to enhance the transformation modeling capacity of CNNs, namely, deformable convolution and deformable RoI pooling. Both are based on the idea of augmenting the spatial sampling locations in the modules with additional offsets and learning the offsets from target tasks, without additional supervision. The new modules can readily replace their plain counterparts in existing CNNs and can be easily trained end-to-end by standard back-propagation, giving rise to deformable convolutional networks. Extensive experiments validate the effectiveness of our approach on sophisticated vision tasks of object detection and semantic segmentation. The code would be released.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Detection | COCO (test-dev) | mAP50.8 | 1195 | |
| Object Detection | MS COCO (test-dev) | mAP@.558 | 677 | |
| Object Detection | COCO (val) | mAP39.9 | 613 | |
| Object Detection | COCO v2017 (test-dev) | mAP43.4 | 499 | |
| Image Classification | ImageNet | Top-1 Accuracy78 | 429 | |
| Instance Segmentation | COCO (test-dev) | APM47.2 | 380 | |
| Instance Segmentation | COCO 2017 (test-dev) | AP (Overall)37.7 | 253 | |
| Object Detection | MS-COCO 2017 (val) | mAP42.1 | 237 | |
| Long-range sequence modeling | Long Range Arena (LRA) | Text Accuracy86.91 | 164 | |
| Single Image Super-Resolution | Set5 (test) | PSNR29.9 | 55 |