请输入您要查询的百科知识:

 

词条 Iterated function system
释义

  1. Definition

  2. Properties

  3. Constructions

  4. Partitioned iterated function systems

  5. The inverse problem

  6. Examples

  7. History

  8. See also

  9. Notes

  10. References

In mathematics, iterated function systems (IFSs) are a method of constructing fractals; the resulting fractals are often self-similar. IFS fractals are more related to set theory than fractal geometry.[1] They were introduced in 1981.

IFS fractals, as they are normally called, can be of any number of dimensions, but are commonly computed and drawn in 2D. The fractal is made up of the union of several copies of itself, each copy being transformed by a function (hence "function system"). The canonical example is the Sierpiński triangle. The functions are normally contractive, which means they bring points closer together and make shapes smaller. Hence, the shape of an IFS fractal is made up of several possibly-overlapping smaller copies of itself, each of which is also made up of copies of itself, ad infinitum. This is the source of its self-similar fractal nature.

Definition

Formally, an iterated function system is a finite set of contraction mappings on a complete metric space.[2] Symbolically,

is an iterated function system if each is a contraction on the complete metric space .

Properties

Hutchinson (1981) showed that, for the metric space , such a system of functions has a unique nonempty compact (closed and bounded) fixed set S. One way of constructing a fixed set is to start with an initial point of set S0 and iterate the actions of the fi, taking Sn+1 to be the union of the images of Sn under the fi; then taking S to be the closure of the union of the Sn. Symbolically, the unique fixed (nonempty compact) set has the property

The set S is thus the fixed set of the Hutchinson operator

The existence and uniqueness of S is a consequence of the contraction mapping principle, as is the fact that

for any nonempty compact set in . (For contractive IFS this convergence takes place even for any nonempty closed bounded set ). Random elements arbitrarily close to S may be obtained by the "chaos game," described below.

Recently it was shown that the IFSs of noncontractive type (i.e. composed of maps that are not contractions with respect to any topologically equivalent metric in X) can yield attractors.

These arise naturally in projective spaces, though classical irrational rotation on the circle can be adapted too.[3]

The collection of functions generates a monoid under composition. If there are only two such functions, the monoid can be visualized as a binary tree, where, at each node of the tree, one may compose with the one or the other function (i.e. take the left or the right branch). In general, if there are k functions, then one may visualize the monoid as a full k-ary tree, also known as a Cayley tree.

Constructions

{{multiple image
| align =
| direction = horizontal
| width = 150
| header =
| image1 = Golden Square fractal 6.svg
| caption1 = Golden square fractal
| image2 = Half square fractal 5.svg
| caption2 = Half fractal
| footer =
}}

Sometimes each function is required to be a linear, or more generally an affine, transformation, and hence represented by a matrix. However, IFSs may also be built from non-linear functions, including projective transformations and Möbius transformations. The Fractal flame is an example of an IFS with nonlinear functions.

The most common algorithm to compute IFS fractals is called the "chaos game". It consists of picking a random point in the plane, then iteratively applying one of the functions chosen at random from the function system to transform the point to get a next point. An alternative algorithm is to generate each possible sequence of functions up to a given maximum length, and then to plot the results of applying each of these sequences of functions to an initial point or shape.

Each of these algorithms provides a global construction which generates points distributed across the whole fractal. If a small area of the fractal is being drawn, many of these points will fall outside of the screen boundaries. This makes zooming into an IFS construction drawn in this manner impractical.

Although the theory of IFS requires each function to be contractive, in practice software that implements IFS only require that the whole system be contractive on average.[4]

Partitioned iterated function systems

PIFS (partitioned iterated function systems), also called local iterated function systems,[5] give surprisingly good image compression, even for photographs that don't seem to have the kinds of self-similar structure shown by simple IFS factals.[5]

The inverse problem

{{Main|Fractal compression}}

Very fast algorithms exist to generate an image from a set of IFS or PIFS parameters. It is faster and requires much less storage space to store a description of how it was created, transmit that description to a destination device, and regenerate that image anew on the destination device, than to store and transmit the color of each pixel in the image.[6]

The inverse problem is more difficult: given some original arbitrary digital image such as a digital photograph, try to find a set of IFS parameters which, when evaluated by iteration, produces another image visually similar to the original.

In 1989, Arnaud Jacquin presented a solution to a restricted form of the inverse problem using only PIFS; the general form of the inverse problem remains unsolved.[7][8][6]

As of 1995, all fractal compression software is based on Jacquin's approach.[8]

Examples

The diagram shows the construction on an IFS from two affine functions. The functions are represented by their effect on the bi-unit square (the function transforms the outlined square into the shaded square). The combination of the two functions forms the Hutchinson operator. Three iterations of the operator are shown, and then the final image is of the fixed point, the final fractal.

Early examples of fractals which may be generated by an IFS include the Cantor set, first described in 1884; and de Rham curves, a type of self-similar curve described by Georges de Rham in 1957.

History

IFSs were conceived in their present form by John E. Hutchinson in 1981[9] and popularized by Michael Barnsley's book Fractals Everywhere.

{{Quote|IFSs provide models for certain plants, leaves, and ferns, by virtue of the self-similarity which often occurs in branching structures in nature.|Michael Barnsley et al.[10]}}

See also

{{Portal|Computer graphics|Mathematics}}
  • Complex-base system
  • Collage theorem
  • Infinite compositions of analytic functions
  • L-system
  • Fractal compression

Notes

1. ^{{cite book |title=Progress in Computer Graphics: Volume 1 |last=Zobrist |first= George Winston |author2=Chaman Sabharwal |year=1992 |publisher=Intellect Books |isbn=9780893916510 |page=135 |url=https://play.google.com/store/books/details?id=Ai6Qo0qoE9EC |accessdate=7 May 2017}}
2. ^Michael Barnsley (1988). Fractals Everywhere, p.82. Academic Press, Inc. {{ISBN|9780120790623}}.
3. ^M. Barnsley, A. Vince, The Chaos Game on a General Iterated Function System
4. ^{{cite web |last=Draves |first=Scott |authorlink=Scott Draves |author2=Erik Reckase |date=July 2007 |url=http://flam3.com/flame.pdf |title=The Fractal Flame Algorithm |format=pdf |accessdate=2008-07-17}}
5. ^{{cite conference|url= https://karczmarczuk.users.greyc.fr/matrs/Dess/RADI/Refs/fractal_paper.pdf|last= Fischer|first= Yuval|title= SIGGRAPH'92 course notes - Fractal Image Compression|conference= SIGGRAPH|conferenceurl= http://www.siggraph.org/|editor= Przemyslaw Prusinkiewicz|publisher= ACM SIGGRAPH|volume= Fractals - From Folk Art to Hyperreality|date= 1992-08-12}}
6. ^Bruno Lacroix. "Fractal Image Compression". 1998.
7. ^Dietmar Saupe, Raouf Hamzaoui.[https://www.uni-konstanz.de/mmsp/pubsys/publishedFiles/SaHa94.pdf "A Review of the Fractal Image Compression Literature"].
8. ^John Kominek.[https://pdfs.semanticscholar.org/d77b/ffac2560c92771d3756c0e29863a44919d6f.pdf "Algorithm for Fast Fractal Image Compression"].{{doi|10.1117/12.206368}}.
9. ^{{cite journal |last=Hutchinson |first=John E. |title=Fractals and self similarity |journal=Indiana Univ. Math. J. |volume=30 |year=1981 |pages=713–747 |doi=10.1512/iumj.1981.30.30055 |url=http://wwwmaths.anu.edu.au/~john/Assets/Research%20Papers/fractals_self-similarity.pdf |issue=5}}
10. ^Michael Barnsley, et al.,{{cite web |url= http://www.maths.anu.edu.au/~barnsley/pdfs/V-var_super_fractals.pdf |title=V-variable fractals and superfractals}} {{small|(2.22 MB)}}

References

  • {{cite web |last=Draves |first=Scott |authorlink=Scott Draves |author2=Erik Reckase |date=July 2007 |url=http://flam3.com/flame.pdf |title=The Fractal Flame Algorithm |format=pdf |accessdate=2008-07-17}}
  • {{cite book |last=Falconer |first=Kenneth |authorlink=Kenneth Falconer (mathematician) |title=Fractal geometry: Mathematical foundations and applications |publisher=John Wiley and Sons |year=1990 |isbn=0-471-92287-0 |pages=113–117, 136}}
  • {{cite journal |last=Barnsley |first=Michael |authorlink=Michael Barnsley |author2=Andrew Vince |arxiv=1005.0322 |title=The Chaos Game on a General Iterated Function System |journal=Ergodic Theory Dynam. Systems |volume=31 |year=2011 |issue=4 |pages=1073–1079|bibcode=2010arXiv1005.0322B }}
{{Fractal software}}{{Fractals}}{{DEFAULTSORT:Iterated Function System}}

2 : Iterated function system fractals|1981 introductions

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/12 5:17:52