Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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.

Jifeng Dai, Haozhi Qi, Yuwen Xiong, Yi Li, Guodong Zhang, Han Hu, Yichen Wei• 2017

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO (test-dev)
mAP50.8
1195
Object DetectionMS COCO (test-dev)
mAP@.558
677
Object DetectionCOCO (val)
mAP39.9
613
Object DetectionCOCO v2017 (test-dev)
mAP43.4
499
Image ClassificationImageNet
Top-1 Accuracy78
429
Instance SegmentationCOCO (test-dev)
APM47.2
380
Instance SegmentationCOCO 2017 (test-dev)
AP (Overall)37.7
253
Object DetectionMS-COCO 2017 (val)
mAP42.1
237
Long-range sequence modelingLong Range Arena (LRA)
Text Accuracy86.91
164
Single Image Super-ResolutionSet5 (test)
PSNR29.9
55
Showing 10 of 22 rows

Other info

Code

Follow for update