Papers › Diverse Branch Block: Building a Convolution as an Inception-like Unit

Diverse Branch Block: Building a Convolution as an Inception-like Unit

24 Mar 2021CVPR 2021 1arXiv:2103.13425archive 2025-07-28

Xiaohan Ding, Xiangyu Zhang, Jungong Han, Guiguang Ding

We propose a universal building block of Convolutional Neural Network (ConvNet) to improve the performance without any inference-time costs. The block is named Diverse Branch Block (DBB), which enhances the representational capacity of a single convolution by combining diverse branches of different scales and complexities to enrich the feature space, including sequences of convolutions, multi-scale convolutions, and average pooling. After training, a DBB can be equivalently converted into a single conv layer for deployment. Unlike the advancements of novel ConvNet architectures, DBB complicates the training-time microstructure while maintaining the macro architecture, so that it can be used as a drop-in replacement for regular conv layers of any architecture. In this way, the model can be trained to reach a higher level of performance and then transformed into the original inference-time structure for inference. DBB improves ConvNets on image classification (up to 1.9% higher top-1 accuracy on ImageNet), object detection and semantic segmentation. The PyTorch code and models are released at https://github.com/DingXiaoH/DiverseBranchBlock.

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

Code

Syntology Ran 11 of 20 code samples harvested from 3 repositories linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 6 ran · our draft was wrong; 1 ran · fixture could not drive it; 3 ran with no contract checked.

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

DingXiaoH/DiverseBranchBlock officialmentioned in papermentioned on GitHubpytorch report
hunto/image_classification_sota mentioned on GitHubpytorch report
xdhe1216/ACNet mentioned on GitHubtf 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

20 samples harvested; 11 ran; 1 honoured the contract we drafted; 9 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
6ran · our draft was wrong
1ran · fixture could not drive it
3ran
9unverified

Licence: 6 of the 20 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 3 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.

BNAndPadLayer DingXiaoH/DiverseBranchBlock/diversebranchblock.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 0ef8b858982058a3 · report
conv_bn DingXiaoH/DiverseBranchBlock/diversebranchblock.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 2d0d8fe75cfed19e · report
DiverseBranchBlock DingXiaoH/DiverseBranchBlock/diversebranchblock.py official repository unverified Apache-2.0 (permissive) · f5bd3fa9f5408fcc · report
IdentityBasedConv1x1 DingXiaoH/DiverseBranchBlock/diversebranchblock.py official repository unverified Apache-2.0 (permissive) · 4982742829c08cfa · report
BNAndPad hunto/image_classification_sota/lib/models/utils/dbb/dbb_block.py community (archive-listed) ran Apache-2.0 (permissive) · f8ecece04e49713f · report
ConvBN hunto/image_classification_sota/lib/models/utils/dbb/dbb_block.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 9dfb66e9d6efe79c · report
transIII_1x1_kxk hunto/image_classification_sota/lib/models/utils/dbb/dbb_block.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 39738c9934012420 · report
transII_addbranch hunto/image_classification_sota/lib/models/utils/dbb/dbb_block.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 0ebbd01db07e9acb · report
transIV_depthconcat hunto/image_classification_sota/lib/models/utils/dbb/dbb_block.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · e8825a840b343a27 · report
transIX_bn_to_1x1 hunto/image_classification_sota/lib/models/utils/dbb/dbb_block.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · f89847a21ac13751 · report
transI_fusebn hunto/image_classification_sota/lib/models/utils/dbb/dbb_block.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · e28e80243880eb6f · report
transVI_multiscale hunto/image_classification_sota/lib/models/utils/dbb/dbb_block.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · a803f4daf16c141d · report
transV_avg hunto/image_classification_sota/lib/models/utils/dbb/dbb_block.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · cfc36fe1d39f88c2 · report
DBB xdhe1216/ACNet/acnet_repvgg_dbb_block_utils.py community (archive-listed) unverified no licence file found · pointer only · 3651747acdf99893 · report
DiverseBranchBlock hunto/image_classification_sota/lib/models/utils/dbb/dbb_block.py community (archive-listed) unverified Apache-2.0 (permissive) · 27501fd33648e839 · report
fusion_1x1_kxk_down xdhe1216/ACNet/acnet_repvgg_dbb_block_utils.py community (archive-listed) unverified no licence file found · pointer only · e9b84f15940445d7 · report
fusion_asym xdhe1216/ACNet/acnet_repvgg_dbb_block_utils.py community (archive-listed) unverified no licence file found · pointer only · 128e0f508f439f6e · report
fusion_dbb xdhe1216/ACNet/acnet_repvgg_dbb_block_utils.py community (archive-listed) unverified no licence file found · pointer only · e27f3303da04b980 · report
fusion_diff_kernel_size xdhe1216/ACNet/acnet_repvgg_dbb_block_utils.py community (archive-listed) unverified no licence file found · pointer only · 1083b50ad0a305af · report
fusion_same_kernel_size xdhe1216/ACNet/acnet_repvgg_dbb_block_utils.py community (archive-listed) unverified no licence file found · pointer only · 87e546f4e96feae1 · report

Tasks

Image ClassificationObject DetectionSemantic Segmentationimage-classificationobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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