CVMar 17, 2017

Deformable Convolutional Networks

arXiv:1703.06211v36537 citations
Originality Highly original
AI Analysis

This addresses the problem of geometric transformation modeling in CNNs for computer vision tasks, offering a novel enhancement that is incremental but impactful.

The paper tackled the limitation of CNNs in modeling geometric transformations by introducing deformable convolution and RoI pooling modules, which learn offsets from target tasks without extra supervision, and demonstrated effectiveness in object detection and semantic segmentation through extensive experiments.

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.

Code Implementations38 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes