Papers › Selective Kernel Networks

Selective Kernel Networks

15 Mar 2019CVPR 2019 6arXiv:1903.06586archive 2025-07-28

Xiang Li, Wenhai Wang, Xiaolin Hu, Jian Yang

In standard Convolutional Neural Networks (CNNs), the receptive fields of artificial neurons in each layer are designed to share the same size. It is well-known in the neuroscience community that the receptive field size of visual cortical neurons are modulated by the stimulus, which has been rarely considered in constructing CNNs. We propose a dynamic selection mechanism in CNNs that allows each neuron to adaptively adjust its receptive field size based on multiple scales of input information. A building block called Selective Kernel (SK) unit is designed, in which multiple branches with different kernel sizes are fused using softmax attention that is guided by the information in these branches. Different attentions on these branches yield different sizes of the effective receptive fields of neurons in the fusion layer. Multiple SK units are stacked to a deep network termed Selective Kernel Networks (SKNets). On the ImageNet and CIFAR benchmarks, we empirically show that SKNet outperforms the existing state-of-the-art architectures with lower model complexity. Detailed analyses show that the neurons in SKNet can capture target objects with different scales, which verifies the capability of neurons for adaptively adjusting their receptive field sizes according to the input. The code and models are available at https://github.com/implus/SKNet.

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="1903.06586")

Code

Syntology Ran 3 of 3 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 3 ran · our draft was wrong.

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

20 repositories listed; official and paper-mentioned ones first.

implus/SKNet officialmentioned in papermentioned on GitHubnot reachable when probed 2026-09-18 — repositories for recent papers often appear after camera-ready report
Mind23-2/MindCode-79 mentioned on GitHubmindspore report
YeongHyeon/SKNet-TF2 mentioned on GitHubtfMIT report
developer0hye/SKNet-PyTorch mentioned on GitHubpytorch report
frgfm/Holocron mentioned on GitHubpytorch report
implus/PytorchInsight mentioned on GitHubpytorchnot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
osmr/imgclsmob mentioned on GitHubmxnetMIT report
rwightman/pytorch-image-models mentioned on GitHubpytorch report
whai362/PytorchInsight mentioned on GitHubpytorch 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

3 samples harvested; 3 ran; 0 honoured the contract we drafted; 0 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.

3ran · our draft was wrong

Licence: 3 of the 3 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 developer0hye/SKNet-PyTorch. “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.

SKNet101 developer0hye/SKNet-PyTorch/sknet.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 1463a3cc54f82dba · report
SKNet26 developer0hye/SKNet-PyTorch/sknet.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · c64972575dab1437 · report
SKNet50 developer0hye/SKNet-PyTorch/sknet.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · fe7329baca7b42a2 · report

Tasks

Image Classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Classification CIFAR-10 SKNet-29 (ResNeXt-29, 16×32d) Percentage correct 96.53 #107 of 265 Archive leaderboard report
Image Classification CIFAR-100 SKNet-29 (ResNeXt-29, 16×32d) Percentage correct 82.67 #100 of 211 Archive leaderboard report
Image Classification ImageNet SKNet-101 GFLOPs 8.46 #733 of 1060 Archive leaderboard report
Image Classification ImageNet SKNet-101 Number of params 48.9M #733 of 1060 Archive leaderboard report
Image Classification ImageNet SKNet-101 Top 1 Accuracy 79.81% #733 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

Introduced by this paper: Selective Kernel, Selective Kernel Convolution

1x1 ConvolutionAverage PoolingBatch NormalizationConvolutionDilated ConvolutionGlobal Average PoolingGrouped ConvolutionKaiming InitializationReLUResNeXtResNeXt BlockResidual ConnectionSelective KernelSelective Kernel ConvolutionSoftmax

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