Information fluctuation complexity

Summary

Information fluctuation complexity is an information-theoretic quantity defined as the fluctuation of information about entropy. It is derivable from fluctuations in the predominance of order and chaos in a dynamic system and has been used as a measure of complexity in many diverse fields. It was introduced in a 1993 paper by Bates and Shepard.[1]

Definition edit

The information fluctuation complexity of a discrete dynamic system is a function of the probability distribution of its states when it is subject to random external input data. The purpose of driving the system with a rich information source such as a random number generator or a white noise signal is to probe the internal dynamics of the system in much the same way as a frequency-rich impulse is used in signal processing.

If a system has   possible states and the state probabilities  are known, then its information entropy is

 

where   is the information content of state  .

The information fluctuation complexity of the system is defined as the standard deviation or fluctuation of   about its mean  :

 

or

 

The fluctuation of state information   is zero in a maximally disordered system with all  ; the system simply mimics its random inputs.   is also zero when the system is perfectly ordered with just one fixed state  , regardless of inputs.   is non-zero between these two extremes with a mixture of both higher-probability states and lower-probability states populating state space.

Fluctuation of information allows for memory and computation edit

As a complex dynamic system evolves in time, how it transitions between states depends on external stimuli in an irregular way. At times it may be more sensitive to external stimuli (unstable) and at other times less sensitive (stable). If a particular state has several possible next-states, external information determines which one will be next and the system gains that information by following a particular trajectory in state space. But if several different states all lead to the same next-state, then upon entering the next-state the system loses information about which state preceded it. Thus, a complex system exhibits alternating information gain and loss as it evolves in time. The alternation or fluctuation of information is equivalent to remembering and forgetting — temporary information storage or memory — an essential feature of non-trivial computation.

The gain or loss of information associated with transitions between states can be related to state information. The net information gain of a transition from state   to state   is the information gained when leaving state   less the information lost when entering state  :

 

Here   is the forward conditional probability that if the present state is   then the next state is   and   is the reverse conditional probability that if the present state is   then the previous state was  . The conditional probabilities are related to the transition probability  , the probability that a transition from state   to state   occurs, by:

 

Eliminating the conditional probabilities:

 

Therefore, the net information gained by the system as a result of the transition depends only on the increase in state information from the initial to the final state. It can be shown that this is true even for multiple consecutive transitions.[1]

  is reminiscent of the relation between force and potential energy.   is like potential   and   is like force   in  . External information “pushes” a system “uphill” to a state of higher information potential to accomplish information storage, much like pushing a mass uphill to a state of higher gravitational potential stores energy. The amount of energy storage depends only on the final height, not on the path up the hill. Likewise, the amount of information storage does not depend on the transition path between an initial common state and a final rare state. Once a system reaches a rare state with high information potential, it may then "fall" back to a common state, losing the previously stored information.

It may be useful to compute the standard deviation of   about its mean (which is zero), namely the fluctuation of net information gain  ,[1] but   takes into account multi-transition memory loops in state space and therefore should be more indicative of the computational power of a system. Moreover,   is easier to calculate because there can be many more transitions than states.

Chaos and order edit

A dynamic system that is sensitive to external information (unstable) exhibits chaotic behavior whereas one that is insensitive to external information (stable) exhibits orderly behavior. A complex system exhibits both behaviors, fluctuating between them in dynamic balance when subject to a rich information source. The degree of fluctuation is quantified by  ; it captures the alternation in the predominance of chaos and order in a complex system as it evolves in time.

Example: rule 110 variant of the elementary cellular automaton[2] edit

The rule 110 variant of the elementary cellular automaton has been proven to be capable of universal computation. The proof is based on the existence and interactions of cohesive and self-perpetuating cell patterns known as gliders or spaceships (examples of emergent phenomena associated with complex systems), that imply the capability of groups of automaton cells to remember that a glider is passing through them. It is therefore to be expected that there will be memory loops in state space resulting from alternations of information gain and loss, instability and stability, chaos and order.

Consider a 3-cell group of adjacent automaton cells that obey rule 110: end-center-end. The next state of the center cell depends on the present state of itself and the end cells as specified by the rule:

Elementary cellular automaton rule 110
3-cell group 1-1-1 1-1-0 1-0-1 1-0-0 0-1-1 0-1-0 0-0-1 0-0-0
next center cell 0 1 1 0 1 1 1 0

To calculate the information fluctuation complexity of this system, attach a driver cell to each end of the 3-cell group to provide a random external stimulus like so, driver→end-center-end←driver, such that the rule can be applied to the two end cells. Next, determine what the next state is for each possible present state and for each possible combination of driver cell contents, to determine the forward conditional probabilities.

The state diagram of this system is depicted below, with circles representing the states and arrows representing transitions between states. The eight states of this system, 1-1-1 to 0-0-0 are labeled with the octal equivalent of the 3-bit contents of the 3-cell group: 7 to 0. The transition arrows are labeled with forward conditional probabilities. Notice that there is variability in the divergence and convergence of arrows corresponding to variability in gain and loss of information from the driver cells.

 
The 3-cell state diagram for the rule 110 elementary cellular automaton showing forward conditional transition probabilities with random stimulation.

The forward conditional probabilities are determined by the proportion of possible driver cell contents that drive a particular transition. For example, for the four possible combinations of two driver cell contents, state 7 leads to states 5, 4, 1 and 0 and so  ,  ,  , and   are each ¼ or 25%. Likewise, state 0 leads to states 0, 1, 0 and 1 and so  and  are each ½ or 50%. And so forth.

The state probabilities are related by

  and  

These linear algebraic equations can be solved manually or with the aid of a computer program for the state probabilities, with the following results:[2]

Rule 110 state probabilities for 3-cell automaton with random stimulation
p0 p1 p2 p3 p4 p5 p6 p7
2/17 2/17 1/34 5/34 2/17 2/17 2/17 4/17

Information entropy and complexity can then be calculated from the state probabilities:

 
 

Note that the maximum possible entropy for eight states is   which would be the case if all eight states were equally likely with probabilities of ⅛ (randomness). Thus rule 110 has a relatively high entropy or state utilization at 2.86 bits. But this does not preclude a substantial fluctuation of state information about entropy and thus a substantial value of complexity. Whereas, maximum entropy would preclude complexity.

An alternative method can be used to obtain the state probabilities when the analytical method used above is unfeasible. Simply drive the system at its inputs (the driver cells) with a random source for many generations and observe the state probabilities empirically. When this is done via computer simulation for 10 million generations the results are as follows:[2]

Information variables for the rule 110 elementary cellular automaton
number of cells 3 4 5 6 7 8 9 10 11 12 13
  (bits) 2.86 3.81 4.73 5.66 6.56 7.47 8.34 9.25 10.09 10.97 11.78
 (bits) 0.56 0.65 0.72 0.73 0.79 0.81 0.89 0.90 1.00 1.01 1.15
  0.20 0.17 0.15 0.13 0.12 0.11 0.11 0.10 0.10 0.09 0.10

Since both   and   increase with system size, their dimensionless ratio  , the relative information fluctuation complexity, is included to better compare systems of different sizes. Notice that the empirical and analytical results agree for the 3-cell automaton and that the relative complexity levels off to about 0.10 by 10 cells.

In the paper by Bates and Shepard,[1]   is computed for all elementary cellular automaton rules and it was observed that the ones that exhibit slow-moving gliders and possibly stationary objects, as rule 110 does, are highly correlated with large values of  .   can therefore be used as a filter to select candidate rules for universal computation, which is difficult to prove.


Applications edit

Although the derivation of the information fluctuation complexity formula is based on information fluctuations in a dynamic system, the formula depends only on state probabilities and so is also applicable to any probability distribution, including those derived from static images or text.

Over the years the original paper[1] has been referred to by researchers in many diverse fields: complexity theory,[3] complex systems science,[4] complex networks,[5] chaotic dynamics,[6] many-body localization entanglement,[7] environmental engineering,[8] ecological complexity,[9] ecological time-series analysis,[10] ecosystem sustainability,[11] air[12] and water[13] pollution, hydrological wavelet analysis,[14] soil water flow,[15] soil moisture,[16] headwater runoff,[17] groundwater depth,[18] air traffic control,[19] flow patterns[20] and flood events,[21] topology,[22] economics,[23] market forecasting of metal[24] and electricity[25] prices, health informatics,[26] human cognition,[27] human gait kinematics,[28] neurology,[29] EEG analysis,[30] education,[31] investing,[32] artificial life[33] and aesthetics.[34]

References edit

  1. ^ a b c d e Bates, John E.; Shepard, Harvey K. (1993-01-18). "Measuring complexity using information fluctuation". Physics Letters A. 172 (6): 416–425. Bibcode:1993PhLA..172..416B. doi:10.1016/0375-9601(93)90232-O. ISSN 0375-9601.
  2. ^ a b c Bates, John E. (2020-03-30). "Measuring complexity using information fluctuation: a tutorial". Research Gate.
  3. ^ Atmanspacher, Harald (September 1997). "Cartesian cut, Heisenberg cut, and the concept of complexity". World Futures. 49 (3–4): 333–355. doi:10.1080/02604027.1997.9972639. ISSN 0260-4027.
  4. ^ Shalizi, Cosma Rohilla (2006), Deisboeck, Thomas S.; Kresh, J. Yasha (eds.), "Methods and Techniques of Complex Systems Science: An Overview", Complex Systems Science in Biomedicine, Topics in Biomedical Engineering International Book Series, Springer US, pp. 33–114, arXiv:nlin/0307015, doi:10.1007/978-0-387-33532-2_2, ISBN 978-0-387-33532-2, S2CID 11972113
  5. ^ Huang, Min; Sun, Zhongkui; Donner, Reik V.; Zhang, Jie; Gua, Shuguang; Zou, Yong (2021-03-09). "Characterizing dynamical transitions by statistical complexity measures based on ordinal pattern transition networks". Chaos: An Interdisciplinary Journal of Nonlinear Science. 31 (3): 033127. doi:10.1063/5.0038876. PMID 33810737. S2CID 232771788.
  6. ^ Wackerbauer, Renate (1995-11-01). "Noise-induced stabilization of the Lorenz system". Physical Review E. 52 (5): 4745–4749. Bibcode:1995PhRvE..52.4745W. doi:10.1103/PhysRevE.52.4745. PMID 9963970.
  7. ^ Hamilton, Gregory A.; Clark, Bryan K. (2023-02-14). "Quantifying unitary flow efficiency and entanglement for many-body localization". Physical Review B. 107 (6): 064203. arXiv:2110.10148. doi:10.1103/PhysRevB.107.064203. S2CID 239024666.
  8. ^ Singh, Vijay P. (2013-01-10). Entropy Theory and its Application in Environmental and Water Engineering. John Wiley & Sons. ISBN 978-1-118-42860-3.
  9. ^ Parrott, Lael (2010-11-01). "Measuring ecological complexity". Ecological Indicators. 10 (6): 1069–1076. doi:10.1016/j.ecolind.2010.03.014. ISSN 1470-160X.
  10. ^ Lange, Holger (2006), "Time-series Analysis in Ecology", eLS, American Cancer Society, doi:10.1038/npg.els.0003276, ISBN 978-0-470-01590-2
  11. ^ Wang, Chaojun; Zhao, Hongrui (2019-04-18). "Analysis of remote sensing time-series data to foster ecosystem sustainability: use of temporal information entropy". International Journal of Remote Sensing. 40 (8): 2880–2894. Bibcode:2019IJRS...40.2880W. doi:10.1080/01431161.2018.1533661. ISSN 0143-1161. S2CID 135003743.
  12. ^ Klemm, Otto; Lange, Holger (1999-12-01). "Trends of air pollution in the Fichtelgebirge Mountains, Bavaria". Environmental Science and Pollution Research. 6 (4): 193–199. doi:10.1007/BF02987325. ISSN 1614-7499. PMID 19005662. S2CID 35043.
  13. ^ Wang, Kang; Lin, Zhongbing (2018). "Characterization of the nonpoint source pollution into river at different spatial scales". Water and Environment Journal. 32 (3): 453–465. doi:10.1111/wej.12345. ISSN 1747-6593. S2CID 115667734.
  14. ^ Labat, David (2005-11-25). "Recent advances in wavelet analyses: Part 1. A review of concepts". Journal of Hydrology. 314 (1): 275–288. Bibcode:2005JHyd..314..275L. doi:10.1016/j.jhydrol.2005.04.003. ISSN 0022-1694.
  15. ^ Pachepsky, Yakov; Guber, Andrey; Jacques, Diederik; Simunek, Jiri; Van Genuchten, Marthinus Th.; Nicholson, Thomas; Cady, Ralph (2006-10-01). "Information content and complexity of simulated soil water fluxes". Geoderma. Fractal Geometry Applied to Soil and Related Hierarchical Systems - Fractals, Complexity and Heterogeneity. 134 (3): 253–266. Bibcode:2006Geode.134..253P. doi:10.1016/j.geoderma.2006.03.003. ISSN 0016-7061.
  16. ^ Kumar, Sujay V.; Dirmeyer, Paul A.; Peters-Lidard, Christa D.; Bindlish, Rajat; Bolten, John (2018-01-01). "Information theoretic evaluation of satellite soil moisture retrievals". Remote Sensing of Environment. 204: 392–400. Bibcode:2018RSEnv.204..392K. doi:10.1016/j.rse.2017.10.016. hdl:2060/20180003069. ISSN 0034-4257. PMC 7340154. PMID 32636571.
  17. ^ Hauhs, Michael; Lange, Holger (2008). "Classification of Runoff in Headwater Catchments: A Physical Problem?". Geography Compass. 2 (1): 235–254. doi:10.1111/j.1749-8198.2007.00075.x. ISSN 1749-8198.
  18. ^ Liu, Meng; Liu, Dong; Liu, Le (2013-09-01). "Complexity research of regional groundwater depth series based on multiscale entropy: a case study of Jiangsanjiang Branch Bureau in China". Environmental Earth Sciences. 70 (1): 353–361. Bibcode:2013EES....70..353L. doi:10.1007/s12665-012-2132-y. ISSN 1866-6299. S2CID 128958458.
  19. ^ Xing, Jing; Manning, Carol A. (April 2005). "Complexity and Automation Displays of Air Traffic Control: Literature Review and Analysis". Archived from the original on June 1, 2022. {{cite journal}}: Cite journal requires |journal= (help)
  20. ^ Wang, Kang; Li, Li (November 2008). "Characterizing Heterogeneous Flow Patterns Using Information Measurements". 2008 First International Conference on Intelligent Networks and Intelligent Systems. pp. 654–657. doi:10.1109/ICINIS.2008.110. S2CID 8867649.
  21. ^ Al Sawaf, Mohamad Basel; Kawanisi, Kiyosi (2020-11-01). "Assessment of mountain river streamflow patterns and flood events using information and complexity measures". Journal of Hydrology. 590: 125508. Bibcode:2020JHyd..59025508A. doi:10.1016/j.jhydrol.2020.125508. ISSN 0022-1694. S2CID 225261677.
  22. ^ Javaheri Javid, Mohammad Ali; Alghamdi, Wajdi; Zimmer, Robert; al-Rifaie, Mohammad Majid (2016), Bi, Yaxin; Kapoor, Supriya; Bhatia, Rahul (eds.), "A Comparative Analysis of Detecting Symmetries in Toroidal Topology" (PDF), Intelligent Systems and Applications: Extended and Selected Results from the SAI Intelligent Systems Conference (IntelliSys) 2015, Studies in Computational Intelligence, Springer International Publishing, pp. 323–344, doi:10.1007/978-3-319-33386-1_16, ISBN 978-3-319-33386-1
  23. ^ Jurado-González, Javier; Gómez-Barroso, José Luis (2022-11-28). "Economic complexity and Information Society paradigms: a hybrid contribution to explain economic growth". Technological and Economic Development of Economy. 28 (6): 1871–1896. doi:10.3846/tede.2022.17104. ISSN 2029-4921. S2CID 254339040.
  24. ^ He, Kaijian; Lu, Xingjing; Zou, Yingchao; Keung Lai, Kin (2015-09-01). "Forecasting metal prices with a curvelet based multiscale methodology". Resources Policy. 45: 144–150. Bibcode:2015RePol..45..144H. doi:10.1016/j.resourpol.2015.03.011. ISSN 0301-4207.
  25. ^ He, Kaijian; Xu, Yang; Zou, Yingchao; Tang, Ling (2015-05-01). "Electricity price forecasts using a Curvelet denoising based approach". Physica A: Statistical Mechanics and Its Applications. 425: 1–9. doi:10.1016/j.physa.2015.01.012. ISSN 0378-4371.
  26. ^ Ahmed, Mosabber Uddin (2021), Ahad, Md Atiqur Rahman; Ahmed, Mosabber Uddin (eds.), "Complexity Analysis in Health Informatics", Signal Processing Techniques for Computational Health Informatics, Intelligent Systems Reference Library, vol. 192, Cham: Springer International Publishing, pp. 103–121, doi:10.1007/978-3-030-54932-9_4, ISBN 978-3-030-54932-9, S2CID 225129992, retrieved 2021-02-01
  27. ^ Shi Xiujian; Sun Zhiqiang; Li Long; Xie Hongwei (2009). "Human Cognitive Complexity Analysis in Transportation Systems". Logistics. Proceedings: 4361–4368. doi:10.1061/40996(330)637. ISBN 9780784409961.
  28. ^ Zhang, Shutao; Qian, Jinwu; Shen, Linyong; Wu, Xi; Hu, Xiaowu (October 2015). "Gait complexity and frequency content analyses of patients with Parkinson's disease". 2015 International Symposium on Bioelectronics and Bioinformatics (ISBB). pp. 87–90. doi:10.1109/ISBB.2015.7344930. ISBN 978-1-4673-6609-0. S2CID 2891655.
  29. ^ Wang, Jisung; Noh, Gyu-Jeong; Choi, Byung-Moon; Ku, Seung-Woo; Joo, Pangyu; Jung, Woo-Sung; Kim, Seunghwan; Lee, Heonsoo (2017-07-13). "Suppressed neural complexity during ketamine- and propofol-induced unconsciousness". Neuroscience Letters. 653: 320–325. doi:10.1016/j.neulet.2017.05.045. ISSN 0304-3940. PMID 28572032. S2CID 13767209.
  30. ^ Bola, Michał; Orłowski, Paweł; Płomecka, Martyna; Marchewka, Artur (2019-01-30). "EEG signal diversity during propofol sedation: an increase in sedated but responsive, a decrease in sedated and unresponsive subjects". bioRxiv: 444281. doi:10.1101/444281. S2CID 214726084.
  31. ^ Dilger, Alexander (2012-01-01). "Endogenous complexity, specialisation and general education". On the Horizon. 20 (1): 49–53. doi:10.1108/10748121211202062. ISSN 1074-8121.
  32. ^ Ivanyuk, Vera Alekseevna (2015). "Dynamic strategic investment portfolio management model". elibrary.ru.
  33. ^ Peña, Eric; Sayama, Hiroki (2021-05-02). "Life Worth Mentioning: Complexity in Life-Like Cellular Automata". Artificial Life. 27 (2): 105–112. doi:10.1162/artl_a_00348. PMID 34727158. S2CID 240424110.
  34. ^ Javaheri Javid, Mohammad Ali (2019-11-30). Aesthetic Automata: Synthesis and Simulation of Aesthetic Behaviour in Cellular Automata (doctoral thesis). Goldsmiths, University of London. doi:10.25602/gold.00027681.