What is: DropBlock?
Source | DropBlock: A regularization method for convolutional networks |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
DropBlock is a structured form of dropout directed at regularizing convolutional networks. In DropBlock, units in a contiguous region of a feature map are dropped together. As DropBlock discards features in a correlated area, the networks must look elsewhere for evidence to fit the data.