Universal approximation theorem

From Wikipedia, the free encyclopedia

In the mathematical theory of artificial neural networks, universal approximation theorems are results[1] that establish the density of an algorithmically generated class of functions within a given function space of interest. Typically, these results concern the approximation capabilities of the feedforward architecture on the space of continuous functions between two Euclidean spaces, and the approximation is with respect to the compact convergence topology. However, there are also a variety of results between non-Euclidean spaces[2] and other commonly used architectures and, more generally, algorithmically generated sets of functions, such as the convolutional neural network (CNN) architecture,[3][4] radial basis-functions,[5] or neural networks with specific properties.[6] Most universal approximation theorems can be parsed into two classes. The first quantifies the approximation capabilities of neural networks with an arbitrary number of artificial neurons ("arbitrary width" case) and the second focuses on the case with an arbitrary number of hidden layers, each containing a limited number of artificial neurons ("arbitrary depth" case).

Universal approximation theorems imply that neural networks can represent a wide variety of interesting functions when given appropriate weights. On the other hand, they typically do not provide a construction for the weights, but merely state that such a construction is possible.

History[]

One of the first versions of the arbitrary width case was proven by George Cybenko in 1989 for sigmoid activation functions.[7] Kurt Hornik showed in 1991[8] that it is not the specific choice of the activation function, but rather the multilayer feed-forward architecture itself which gives neural networks the potential of being universal approximators. Moshe Leshno et al in 1993[9] and later Allan Pinkus in 1999[10] showed that the universal approximation property, is equivalent to having a nonpolynomial activation function.

The arbitrary depth case was also studied by a number of authors, such as Zhou Lu et al in 2017,[11] Boris Hanin and Mark Sellke in 2018,[12] and Patrick Kidger and Terry Lyons in 2020.[13] The result minimal width per layer was refined in [14] and in [15] for residual networks.

Several extensions of the theorem exist, such as to discontinuous activation functions,[9] noncompact domains,[13] certifiable networks[16] and alternative network architectures and topologies.[13][17]

Limitations[]

No collection of neural nets are capable of learning a structural causal model, i.e. "an arbitrarily complex and expressive neural net is unable to predict the effects of interventions given observational data alone",[18] even with universal approximability of neural networks, according to the . A new special type of them, a , amenable to gradient descent, has however been introduced and an algorithm "both sufficient and necessary to determine whether a causal effect can be learned from data" has been developed.[18]

Arbitrary-width case[]

The classical form of the universal approximation theorem for arbitrary width and bounded depth is as follows.[7][8][19][20] It extends[10] the classical results of George Cybenko and .

Universal Approximation Theorem: Fix a continuous function (activation function) and positive integers . The function is not a polynomial if and only if, for every continuous function (target function), every compact subset of , and every there exists a continuous function (the layer output) with representation

where are composable affine maps and denotes component-wise composition, such that the approximation bound

holds for any arbitrarily small (distance from to can be infinitely small).

The theorem states that the result of first layer can approximate any well-behaved function . Such a well-behaved function can also be approximated by a network of greater depth by using the same construction for the first layer and approximating the identity function with later layers.

Arbitrary-depth case[]

The 'dual' versions of the theorem consider networks of bounded width and arbitrary depth. A variant of the universal approximation theorem was proved for the arbitrary depth case by Zhou Lu et al. in 2017.[11] They showed that networks of width n+4 with ReLU activation functions can approximate any Lebesgue integrable function on n-dimensional input space with respect to distance if network depth is allowed to grow. It was also shown that there was the limited expressive power if the width was less than or equal to n. All Lebesgue integrable functions except for a zero measure set cannot be approximated by ReLU networks of width n. In the same paper[11] it was shown that ReLU networks with width n+1 were sufficient to approximate any continuous function of n-dimensional input variables.[21] The following refinement, specifies the optimal minimum width for which such an approximation is possible and is due to.[22]

Universal Approximation Theorem (L1 distance, ReLU activation, arbitrary depth, minimal width). For any Bochner-Lebesgue p-integrable function and any , there exists a fully-connected ReLU network of width exactly , satisfying

.

Moreover, there exists a function and some , for which there is no fully-connected ReLU network of width less than satisfying the above approximation bound.

Together, the central result of [13] yields the following universal approximation theorem for networks with bounded width.

Universal Approximation Theorem (non-affine activation, arbitrary depth, constrained width). Let be a compact subset of . Let be any non-affine continuous function which is continuously differentiable at at-least one point, with non-zero derivative at that point. Let denote the space of feed-forward neural networks with input neurons, output neurons, and an arbitrary number of hidden layers each with neurons, such that every hidden neuron has activation function and every output neuron has the identity as its activation function, with input layer , and output layer . Then given any and any , there exists such that

In other words, is dense in with respect to the uniform topology.[disambiguation needed]

Certain necessary conditions for the bounded width, arbitrary depth case have been established, but there is still a gap between the known sufficient and necessary conditions.[11][12][23]

Graph input[]

Achieving useful universal function approximation on graphs (or rather on graph isomorphism classes) has been a longstanding problem. The popular Graph Convolutional Neural Networks (GCNs or GNNs) can be made as discriminative as the Weisfeiler–Leman graph isomorphism test.[24] In 2020,[25] a Universal Approximation Theorem result was established by Brüel-Gabrielsson, showing that graph representation with certain injective properties is sufficient for universal function approximation on bounded graphs and restricted universal function approximation on unbounded graphs, with an accompanying #edges#nodes-runtime method that performed at state-of-the-art on a collection of benchmarks.

See also[]

References[]

  1. ^ Hornik, Kurt; Tinchcombe, Maxwell; White, Halbert (1989). Multilayer Feedforward Networks are Universal Approximators (PDF). Neural Networks. 2. Pergamon Press. pp. 359–366.
  2. ^ Kratsios, Anastasis; Bilokopytov, Eugene (2020). Non-Euclidean Universal Approximation (PDF). Advances in Neural Information Processing Systems. 33. Curran Associates.
  3. ^ Zhou, Ding-Xuan (2020). "Universality of deep convolutional neural networks". Applied and Computational Harmonic Analysis. 48 (2): 787–794. arXiv:1805.10769. doi:10.1016/j.acha.2019.06.004. S2CID 44113176.
  4. ^ Heinecke, Andreas; Ho, Jinn; Hwang, Wen-Liang (2020). "Refinement and Universal Approximation via Sparsely Connected ReLU Convolution Nets". IEEE Signal Processing Letters. 27: 1175–1179. Bibcode:2020ISPL...27.1175H. doi:10.1109/LSP.2020.3005051. S2CID 220669183.
  5. ^ Park, J.; Sandberg, I. W. (1991). "Universal Approximation Using Radial-Basis-Function Networks". Neural Computation. 3 (2): 246–257. doi:10.1162/neco.1991.3.2.246. PMID 31167308. S2CID 34868087.
  6. ^ Yarotsky, Dmitry (2021). "Universal Approximations of Invariant Maps by Neural Networks". Constructive Approximation. arXiv:1804.10306. doi:10.1007/s00365-021-09546-1.
  7. ^ Jump up to: a b Cybenko, G. (1989). "Approximation by superpositions of a sigmoidal function". Mathematics of Control, Signals, and Systems. 2 (4): 303–314. CiteSeerX 10.1.1.441.7873. doi:10.1007/BF02551274. S2CID 3958369.
  8. ^ Jump up to: a b Hornik, Kurt (1991). "Approximation capabilities of multilayer feedforward networks". Neural Networks. 4 (2): 251–257. doi:10.1016/0893-6080(91)90009-T.
  9. ^ Jump up to: a b Leshno, Moshe; Lin, Vladimir Ya.; Pinkus, Allan; Schocken, Shimon (January 1993). "Multilayer feedforward networks with a nonpolynomial activation function can approximate any function". Neural Networks. 6 (6): 861–867. doi:10.1016/S0893-6080(05)80131-5. S2CID 206089312.
  10. ^ Jump up to: a b Pinkus, Allan (January 1999). "Approximation theory of the MLP model in neural networks". Acta Numerica. 8: 143–195. Bibcode:1999AcNum...8..143P. doi:10.1017/S0962492900002919.
  11. ^ Jump up to: a b c d Lu, Zhou; Pu, Homgming; Wang, Feicheng; Hu, Zhiqiang; Wang, Liwei (2017). "The Expressive Power of Neural Networks: A View from the Width". Advances in Neural Information Processing Systems. Curran Associates. 30: 6231–6239. arXiv:1709.02540.
  12. ^ Jump up to: a b Hanin, Boris; Sellke, Mark (March 2019). "Approximating Continuous Functions by ReLU Nets of Minimal Width". Mathematics. MDPI. 7 (10): 992. arXiv:1710.11278. doi:10.3390/math7100992.
  13. ^ Jump up to: a b c d Kidger, Patrick; Lyons, Terry (July 2020). Universal Approximation with Deep Narrow Networks. Conference on Learning Theory. arXiv:1905.08539.
  14. ^ Park, Sejun; Yun, Chulhee; Lee, Jaeho; Shin, Jinwoo (October 2020). Minimum Width for Universal Approximation. Conference on Learning Theory. arXiv:1905.08539.
  15. ^ Tabuada, Paulo; Gharesifard, Bahman (2020). Universal Approximation Power of Deep Residual Neural Networks via Nonlinear Control Theory. ICLR. arXiv:2007.06007.
  16. ^ Baader, Maximilian; Mirman, Matthew; Vechev, Martin (2020). Universal Approximation with Certified Networks. ICLR.
  17. ^ Lin, Hongzhou; Jegelka, Stefanie (2018). ResNet with one-neuron hidden layers is a Universal Approximator. Advances in Neural Information Processing Systems. 30. Curran Associates. pp. 6169–6178.
  18. ^ Jump up to: a b "The Causal-Neural Connection: Expressiveness, Learnability, and Inference" (PDF). June 2021.
  19. ^ Haykin, Simon (1998). Neural Networks: A Comprehensive Foundation, Volume 2, Prentice Hall. ISBN 0-13-273350-1.
  20. ^ Hassoun, M. (1995) Fundamentals of Artificial Neural Networks MIT Press, p. 48
  21. ^ Hanin, B. (2018). Approximating Continuous Functions by ReLU Nets of Minimal Width. arXiv preprint arXiv:1710.11278.
  22. ^ Park, Yun, Lee, Shin, Sejun, Chulhee, Jaeho, Jinwoo (2020-09-28). "Minimum Width for Universal Approximation". ICLR. arXiv:2006.08859.CS1 maint: multiple names: authors list (link)
  23. ^ Johnson, Jesse (2019). Deep, Skinny Neural Networks are not Universal Approximators. International Conference on Learning Representations.
  24. ^ Xu, Keyulu; Hu, Weihua; Leskovec, Jure; Jegelka, Stefanie (2019). How Powerful are Graph Neural Networks?. International Conference on Learning Representations.
  25. ^ Brüel-Gabrielsson, Rickard (2020). Universal Function Approximation on Graphs. Advances in Neural Information Processing Systems. 33. Curran Associates.
Retrieved from ""