Papers › Dynamic Convolution: Attention over Convolution Kernels

Dynamic Convolution: Attention over Convolution Kernels

7 Dec 2019CVPR 2020 6arXiv:1912.03458archive 2025-07-28

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

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1912.03458")

Code

Syntology Ran 1 of 4 code samples harvested from 2 repositories linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract.

By repository: community (archive-listed): 4 samples from 2 repositories, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

TArdelean/DynamicConvolution mentioned on GitHubpytorchMIT report
kaijieshi7/Dynamic-convolution-Pytorch mentioned on GitHubpytorch report
prstrive/CondConv-tensorflow mentioned on GitHubtfMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

4 samples harvested; 1 ran; 1 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3unverified

Licence: 0 of the 4 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

make_divisible TArdelean/DynamicConvolution/models/mobilenetv3.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 63ec083689f80f47 · report
compute_entropy TArdelean/DynamicConvolution/inspect_attention.py community (archive-listed) unverified MIT (permissive) · e36ca5f4167e4e43 · report
get_cifar_dataset prstrive/CondConv-tensorflow/dataset.py community (archive-listed) unverified MIT (permissive) · 2376fefdf0b2d1bc · report
get_datasets prstrive/CondConv-tensorflow/dataset.py community (archive-listed) unverified MIT (permissive) · f9cfc6fd89dbb714 · report

Tasks

Image ClassificationKeypoint Detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Classification ImageNet DY-MobileNetV2 ×1.0 GFLOPs 0,626 #977 of 1060 Archive leaderboard report
Image Classification ImageNet DY-MobileNetV2 ×1.0 Number of params 11.1M #977 of 1060 Archive leaderboard report
Image Classification ImageNet DY-MobileNetV2 ×1.0 Top 1 Accuracy 74.4% #977 of 1060 Archive leaderboard report
Image Classification ImageNet DY-MobileNetV2 ×0.75 GFLOPs 0.435 #992 of 1060 Archive leaderboard report
Image Classification ImageNet DY-MobileNetV2 ×0.75 Number of params 7M #992 of 1060 Archive leaderboard report
Image Classification ImageNet DY-MobileNetV2 ×0.75 Top 1 Accuracy 72.8% #992 of 1060 Archive leaderboard report
Image Classification ImageNet DY-ResNet-18 GFLOPs 3.7 #993 of 1060 Archive leaderboard report
Image Classification ImageNet DY-ResNet-18 Number of params 42.7M #993 of 1060 Archive leaderboard report
Image Classification ImageNet DY-ResNet-18 Top 1 Accuracy 72.7% #993 of 1060 Archive leaderboard report
Image Classification ImageNet DY-MobileNetV3-Small GFLOPs 0.137 #1025 of 1060 Archive leaderboard report
Image Classification ImageNet DY-MobileNetV3-Small Number of params 4.8M #1025 of 1060 Archive leaderboard report
Image Classification ImageNet DY-MobileNetV3-Small Top 1 Accuracy 69.7% #1025 of 1060 Archive leaderboard report
Image Classification ImageNet DY-MobileNetV2 ×0.5 GFLOPs 0.203 #1028 of 1060 Archive leaderboard report
Image Classification ImageNet DY-MobileNetV2 ×0.5 Number of params 4M #1028 of 1060 Archive leaderboard report
Image Classification ImageNet DY-MobileNetV2 ×0.5 Top 1 Accuracy 69.4% #1028 of 1060 Archive leaderboard report
Image Classification ImageNet DY-ResNet-10 GFLOPs 1.82 #1038 of 1060 Archive leaderboard report
Image Classification ImageNet DY-ResNet-10 Number of params 18.6M #1038 of 1060 Archive leaderboard report
Image Classification ImageNet DY-ResNet-10 Top 1 Accuracy 67.7% #1038 of 1060 Archive leaderboard report
Image Classification ImageNet DY-MobileNetV2 ×0.35 GFLOPs 0.124 #1048 of 1060 Archive leaderboard report
Image Classification ImageNet DY-MobileNetV2 ×0.35 Number of params 2.8M #1048 of 1060 Archive leaderboard report
Image Classification ImageNet DY-MobileNetV2 ×0.35 Top 1 Accuracy 64.9% #1048 of 1060 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Convolution

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections