SOTAVerified

Dynamic Convolution: Attention over Convolution Kernels

2019-12-07CVPR 2020Code Available0· sign in to hype

Yinpeng Chen, Xiyang Dai, Mengchen Liu, Dong-Dong Chen, Lu Yuan, Zicheng Liu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Light-weight convolutional neural networks (CNNs) suffer performance degradation as their low computational budgets constrain both the depth (number of convolution layers) and the width (number of channels) of CNNs, resulting in limited representation capability. To address this issue, we present Dynamic Convolution, a new design that increases model complexity without increasing the network depth or width. Instead of using a single convolution kernel per layer, dynamic convolution aggregates multiple parallel convolution kernels dynamically based upon their attentions, which are input dependent. Assembling multiple kernels is not only computationally efficient due to the small kernel size, but also has more representation power since these kernels are aggregated in a non-linear way via attention. By simply using dynamic convolution for the state-of-the-art architecture MobileNetV3-Small, the top-1 accuracy of ImageNet classification is boosted by 2.9% with only 4% additional FLOPs and 2.9 AP gain is achieved on COCO keypoint detection.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNetDY-MobileNetV2 ×1.0Top 1 Accuracy74.4Unverified
ImageNetDY-MobileNetV2 ×0.75Top 1 Accuracy72.8Unverified
ImageNetDY-ResNet-18Top 1 Accuracy72.7Unverified
ImageNetDY-MobileNetV3-SmallTop 1 Accuracy69.7Unverified
ImageNetDY-MobileNetV2 ×0.5Top 1 Accuracy69.4Unverified
ImageNetDY-ResNet-10Top 1 Accuracy67.7Unverified
ImageNetDY-MobileNetV2 ×0.35Top 1 Accuracy64.9Unverified

Reproductions