DropBlock
2000년 도입 · 논문 132편에서 사용
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.
출처: DropBlock: A regularization method for convolutional networks
소개 논문: DropBlock: A regularization method for convolutional networks
Regularization · General