# Expression of Fractals Through Neural Network Functions

**Authors:** Nadav Dym, Barak Sober, Ingrid Daubechies

arXiv: 1905.11345 · 2019-05-28

## TL;DR

This paper demonstrates that deep neural networks can efficiently generate complex fractal functions, specifically iterated function systems, with a number of parameters linear in the fractal's complexity, shedding light on their ability to model self-similar structures.

## Contribution

It shows that DNNs can efficiently approximate fractal functions generated by IFS with linear parameter complexity, linking neural networks to fractal geometry and image self-similarity.

## Key findings

- DNNs can generate IFS fractals with O(k) parameters.
- IFS functions have exponentially many linear regions in k.
- Potential implications for image processing and self-similarity modeling.

## Abstract

To help understand the underlying mechanisms of neural networks (NNs), several groups have, in recent years, studied the number of linear regions $\ell$ of piecewise linear functions generated by deep neural networks (DNN). In particular, they showed that $\ell$ can grow exponentially with the number of network parameters $p$, a property often used to explain the advantages of DNNs over shallow NNs in approximating complicated functions. Nonetheless, a simple dimension argument shows that DNNs cannot generate all piecewise linear functions with $\ell$ linear regions as soon as $\ell > p$. It is thus natural to seek to characterize specific families of functions with $\ell$ linear regions that can be constructed by DNNs. Iterated Function Systems (IFS) generate sequences of piecewise linear functions $F_k$ with a number of linear regions exponential in $k$. We show that, under mild assumptions, $F_k$ can be generated by a NN using only $\mathcal{O}(k)$ parameters. IFS are used extensively to generate, at low computational cost, natural-looking landscape textures in artificial images. They have also been proposed for compression of natural images, albeit with less commercial success. The surprisingly good performance of this fractal-based compression suggests that our visual system may lock in, to some extent, on self-similarities in images. The combination of this phenomenon with the capacity, demonstrated here, of DNNs to efficiently approximate IFS may contribute to the success of DNNs, particularly striking for image processing tasks, as well as suggest new algorithms for representing self similarities in images based on the DNN mechanism.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.11345/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1905.11345/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1905.11345/full.md

---
Source: https://tomesphere.com/paper/1905.11345