Papers › Improved Regularization of Convolutional Neural Networks with Cutout
Improved Regularization of Convolutional Neural Networks with Cutout
Terrance DeVries, Graham W. Taylor
Convolutional neural networks are capable of learning powerful representational spaces, which are necessary for tackling complex learning tasks. However, due to the model capacity required to capture such representations, they are often susceptible to overfitting and therefore require proper regularization in order to generalize well. In this paper, we show that the simple regularization technique of randomly masking out square regions of input during training, which we call cutout, can be used to improve the robustness and overall performance of convolutional neural networks. Not only is this method extremely easy to implement, but we also demonstrate that it can be used in conjunction with existing forms of data augmentation and other regularizers to further improve model performance. We evaluate this method by applying it to current state-of-the-art architectures on the CIFAR-10, CIFAR-100, and SVHN datasets, yielding new state-of-the-art results of 2.56%, 15.20%, and 1.30% test error respectively. Code is available at https://github.com/uoguelph-mlrg/Cutout
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="1708.04552")
Code
Syntology Ran 21 of 24 code samples harvested from 10 repositories linked to this paper; 3 have no recorded run. Of those that ran: 3 ran · honoured contract; 3 ran · violated contract; 4 ran · our draft was wrong; 7 ran · fixture could not drive it; 4 ran with no contract checked.
By repository: community (archive-listed): 24 samples from 10 repositories, 21 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
28 repositories listed; official and paper-mentioned ones first.
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
24 samples harvested; 21 ran; 3 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.
Licence: 5 of the 24 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 10 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.
65b19ebc3c066d46 · report
9712ea58142deac2 · report
e4f60cb273f96e43 · report
c19f6a181aae4d15 · report
909fa545052a99f8 · report
8a71fb8f5184a010 · report
6ffc19e585a6e93e · report
725a089326cde6b7 · report
77de6eeb25f3b2cc · report
c632411042c122ec · report
9b004be093898ee9 · report
4a5f5e6272b139bf · report
d912ce51776a4d78 · report
b09aaca166fba057 · report
8e25588616aec646 · report
108e7feedea6f696 · report
2e63069222acc030 · report
f66d6a0103a637b1 · report
a88a0ebd4d7051a8 · report
138b15df97d8f22d · report
88618f34ed54e2bc · report
57014965cf3804dc · report
0972fd225cc9b653 · report
53b07796c4e8aaae · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Domain Generalization | ImageNet-A | Cutout (ResNet-50) | Top-1 accuracy % | 4.4 | #36 of 39 | Archive leaderboard | report |
| Image Classification | STL-10 | Cutout | Percentage correct | 87.26 | #46 of 117 | Archive leaderboard | report |
| Image Classification | SVHN | Cutout | Percentage error | 1.30 | #6 of 62 | Archive leaderboard | report |
| Semi-Supervised Image Classification | STL-10 | CutOut | Accuracy | 87.26 | #3 of 3 | 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: Cutout
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