可变形卷积网络

Deformable Convolutional Networks

代季峰 Jifeng Dai · Microsoft Research Asia · 2017-03-17 · arXiv:1703.06211 ↗ · 被引 6639

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

卷积神经网络(CNN)由于其构建模块中的固定几何结构,本质上难以建模几何变换。在这项工作中,我们引入了两个新模块来增强 CNN 的变换建模能力,即可变形卷积和可变形 RoI 池化。两者都基于在模块中增加空间采样位置的偏移量,并从目标任务中学习这些偏移量,无需额外监督。这些新模块可以轻松替换现有 CNN 中的普通对应模块,并通过标准反向传播进行端到端训练,从而形成可变形卷积网络。大量实验验证了我们的方法在目标检测和语义分割等复杂视觉任务上的有效性。代码将开源。

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.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 14)

阅读逐段中英对照全文 →