Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DropBlock: A regularization method for convolutional networks

About

Deep neural networks often work well when they are over-parameterized and trained with a massive amount of noise and regularization, such as weight decay and dropout. Although dropout is widely used as a regularization technique for fully connected layers, it is often less effective for convolutional layers. This lack of success of dropout for convolutional layers is perhaps due to the fact that activation units in convolutional layers are spatially correlated so information can still flow through convolutional networks despite dropout. Thus a structured form of dropout is needed to regularize convolutional networks. In this paper, we introduce DropBlock, a form of structured dropout, where units in a contiguous region of a feature map are dropped together. We found that applying DropbBlock in skip connections in addition to the convolution layers increases the accuracy. Also, gradually increasing number of dropped units during training leads to better accuracy and more robust to hyperparameter choices. Extensive experiments show that DropBlock works better than dropout in regularizing convolutional networks. On ImageNet classification, ResNet-50 architecture with DropBlock achieves $78.13\%$ accuracy, which is more than $1.6\%$ improvement on the baseline. On COCO detection, DropBlock improves Average Precision of RetinaNet from $36.8\%$ to $38.4\%$.

Golnaz Ghiasi, Tsung-Yi Lin, Quoc V. Le• 2018

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP38.4
2454
Image ClassificationImageNet-1k (val)--
1453
Image ClassificationImageNet (val)
Top-1 Acc78.13
1206
Image ClassificationCIFAR-10--
471
Image ClassificationImageNet ILSVRC-2012 (val)
Top-1 Accuracy78.4
405
Person Re-IdentificationMarket-1501 to DukeMTMC-reID (test)
Rank-133.2
172
Person Re-IdentificationDukeMTMC-reID to Market-1501 (test)
Rank-1 Acc45.3
119
object recognitionPACS (leave-one-domain-out)
Acc (Art painting)76.4
112
Image ClassificationDigits-DG leave-one-domain-out
Average Accuracy75.3
81
Image ClassificationOffice-Home
Average Accuracy64.1
59
Showing 10 of 16 rows

Other info

Follow for update