Ask a Question

Prefer a chat interface with context about you and your work?

FocusedDropout for Convolutional Neural Network

FocusedDropout for Convolutional Neural Network

In a convolutional neural network (CNN), dropout cannot work well because dropped information is not entirely obscured in convolutional layers where features are correlated spatially. Except for randomly discarding regions or channels, many approaches try to overcome this defect by dropping influential units. In this paper, we propose a non-random …