EntProp: High Entropy Propagation for Improving Accuracy and Robustness
Shohei Enomoto

TL;DR
EntProp enhances neural network accuracy and robustness by increasing sample entropy through data augmentation and adversarial training, effectively creating out-of-distribution samples without extra training costs.
Contribution
The paper introduces EntProp, a novel high entropy propagation method that improves accuracy and robustness by generating out-of-distribution samples using entropy-increasing techniques.
Findings
EntProp outperforms baseline methods in accuracy and robustness.
It is especially effective on small datasets.
EntProp does not add extra training costs.
Abstract
Deep neural networks (DNNs) struggle to generalize to out-of-distribution domains that are different from those in training despite their impressive performance. In practical applications, it is important for DNNs to have both high standard accuracy and robustness against out-of-distribution domains. One technique that achieves both of these improvements is disentangled learning with mixture distribution via auxiliary batch normalization layers (ABNs). This technique treats clean and transformed samples as different domains, allowing a DNN to learn better features from mixed domains. However, if we distinguish the domains of the samples based on entropy, we find that some transformed samples are drawn from the same domain as clean samples, and these samples are not completely different domains. To generate samples drawn from a completely different domain than clean samples, 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
TopicsNeural Networks and Applications
MethodsAuxiliary Batch Normalization · Batch Normalization
