Chialvo map: Difference between revisions
Lindsey40186 (talk | contribs) v2.04 - Fix errors for CW project (Heading ends with a colon - Bogus image options) |
General fixes, added orphan, uncategorised tags |
||
Line 1: | Line 1: | ||
{{Orphan|date=August 2022}} |
|||
[[File:Chaotic_act_variable.png|400x400px|Activation variable as a function of time for the chaotic regime|thumb]] |
[[File:Chaotic_act_variable.png|400x400px|Activation variable as a function of time for the chaotic regime|thumb]] |
||
[[File:Chaotic_regime.png|400x400px|Solution for the Chialvo map equations for the chaotic regime|thumb]] |
[[File:Chaotic_regime.png|400x400px|Solution for the Chialvo map equations for the chaotic regime|thumb]] |
||
Line 11: | Line 13: | ||
<math display="block">\begin{align} x_{n+1} = & f(x_n,y_n) = x_n^2 \exp{(y_n-x_n)}+k \\ y_{n+1} =& g(x_n,y_n) = ay_n-bx_n+c \\ \end{align}</math> |
<math display="block">\begin{align} x_{n+1} = & f(x_n,y_n) = x_n^2 \exp{(y_n-x_n)}+k \\ y_{n+1} =& g(x_n,y_n) = ay_n-bx_n+c \\ \end{align}</math> |
||
in which, <math>x</math> is called activation or action potential variable, and <math>y</math> is the recovery variable. The model has four parameters, <math>k</math> is a time-dependent additive perturbation or a constant bias, <math>a</math> is the time constant of recovery <math>(a<1)</math>, <math>b</math> is the activation-dependence of the recovery process <math>(b<1)</math> and <math>c</math> is an offset constant. The model has a rich dynamics, presenting from oscillatory to chaotic behavior. |
in which, <math>x</math> is called activation or action potential variable, and <math>y</math> is the recovery variable. The model has four parameters, <math>k</math> is a time-dependent additive perturbation or a constant bias, <math>a</math> is the time constant of recovery <math>(a<1)</math>, <math>b</math> is the activation-dependence of the recovery process <math>(b<1)</math> and <math>c</math> is an offset constant. The model has a rich dynamics, presenting from oscillatory to chaotic behavior. |
||
== Analysis == |
== Analysis == |
||
Line 20: | Line 22: | ||
=== Fixed points === |
=== Fixed points === |
||
Considering the case where <math>k=0</math> and <math>b<<a</math> the model mimics the lack of ‘voltage-dependence inactivation’ for real neurons and the evolution of the recovery variable is fixed at <math>y_{f0}</math>. Therefore, the dynamics of the activation variable is basically described by the iteration of the following equations |
Considering the case where <math>k=0</math> and <math>b<<a</math> the model mimics the lack of ‘voltage-dependence inactivation’ for real neurons and the evolution of the recovery variable is fixed at <math>y_{f0}</math>. Therefore, the dynamics of the activation variable is basically described by the iteration of the following equations |
||
<math>\begin{align} x_{n+1} = & f(x_n,y_{f0}) = x^2_n exp (r - x_n) |
<math>\begin{align} x_{n+1} = & f(x_n,y_{f0}) = x^2_n exp (r - x_n) |
||
\\ r = & y_{f0} = c/(1-a) \\ \end{align}</math> |
\\ r = & y_{f0} = c/(1-a) \\ \end{align}</math> |
||
⚫ | |||
⚫ | |||
== Examples == |
== Examples == |
||
=== Example 1 === |
=== Example 1 === |
||
A practical implementation is the combination of <math>N</math> neurons over a lattice, for that, it can be defined <math>0>d<1</math> as a coupling constant for combining the neurons. For neurons in a single row, we can define the evolution of action potential on time by the diffusion of the local temperature <math>x</math> in: |
A practical implementation is the combination of <math>N</math> neurons over a lattice, for that, it can be defined <math>0>d<1</math> as a coupling constant for combining the neurons. For neurons in a single row, we can define the evolution of action potential on time by the diffusion of the local temperature <math>x</math> in: |
||
<math>x_{n+1}^i = (1-d)f(x_n^i) + (d/2)[f(x_n^{i+1}) + f(x_n^{i-1})]</math> |
<math>x_{n+1}^i = (1-d)f(x_n^i) + (d/2)[f(x_n^{i+1}) + f(x_n^{i-1})]</math> |
||
where <math>n</math> is the time step and <math>i</math> is the index of each neuron. For the values <math>a=0.89</math>, <math>b=0.6</math>, <math>c=0.28</math> and <math>k=0.02</math>, in absence of perturbations they are at the resting state. If we introduce a stimulus over cell 1, it induces two propagated waves circulating in opposite directions that eventually collapse and die in the middle of the ring. |
where <math>n</math> is the time step and <math>i</math> is the index of each neuron. For the values <math>a=0.89</math>, <math>b=0.6</math>, <math>c=0.28</math> and <math>k=0.02</math>, in absence of perturbations they are at the resting state. If we introduce a stimulus over cell 1, it induces two propagated waves circulating in opposite directions that eventually collapse and die in the middle of the ring. |
||
Line 40: | Line 39: | ||
=== Example 2 === |
=== Example 2 === |
||
Analogous to the previous example, it’s possible create a set of coupling neurons over a 2-D lattice, in this case the evolution of action potentials is given by: |
Analogous to the previous example, it’s possible create a set of coupling neurons over a 2-D lattice, in this case the evolution of action potentials is given by: |
||
<math>x_{n+1}^{i,j} = (1-d)f(x_n^{i,j}) + (d/4)[f(x_n^{i+1,j}) + f(x_n^{i-1,j})+f(x_n^{i,j+1}) + f(x_n^{i,j-1})]</math> |
<math>x_{n+1}^{i,j} = (1-d)f(x_n^{i,j}) + (d/4)[f(x_n^{i+1,j}) + f(x_n^{i-1,j})+f(x_n^{i,j+1}) + f(x_n^{i,j-1})]</math> |
||
⚫ | where <math>i</math>, <math>j</math>, represent the index of each neuron in a square lattice of size <math>I</math>, <math>J</math>. With this example spiral waves can be represented for specific values of parameters. In order to visualize the spirals, we set the initial condition in a specific configuration <math>x^{ij}=i*0.0033</math> and the recovery as <math>y^{ij}=y_f-(j * 0.0066)</math>. |
||
⚫ | where <math>i</math>, <math>j</math>, represent the index of each neuron in a square lattice of size <math>I</math>, <math>J</math>. With this example spiral waves can be represented for specific values of parameters. In order to visualize the spirals, we set the initial condition in a specific configuration <math>x^{ij}=i*0.0033</math> and the recovery as <math>y^{ij}=y_f-(j * 0.0066)</math>. |
||
[[File:SpiralChialvomap.gif|center|thumb|400x400px|Example of spiral waves for the Two-dimensional Chialvo map in 100 x 100 lattice and parameters a=0.89, b=0.6, c= 0.26, and k=0.02.]] |
[[File:SpiralChialvomap.gif|center|thumb|400x400px|Example of spiral waves for the Two-dimensional Chialvo map in 100 x 100 lattice and parameters a=0.89, b=0.6, c= 0.26, and k=0.02.]] |
||
Line 60: | Line 57: | ||
[[File:Chialvo_map_for_an_Neuron.png|center|thumb|400x400px|Evolution of <math>x</math> as a function of parameter <math>b</math> for a Chialvo map neuron. Parameters: <math>a=0.89</math>, <math>c=0.28</math>, <math>k=0.026</math>, and <math>b</math> from <math>0.16</math> to <math>0.4</math>.]] |
[[File:Chialvo_map_for_an_Neuron.png|center|thumb|400x400px|Evolution of <math>x</math> as a function of parameter <math>b</math> for a Chialvo map neuron. Parameters: <math>a=0.89</math>, <math>c=0.28</math>, <math>k=0.026</math>, and <math>b</math> from <math>0.16</math> to <math>0.4</math>.]] |
||
[[File:Chialvomal_aneuron.gif|center|thumb|400x400px|GIF: Evolution of <math>x</math> as a function of parameter <math>b</math> for a Chialvo map neuron. Parameters: <math>a=0.89</math>, <math>c=0.28</math>, <math>k=0.026</math>, and <math>b</math> from <math>0.16</math> to <math>0.4</math>.]]<!-- Important, do not remove this line before article has been created. --> |
[[File:Chialvomal_aneuron.gif|center|thumb|400x400px|GIF: Evolution of <math>x</math> as a function of parameter <math>b</math> for a Chialvo map neuron. Parameters: <math>a=0.89</math>, <math>c=0.28</math>, <math>k=0.026</math>, and <math>b</math> from <math>0.16</math> to <math>0.4</math>.]]<!-- Important, do not remove this line before article has been created. --> |
||
== References == |
== References == |
||
Line 66: | Line 62: | ||
<!-- categories go here --> |
<!-- categories go here --> |
||
{{Uncategorized|date=August 2022}} |
Revision as of 05:04, 21 August 2022
The Chialvo map is a two-dimensional map that captures the excitable behavior of neurons. It was proposed by Dante R. Chialvo in 1995.[1] The model is used to simulate the activity of one neuron and by using few parameters is able to mimic generic neuronal dynamics.
The model
The model is an iterative map where at each time step, the behavior of one neuron is updated as the following equations:
in which, is called activation or action potential variable, and is the recovery variable. The model has four parameters, is a time-dependent additive perturbation or a constant bias, is the time constant of recovery , is the activation-dependence of the recovery process and is an offset constant. The model has a rich dynamics, presenting from oscillatory to chaotic behavior.
Analysis
Bursting and chaos
The map is able to capture the aperiodic solutions and the bursting behavior which are remarkable in the context of neural systems. For example, for the values , and and changing b from to the system passes from oscillations to aperiodic bursting solutions.
Fixed points
Considering the case where and the model mimics the lack of ‘voltage-dependence inactivation’ for real neurons and the evolution of the recovery variable is fixed at . Therefore, the dynamics of the activation variable is basically described by the iteration of the following equations
in which as a function of has a period-doubling bifurcation structure.
Examples
Example 1
A practical implementation is the combination of neurons over a lattice, for that, it can be defined as a coupling constant for combining the neurons. For neurons in a single row, we can define the evolution of action potential on time by the diffusion of the local temperature in:
where is the time step and is the index of each neuron. For the values , , and , in absence of perturbations they are at the resting state. If we introduce a stimulus over cell 1, it induces two propagated waves circulating in opposite directions that eventually collapse and die in the middle of the ring.
Example 2
Analogous to the previous example, it’s possible create a set of coupling neurons over a 2-D lattice, in this case the evolution of action potentials is given by:
where , , represent the index of each neuron in a square lattice of size , . With this example spiral waves can be represented for specific values of parameters. In order to visualize the spirals, we set the initial condition in a specific configuration and the recovery as .
The map can also present chaotic dynamics for certain parameter values. In the following figure we show the chaotic behavior of the variable on a square network of for the parameters , , and .
The map can be used to simulated an nonquenched disordered lattice (as in Ref [2]), where each map connects with four nearest neighbors on a square lattice, and in addition each map has a probability of connecting to another one randomly chosen, multiple coexisting circular excitation waves will emerge at the beginning of the simulation until spirals takes over.
Chaotic and periodic behavior for a neuron
For a neuron, in the limit of , the map becomes 1D, since converges to a constant. If the parameter is scanned in a range, different orbits will be seen, some periodic, others chaotic, that appear between two fixed points, one at ; and the other close to the value of (which would be the regime excitable).
References
- ^ Chialvo, Dante R. (1995-03-01). "Generic excitable dynamics on a two-dimensional map". Chaos, Solitons & Fractals. Nonlinear Phenomena in Excitable Physiological Systems. 5 (3): 461–479. doi:10.1016/0960-0779(93)E0056-H. ISSN 0960-0779.
- ^ Sinha, Sitabhra; Saramäki, Jari; Kaski, Kimmo (2007-07-09). "Emergence of self-sustained patterns in small-world excitable media". Physical Review E. 76 (1): 015101. doi:10.1103/PhysRevE.76.015101. ISSN 1539-3755.
This article has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar articles. (August 2022) |