SelectScale: Mining More Patterns from Images via Selective and Soft Dropout
Zhengsu Chen, Jianwei Niu, Xuefeng Liu, Shaojie Tang

TL;DR
SelectScale is a novel regularization method for CNNs that selectively adjusts important features during training, leading to improved image recognition performance on CIFAR and ImageNet datasets.
Contribution
The paper introduces SelectScale, a new feature selection-based dropout method that enhances CNN training by focusing on important features rather than random dropping.
Findings
Improved accuracy on CIFAR and ImageNet datasets.
More efficient learning by focusing on important features.
Outperforms traditional dropout methods.
Abstract
Convolutional neural networks (CNNs) have achieved remarkable success in image recognition. Although the internal patterns of the input images are effectively learned by the CNNs, these patterns only constitute a small proportion of useful patterns contained in the input images. This can be attributed to the fact that the CNNs will stop learning if the learned patterns are enough to make a correct classification. Network regularization methods like dropout and SpatialDropout can ease this problem. During training, they randomly drop the features. These dropout methods, in essence, change the patterns learned by the networks, and in turn, forces the networks to learn other patterns to make the correct classification. However, the above methods have an important drawback. Randomly dropping features is generally inefficient and can introduce unnecessary noise. To tackle this problem, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning
MethodsDropout · SpatialDropout
