In the context of CNNs, what does 'DropBlock' improve upon compared to standard Dropout?
-
A
It drops contiguous blocks of spatial units, preventing nearby units from compensating for dropped ones
-
B
It applies dropout only to the final layer
-
C
It uses a higher drop rate than standard Dropout
-
D
It applies dropout only during backpropagation