English

Dissecting Deep Neural Networks

Machine Learning 2020-01-22 v2 Neural and Evolutionary Computing Machine Learning

Abstract

In exchange for large quantities of data and processing power, deep neural networks have yielded models that provide state of the art predication capabilities in many fields. However, a lack of strong guarantees on their behaviour have raised concerns over their use in safety-critical applications. A first step to understanding these networks is to develop alternate representations that allow for further analysis. It has been shown that neural networks with piecewise affine activation functions are themselves piecewise affine, with their domains consisting of a vast number of linear regions. So far, the research on this topic has focused on counting the number of linear regions, rather than obtaining explicit piecewise affine representations. This work presents a novel algorithm that can compute the piecewise affine form of any fully connected neural network with rectified linear unit activations.

Keywords

Cite

@article{arxiv.1910.03879,
  title  = {Dissecting Deep Neural Networks},
  author = {Haakon Robinson and Adil Rasheed and Omer San},
  journal= {arXiv preprint arXiv:1910.03879},
  year   = {2020}
}

Comments

12 pages, 10 figures (not including bio pics), submitted to IEEE Transactions on Neural Networks and Learning Systems

R2 v1 2026-06-23T11:38:29.654Z