English

Robust Deep Neural Networks Inspired by Fuzzy Logic

Machine Learning 2020-04-28 v3 Logic in Computer Science Machine Learning

Abstract

Deep neural networks have achieved impressive performance and become the de-facto standard in many tasks. However, troubling phenomena such as adversarial and fooling examples suggest that the generalization they make is flawed. I argue that among the roots of the phenomena are two geometric properties of common deep learning architectures: their distributed nature and the connectedness of their decision regions. As a remedy, I propose new architectures inspired by fuzzy logic that combine several alternative design elements. Through experiments on MNIST and CIFAR-10, the new models are shown to be more local, better at rejecting noise samples, and more robust against adversarial examples. Ablation analyses reveal behaviors on adversarial examples that cannot be explained by the linearity hypothesis but are consistent with the hypothesis that logic-inspired traits create more robust models.

Keywords

Cite

@article{arxiv.1911.08635,
  title  = {Robust Deep Neural Networks Inspired by Fuzzy Logic},
  author = {Minh Le},
  journal= {arXiv preprint arXiv:1911.08635},
  year   = {2020}
}

Comments

7 pages, 4 figures, source code: https://bitbucket.org/minhlab/newlogic

R2 v1 2026-06-23T12:21:41.924Z