Nicholas S Szczecinski1, Alexander J Hunt2, Roger D Quinn1. 1. Biologically Inspired Robotics Laboratory, Department of Mechanical and Aerospace Engineering, Case Western Reserve University, Cleveland, OH, United States. 2. Department of Mechanical and Materials Engineering, Portland State University, Portland, OR, United States.
Abstract
A dynamical model of an animal's nervous system, or synthetic nervous system (SNS), is a potentially transformational control method. Due to increasingly detailed data on the connectivity and dynamics of both mammalian and insect nervous systems, controlling a legged robot with an SNS is largely a problem of parameter tuning. Our approach to this problem is to design functional subnetworks that perform specific operations, and then assemble them into larger models of the nervous system. In this paper, we present networks that perform addition, subtraction, multiplication, division, differentiation, and integration of incoming signals. Parameters are set within each subnetwork to produce the desired output by utilizing the operating range of neural activity, R, the gain of the operation, k, and bounds based on biological values. The assembly of large networks from functional subnetworks underpins our recent results with MantisBot.
A dynamical model of an animal's nervous system, or synthetic nervous system (SNS), is a potentially transformational control method. Due to increasingly detailed data on the connectivity and dynamics of both mammalian and insect nervous systems, controlling a legged robot with an SNS is largely a problem of parameter tuning. Our approach to this problem is to design functional subnetworks that perform specific operations, and then assemble them into larger models of the nervous system. In this paper, we present networks that perform addition, subtraction, multiplication, division, differentiation, and integration of incoming signals. Parameters are set within each subnetwork to produce the desired output by utilizing the operating range of neural activity, R, the gain of the operation, k, and bounds based on biological values. The assembly of large networks from functional subnetworks underpins our recent results with MantisBot.
The development of robotic control that can closely match the dexterity and adaptability found in the animal kingdom has so far remained elusive. This is because the control of locomotion is a complex process controlled by dynamic systems which are not fully understood. However, recent advances in neural imaging and recording has lead to an increase in the abundance and detail of our knowledge of how an animal’s nervous system controls its body within the context of its environment (for a recent review, see Buschmann et al. (2015)).These advances have lead to an explosion of bio-inspired robotic systems in recent years (for a review, see Ijspeert (2014)). These models can be broadly categorized into a range of template and anchor models. In a template model, biological principles are abstracted, such using as a spring-loaded inverted pendulum (SLIP) model to investigate bipedal locomotion (Blickhan, 1989) or using Whegs to investigate insect locomotion (Allen et al., 2003; Schroer et al., 2004). These models seek to explain how specific characteristics of animal locomotion lead to desired behaviors, or they exploit certain principles of animal locomotion for more agile robotic systems. Anchor models, in contrast, seek to directly mimic particular mechanical or control mechanisms from animals, in order to understand how they function. Robots such as Pleurobot (Karakasiliotis et al., 2016), Puppy (Hunt et al., 2017), MantisBot (Szczecinski and Quinn, 2017; Szczecinski et al., 2017a), and others are relevant anchor models, because they seek to use highly articulated robots with central pattern generator controllers to understand how specific animals are capable of providing adaptable locomotion with their unique morphology and physical constraints.The template versus anchor model distinction is not limited to physical models; it can also be applied to control systems. The majority of robotic controllers so far have been template models, either mathematical abstractions of neural systems, or black box artificial neural networks. This is because effective tools for setting parameters in more realistic, dynamic neural models to produce reliable behavior in a robotic system do not yet exist. In spite of growing knowledge about the neural connectivity that underlies locomotion control, detailed data for tuning these systems (neural time constants, ion channel conductivities, synaptic conductivities, etc.) remain largely unavailable, requiring the modeler or engineer to tune these parameter values. However, this is an inherently difficult task because there are many parameters to be tuned in a model, and likely many different parameter combinations that lead to indistinguishable performance (Prinz et al., 2004; Marder and Taylor, 2011). Thus, the emphasis in choosing parameter values should not be on selecting the singular “correct” values, but rather sufficiently “effective” values. In this work, we tune parameter values in functional subnetworks for addition, subtraction, multiplication, division, differentiation, and integration of incoming signals and use analytical techniques to identify constraints on the parameter values that must be met for the intended calculations to occur. Larger networks can then be assembled from these subnetworks with no additional tuning (Szczecinski and Quinn, 2017; Szczecinski et al., 2017a). In this manuscript, “tuning” refers to selecting the static parameter values for a network; “learning” refers to changing the parameter values while the model performs a task, either in simulation or in a robot, based on its performance; and “adapting” refers to a model qualitatively changing its behavior (e.g., walking more slowly), either with or without “learning.”Neuromechanical models may be tuned in a supervised or unsupervised way. A supervised tuning method adjusts the parameters of the model until the model replicates animal data. This includes tuning the model by hand (Daun-Gruhn and Tóth, 2010; Szczecinski et al., 2014; Markin et al., 2016), which is a time-consuming and imprecise process. Such imprecision may be acceptable in simulation studies, but provides many difficulties for robots that must interact with real environments. Techniques do exist for tuning controllers based on animal locomotion data (Schilling et al., 2013; Hunt et al., 2015b, 2017; Karakasiliotis et al., 2016). However, collecting kinematic and dynamic data from animals is time-consuming and expensive, and once collected, must be further processed to scale the dynamics of the animal to the robot (Karakasiliotis et al., 2016; Hunt et al., 2017). In addition, using cross-individual average values for tuning dynamical neural models may fail in many cases, because the average may not represent any one individual (Golowasch et al., 2002; Marder and Taylor, 2011). Large amounts of animal data may be used to tune a control network of abstracted artificial neural networks (Schilling et al., 2013). Methods like back-propagation can be used to adjust synaptic weights in the network until it captures the animal data arbitrarily closely, if it has enough connections (Trappenberg, 2009). However, because the control network is abstracted, so are the biological insights gained from the model.Unsupervised tuning methods, in contrast, tune the model based on how well the model accomplishes a task, such as navigating toward a goal, without comparison to animal data. These methods frequently use genetic algorithms (GAs) (Beer and Gallagher, 1992; Haferlach et al., 2007; Agmon and Beer, 2013; Izquierdo and Beer, 2013) or reservoir computing (RC) (Dasgupta et al., 2015) to test many different networks and parameter values, based on a simulated agent’s performance. GAs can be effective at finding networks that perform specific operations, such as oscillating (Beer and Gallagher, 1992), navigating (Haferlach et al., 2007), or switching between foraging tasks (Agmon and Beer, 2013). However, this approach has some drawbacks. Specifically, the evolution process is slow, requiring the simulation of hundreds or thousands of parameter combinations (Agmon and Beer, 2013), which may take days without great computing power. The speed and likelihood of success can be increased by embedding functional subnetworks in the network (Pasemann et al., 2001; Haferlach et al., 2007), which may be identified by brute-force (Prinz et al., 2003), dynamical systems analysis (Hunt et al., 2017), or constraints on network connectivity and parameter values (Haferlach et al., 2007). In this paper, we analytically derive parameter constraints to eliminate the need for GAs altogether, and guarantee network performance.RC methods simulate large “reservoirs” of randomly connected dynamical neuron models, and then use optimization methods to map reservoir activity to learned useful values. While this method can produce capable robotic controllers (Dasgupta et al., 2015), the final system is likely more complicated than is ultimately necessary, increasing its computational cost to implement. In addition, the final system is a black box, which does not provide any insights about nervous system function. The methods in this paper enable the direct assembly and tuning of dynamical networks without the need of large reservoirs of neurons.This work analytically derives constraints that govern the behavior of synthetic nervous systems (SNSs) built from dynamical neural networks. These constraints were derived as a result of our previous network design work (Szczecinski et al., 2017b) and have enabled the rapid assembly and testing of our recent robot control networks (Szczecinski and Quinn, 2017; Szczecinski et al., 2017a). An SNS designer can apply these constraints to find parameter values needed for a functional network. Section 2 presents the neural and synaptic models and explains how the neural system encodes mechanical inputs and outputs. Section 3 derives two basic synapse types, “signal transmission” and “signal modulation,” and uses them to derive constraints on synaptic parameters in networks performing addition, subtraction, multiplication, and division of two incoming signals. Section 4 derives constraints on neural and synaptic parameters in networks that differentiate and integrate incoming signals as a function of time. Results showing that the networks perform as intended are provided throughout the manuscript, and Tables 1 and 2 summarize the design constraints. Finally, Sec. 6 explores how these techniques may be used to tune robot controllers and neuromechanical models of animals, and how they may be improved in the future.
Table 1
This table assumed that the designer has already selected a value of R for the subnetwork.
Operation
Componentpathways
Constraint equations
Free parameters
Addition
Syn. 1,
gs,1=ksyn,1⋅RΔEs,1−ksyn,1⋅R
ksyn,1
transmission
ΔEs,1 − ksyn,1⋅R > 0
ΔEs,1, maximize
Syn. 2,
gs,2=ksyn,2⋅RΔEs,2−ksyn,2⋅R
ksyn,2
transmission
ΔEs,2 − ksyn,2⋅R > 0
ΔEs,2, maximize
Subtraction
Syn. 1,
gs,1=ksyn⋅RΔEs,1−ksyn⋅R
ksyn
transmission
ΔEs,1 − ksyn⋅R > 0
ΔEs,1, maximize
Syn. 2,
gs,2=ΔEs,1ΔEs,2⋅−ksyn⋅RΔEs,1−ksyn⋅R
ΔEs,2, minimize
transmission
Division
Syn. 1,
gs,1=ksyn⋅RΔEs,1−ksyn⋅R
csyn
transmission
ksyn = 1
ΔEs,1, maximize
ΔEs,1 − ksyn⋅R > 0
Syn. 2,
gs,2=csyn⋅R−RΔEs,2−csyn⋅R
modulation
ΔEs,2 = 0
0 < csyn < 1
Multiplication
Syn. 1,
gs,1=ksyn⋅RΔEs,1−ksyn⋅R
transmission
ksyn = 1
ΔEs,1 − ksyn⋅R > 0
ΔEs,1, maximize
Syn. 2,
gs,2=−RΔEs,2
modulation
ΔEs,2 < 0
ΔEs,2, maximize
Syn. 3,
gs,3 = gs,2
modulation
ΔEs,3 = ΔEs,2
In this table, “minimize” refers to making a value as negative as possible and “maximize” refers to making a value as positive as possible.
Table 2
This table assumed that the designer has already selected a value of R for the subnetwork.
Operation
Components
Constraints and useful relations
Free parameters
Differentiation
Neuron 1
Cm,1 < Cm,2
τd
Neuron 2
Cm,2 = τd
kd
Cm,1 = Cm,2 − kd
Syn. 1,
ksyn = 1/kd
ΔEs,1, maximize
transmission
gs,1=ksyn⋅RΔEs,1−ksyn⋅R
ΔEs,1 − ksyn⋅R > 0
Syn. 2,
gs,2=ΔEs,1ΔEs,2⋅−ksyn⋅RΔEs,1−ksyn⋅R
ΔEs,2, minimize
transmission
Integration
Neuron 1
Iapp,1 = R
ki,mean
Cm,1=12⋅ki,mean
Neuron 2
Iapp,2 = R
Cm,1 = Cm,2
Syn. 1,
ΔEs,1=−Rgs,1
ki,range
transmission
gs,1=2⋅Cm,11∕ki,range−Cm,1
Syn. 2,
gs,2 = gs,1
transmission
ΔEs,2 = ΔEs,1
In this table, “minimize” refers to making a value as negative as possible and “maximize” refers to making a value as positive as possible.
This table assumed that the designer has already selected a value of R for the subnetwork.In this table, “minimize” refers to making a value as negative as possible and “maximize” refers to making a value as positive as possible.This table assumed that the designer has already selected a value of R for the subnetwork.In this table, “minimize” refers to making a value as negative as possible and “maximize” refers to making a value as positive as possible.
Methods: Models and Approach
We model neurons as non-spiking Hodgkin–Huxley compartments (Cofer et al., 2010), the same basic model as used in continuous-time recurrent neural networks (Haferlach et al., 2007; Agmon and Beer, 2013). The leaky integrator dynamics capture the most basic behavior of neurons and allow more complex behaviors to be added with additional ion channels, if desired. This work is not concerned with the specifics on how action potentials are generated and have left out Hodgkin–Huxley sodium and potassium currents. The membrane voltage, V, may be seen as a proxy for the spiking frequency of a spiking neuron. V varies according to the differential equation
where
and I is an optional external stimulus. Equations (2) and (3) define the leak and synaptic currents, respectively. Both follow the same basic form of a conductance G multiplied by the difference between the current membrane voltage, V, and a constant reference voltage (i.e., reversal potential), E. E is the resting potential of the neuron, and C and G are the capacitance and conductance of the cell membrane, respectively. Unless otherwise noted, all units in this paper are scaled to nA for current, mV for potentials, nF for capacitances, and μS for conductances.Neurons communicate via synapses. The conductance, G in equation (3), is a threshold linear function of the ith incoming (i.e., presynaptic) neuron’s voltage. Synapses communicate via piecewise-linear functions described asThe parameters g, and E are constants representing the synapse’s maximum conductance, its lower threshold, and its upper threshold, respectively. The relationship between the presynaptic neuron voltage, synaptic conductance, and postsynaptic neuron voltage is illustrated in Figure 1A.
Figure 1
Graphical representation of synaptic dynamics and mapping between mechanical and neural values. (A) Graphical representation of how synapses couple neural dynamics. Note that R is marked on the plot. (B) Enhanced version of the motor control network from Szczecinski et al. (2017b), showing how R relates mechanical and neural values. Mechanical values are drawn in red, and neural values are drawn in blue. Gray shaded boxes map from mechanical to neural values (i. and ii.), or from neural to mechanical values (iii.).
Graphical representation of synaptic dynamics and mapping between mechanical and neural values. (A) Graphical representation of how synapses couple neural dynamics. Note that R is marked on the plot. (B) Enhanced version of the motor control network from Szczecinski et al. (2017b), showing how R relates mechanical and neural values. Mechanical values are drawn in red, and neural values are drawn in blue. Gray shaded boxes map from mechanical to neural values (i. and ii.), or from neural to mechanical values (iii.).We prefer this piecewise-linear representation better than a sigmoidal function for several reasons. First, the thresholds ensure that for low activations, synapses conduct exactly 0 current. This could represent a reduced model of a spiking neuron, which transmits no information while it is not spiking. Second, equation (4) contains no transcendental terms, facilitating analytical manipulation of the equations. A discontinuous system does complicate traditional gradient-based optimization methods, but this structure can be exploited to make these methods unnecessary. In the following sections, we show how networks of three or four neurons with synapses between them can be constructed and analytically tuned to perform mathematical operations on the input signals, such as addition or differentiating with respect to time.Instead of analyzing V when designing these networks, we shift the neural activity to simplify analysis. For each neuron, we substitute U = V − E, the activation level above the resting voltage. A typical value is E = −60 mV, but using U for analysis rather than V lets us apply the same analysis no matter what E is. We also set G = 1 μS, which is a typical value (Daun-Gruhn et al., 2009; Daun-Gruhn, 2010).For the synapses, we set E = E of the presynaptic neuron, and introduce a new parameter R = E − E. Thus, a synapse’s conductivity rises as the presynaptic neuron’s voltage rises above its resting potential, and exhibits an “operating range” of R mV. The constraints we apply ensure that U ∈ [0, R], meaning that the synapse is always active, but never saturates. Thus, we can replace G with the second line of equation (4). Applying the substitutions described so far,For each synapse, we also introduce the parameter ΔE = E − E, where E is the resting potential of the postsynaptic, or receiving neuron.Making all of these substitutions in equations (1)–(3) gives the responseWhen U = R, the neuron is fully active, and when U = 0, the neuron is inactive. We can use this knowledge to categorize synapses as excitatory or inhibitory, depending on the sign of ΔE. If ΔE ≥ R, then the ith synapse will always transmit positive current, no matter the instantaneous value of U. Thus, this synapse will cause U to increase and is, therefore, excitatory. Similarly, if ΔE ≤ 0, then the ith synapse will always transmit negative current, no matter the instantaneous value of U. Thus, this synapse will cause U to decrease and is, therefore, inhibitory.
Mapping between Neural and Mechanical Values
The nervous system encodes physical quantities as neural activity. In insects, the firing rate of sensory neurons encode the stretch of chordotonal organs (Field and Matheson, 1998) and the strain of campaniform sensilla (Zill et al., 2004), among other physical quantities. Typical robot controllers perform operations on these signals to provide meaningful information for control actions. These operations may include the subtraction of measured and reference values, differentiation or integration of error values, or gain adjustments. Neural systems perform these same operations, but in a transformed space. The exact transformation that nervous systems use is not known, but for reliable behavior, it is necessary that sensory information is mapped to neural activity in apredictable way. Thus, we map any sensory input, θ, to an applied current
where R is the “operating range” specified in the previous section. Figure 1B illustrates such a transformation within a diagram of a neural feedback loop that controls the position of a motor. The purpose of this paper is not to analyze how this particular network functions; for a detailed analysis of this network and its function, see Szczecinski et al. (2017b). Instead, the purpose is to show how R and other functional values (time constants, gains, etc.) may be used to constrain neural and synaptic parameter values.Figure 1B (i,ii) graphically illustrate the mapping in equation (7), and Figure 1B (iii) graphically illustrates the inverse relationship (i.e., neural value to mechanical value). If a sensory neuron has only this applied current and leak current, equation (6) shows thatThis means that the sensory neuron acts as a low-pass filter with time constant τ = C. It is trivial to show that, when the neuron is at equilibrium (i.e., dU/dt = 0),
where the superscript “∗” specifies the equilibrium value. (Throughout this manuscript, the equilibrium activation of neuron U will be referred to as U*, and the neuron itself will be referred to as U.) Equation (9) means that the neuron’s activation above its rest potential encodes the sensory signal. In addition to perceiving sensory information, commands must be issued in the same transformation. Thus, we map the commanded sensory quantity, θcomm, to the commanded neural activation, Ucomm, with the inverse function of equation (9),In this way, the nervous system may specify an intended motion, such as the rotation of a joint, encoded in neural activity. In our synthetic nervous systems, R specifies how mechanical quantities and neural activation are related. Thus, the tuning of every functional subnetwork described in this work relies on R, which the designer specifies before tuning the rest of the network. Two other parameters are critical for tuning these subnetworks: the amplification of synaptic transmission, k (discussed in Sec. 3.1), and the synaptic reversal potential, ΔE. From these values, biological parameters such as synaptic conductance and neural tonic drive can be directly calculated. This makes network design intuitive, enabling the designer to select biological parameter values based on functional ones.
Methods: Arithmetic Subnetworks
This section describes how to use typical engineering quantities to design neural and synaptic pathways. We can understand how these pathways work by manipulating their equilibria, something that naive optimization does not leverage. The steady-state activation U* is calculated by solving for U when dU/dt = 0Moving all U* terms to the left hand sideSolving for U*,This solution is the basis for the remainder of Sec. 3.
Signal Transmission Pathways
The goal of a signal transmission pathway is to cause the postsynaptic neuron’s voltage to be some ratio of the presynaptic neuron’s voltage. We call this ratio k. The U terms in the denominator of the right hand side of equation (13) mean that k changes as U changes, so we approximate k as U/U when the presynaptic neuron is fully activated (i.e., U = R). The steady-state response of a neuron with a single synaptic input and no applied current can be written based on equation (13), as below:To find k for this synapse, we first divide both sides of equation (14) by U,Next, we want to find k, which can be calculated for any value of U. To simplify analysis and improve the clarity of this derivation, we set find k when U = R. Then, we show how to set parameter values to keep k nearly constant, even as U changes. Making this substitution,Finally, reducing R/R terms revealsRearranging to solve for g,Because g must be positive, and the numerator of equation (18) is always positive, equation (18) is also subject to the constraintEquation (18) will be used to tune addition, subtraction, multiplication, and division networks (Secs. 3.3 through 3.6).
Signal Modulation Pathways
We may also use synapses to modulate a neuron’s sensitivity to other inputs. Based on equation (13), the steady-state response of a neuron with only an applied current I is simply
if we set G = 1. For example, this is the case for a sensory neuron that receives applied current proportional to a sensor’s state, such as a joint angle (Figure 1B), muscle stretch, or touch sensor. However, the nervous system may need to actively increase or reduce the sensitivity of the sensory neuron depending on context. Hyperpolarizing or depolarizing the neuron, however, would cause sensory information to be truncated (i.e., V < E). We can change the sensitivity of this neuron without losing sensory information by adding a synaptic input to the response from equation (20):To quantify how U modulates for a given I, we introduce the parameter c, which quantifies this degree of modulation. We define c as , the same as k, but with the understanding that U will decrease in this case. Dividing both sides of equation (21) by U and using the definition of c,As in the previous section, we will solve for c when U = R to simplify analysis. Making this substitution and reducing R/R terms,Multiplying both sides by the denominator of the right hand side and expanding,Collecting g terms on the left hand side,Solving equation (25) for g,Just as in Sec. 3.1, g > 0 depends only on R, which the designer specifies beforehand, ΔE, which is limited by biological constraints, and c, which the designer picks based on network function. ΔE should be negative, and as close to 0 as possible to minimize hyperpolarization of the postsynaptic neuron. Equation (26) will be used to tune division and multiplication networks (Secs. 3.5 and 3.6).
Addition
A subnetwork that approximates linear addition of the form may underlie positive feedback mechanisms, which increase motor neuron activation proportional to sensory inputs such as force sensing organs (Zill et al., 2004), or used to sum sensory signals from different body segments (Mittelstaedt, 1957). We construct such a network by using two Signal Transmission pathways as presented in Sec. 3.1.Let us rewrite equation (13) here, for clarity:This equation shows U in both the numerator and denominator. To capture addition, we wish to minimize the impact of U on the denominator. This is accomplished by minimizing g. However, if g = 0, then the network will not function at all. Therefore, we instead maximize ΔE, which yields a small g (equation (18)). Mathematically, there is no limit on ΔE, but synaptic potentials are limited in biological systems. In our work, we choose the reversal potential of calcium (E = 134 mV), which yields ΔE = E − E = 134 − (−60) = 194 mV, and specify R = 20 mV. To design a pathway where k = 1, for example, we plug these values into equation (18), which gives g = 115 nS. The contour plots in Figure 2A show that the network matches the ideal behavior very closely over the operating range U ∈ [0, R]. These design constraints are summarized in Table 1.
Figure 2
Data demonstrating the function of arithmetic networks. Each contour plot represents cross sections of the response surface, as depicted at the top. The network diagram, relevant parameters, and data are shown for addition (A), subtraction (B), division (C), and multiplication (D). Triangular synaptic terminations stand for excitatory inputs, and filled round terminations stand for inhibitory inputs. For each operation, the contour on the right is the ideal output, and the contour on the left is the actual operation for the parameter values listed. Free parameters from Table 1 are highlighted in gray.
Data demonstrating the function of arithmetic networks. Each contour plot represents cross sections of the response surface, as depicted at the top. The network diagram, relevant parameters, and data are shown for addition (A), subtraction (B), division (C), and multiplication (D). Triangular synaptic terminations stand for excitatory inputs, and filled round terminations stand for inhibitory inputs. For each operation, the contour on the right is the ideal output, and the contour on the left is the actual operation for the parameter values listed. Free parameters from Table 1 are highlighted in gray.
Subtraction
A subnetwork that approximates linear subtraction of the form may underlie negative feedback mechanisms, which are important for controlling many parameters in locomotion (Pearson, 1993; Peterka, 2003; Buschmann et al., 2015). Just as in the previous section, equation (18) is used to find g for each pathway.Designing a subtraction network requires that we pay attention to how the two synapses affect one another. Since the reversal potentials of hyperpolarizing ion channels are not much more negative than typical resting potentials, larger g values are required to transmit information than for depolarizing ion channels. This makes it harder to minimize g like we did in the previous section. Equation (13) enables us to constrain g such that when U = R and U = R, . Starting with the neuron response in equation (13) for two synaptic currents and no applied current,Substituting in U = R, U = R, and ,Substituting equation (18) for g,To be physically realizable, g > 0. Because g > 0 and ΔE > 0, g > 0 if and only if ΔE < 0. Thus, it is critical that ΔE < 0.Just as for the addition network, we minimize g by maximizing ΔE. If R = 20 mV and k = 1, then g = 115 nS and ΔE = 194 mV. To tune g, we first select ΔE = −40 mV, then we solve equation (33) to find g = 558 nS. These design constraints are summarized in Table 1, and Figure 2B graphically shows the accuracy of the subtraction network.
Division
A subnetwork that approximates division of the form
replicates the function of GABA synapses that regulate activity in the brain. A key reason for this behavior is that the reversal potential of GABA-ergic synapses is about equal to the resting potential of the postsynaptic neuron (Trappenberg, 2009). Equation (26) is used to find g for the division pathway.The synapse from U to U is tuned as an excitatory Signal Transmission pathway with k = 1, as in Sec. 3.1. In our work, R = 20 mV, ΔE = 194 mV, and equation (18) tells us that g = 115 nS. Such a small g ensures that the signal from U to U is transmitted without greatly affecting the sensitivity of U to inputs. That is, the effect of U on the denominator of is very nearly 0.The synapse from U to U is tuned as a Signal Modulation pathway, as analyzed in Sec. 3.2. Setting ΔE = 0 will eliminate U’s influence on the numerator of . Substituting this case into equation (26) and reducing,
where when U = U = R, their maximal value. Equation (35) also reveals that since g > 0, 0 < c < 1.The steady-state response of the network is the result of these two synaptic inputs, as written in equation (28). Substituting equation (35), and specifying that k = 1, simplifies toIn our network, we wished when U = R, so we set c = 1/R = 0.05, which makes g = 19 μS. When c is close to 0, U can strongly reduce U’s sensitivity to inputs. When c is close to 1, U can only weakly reduce U’s sensitivity to inputs. Figure 2C shows that this network performs the intended division of the signals. Table 1 summarizes these design constraints.
Multiplication
A subnetwork that approximates multiplication of the form can be used to control the gain of a sensory feedback loop, a frequently observed characteristic of neural systems that control locomotion (Cruse, 1981; Gabriel and Büschges, 2007) and posture (Peterka and Loughlin, 2004).A multiplication network can be assembled by replacing the Modulatory Pathway in the division network with two identical Modulatory Pathways in series, connected into a disinhibitory network (see Figure 2D). This works because the product of two numbers, a⋅b = a/(1/b). However, tuning the Modulatory Pathway for the multiplication network differs from tuning the division network. This is because the right-side pathway of the network in Figure 2D must make , no matter how active U becomes (because a⋅0 = 0, no matter the value of a). Thus, according to equation (22), c = 0, unlike the division network, for which 0 < c < 1. Solving equation (26) when c = 0 reveals thatTo solve for g, we must first select ΔE. If ΔE = 0 like for the division network, then equation (37) divides by 0. If ΔE > 0, then g < 0, which is physically not realizable. Therefore, we must choose a value ΔE < 0. The more negative ΔE is, the more small-amplitude signals are clipped; however, the less negative it is, the larger g must be. Therefore, g is the limiting factor to maintain biological realism. We have chosen g = 20 μS and R = 20 mV, making ΔE = −1.Now that we have designed one of the Modulatory synapses, we can calculate the response of the complete multiplication network seen in Figure 2D, which includes two identical Modulatory Pathways in series. When U is inactive, then it does not inhibit U, which is tonically active. In this case, U’s activity completely desensitizes U to inputs. When U is active, then it inhibits U. In this case, U is hyperpolarized, and cannot desensitize U to inputs. To show that this is the case, let us find the full response of the system. We first calculate , which has one Modulatory Pathway input and a tonic applied current I = R. Its response is the same as in equation (21), with the constraint from equation (37), which causes terms to cancel:U has two presynaptic neurons, U and U. The synapse from U is a Signal Transmission synapse, and the synapse from U is a Signal Modulation synapse. Its response is found via equation (13),We showed in Sec. 3.3 that equation (18) can be used to design a synapse that transmits the presynaptic neuron’s activity to the postsynaptic neuron, while minimizing its impact on the denominator of the postsynaptic neuron’s steady-state response, . This enables us to approximate U’s effect on as an applied current I ≈ U. Making this substitution in equation (39),Because we previously specified that the Modulatory Pathways are identical, we can apply the constraint from equation (37),We can now substitute equation (38) for U,This expression can be simplified. First, as noted previously, synapses 2 and 3 are identical, so ΔE = ΔE = ΔE. Second, we can multiply the first term in both the numerator and denominator by the factor (1 − U/ΔE), which enables us to combine terms. Performing these simplifications,Equation (44) contains a lot of information about how the multiplication network functions. First, U’s response indeed contains a term that multiplies U and U. When ΔE = −1, then scales with U⋅U in a 1:1 fashion. Second, the numerator will be ≤ 0 if either U = 0 or U = 0, . This is because U and U must each be less than or equal to R. If either input is greater than R, then their synaptic inputs to U will saturate (see equation (4)), preventing this condition from being violated. Third, the denominator does not depend on the input values. Technically, because of the approximation made in equation (40), the denominator does change slightly with U. However, with our chosen values of R (20), ΔE (−1), and g (0.115), this change is less than 1%, justifying this approximation. Figure 2D demonstrates that this network multiplies the two inputs.Table 1 summarizes the function, component pathways, constraint equations, and free parameters of each network from this section. This analysis enables direct construction and parameter selection for functional subnetworks that can be assembled into more complex networks capable of performing real-time robotic control (e.g., Szczecinski and Quinn (2017) and Szczecinski et al. (2017a)). Additionally, one of the key advantages to using dynamic neural systems for motor control is the handling of time varying signals. The next section examines how the dynamics of these neurons can be exploited to perform calculus on signals.
Methods: Dynamic Networks
The differential equation for a single neuron’s response (equation (1)) can be solved analytically. Solving an equation dx/dt = f (x) is simplified if the equilibrium state is x* = 0, so as in Sec. 3, the substitution U = V − E is made. Additionally, the membrane conductance G and capacitance C can be combined into a new parameter τ = C/G, which is a more intuitive parameter when discussing dynamic networks. This section uses analysis from the previous section, plus additional analysis, to derive design constraints for networks that differentiate or integrate input signals over time.
Differentiation
One dynamic response neural systems are known to utilize is differentiation of signals. Early examination of neural networks led to the discovery of the Reichardt detector network (Reichardt, 1961), an autocorrelation network with delays that approximates the differential of an incoming signal. Other examples include human balance, which relies on feedback proportional to the position, velocity, and acceleration of the center of mass (Peterka, 2003; Safavynia and Ting, 2012). Also, positive velocity feedback plays an important role in insect muscle control (Cruse, 1981).We have developed differentiation networks based on the Reichardt detector network, shown in Figure 3A. We can understand its function by examining a neuron’s response to a ramp input, I = A⋅t, where A is an arbitrary slope of the ramp. The response of the network should be a step with a magnitude proportional to A, as shown in Figure 3B. Inserting this applied current into equation (6), a single neuron’s response is
Figure 3
(A) A network can exploit neural dynamics to compute the differential of an incoming signal. (B) When given an applied current in the form of ramps, the network returns steps whose heights are proportional to the slopes of the ramps. (C) The amplification of the differential, k, and the time constant of the network, τ, depend on the capacitance of the neurons, C and C. (D) Frequency domain analysis enables the identification of the cutoff frequency ω, enabling the network to naturally filter out high-frequency noise.
(A) A network can exploit neural dynamics to compute the differential of an incoming signal. (B) When given an applied current in the form of ramps, the network returns steps whose heights are proportional to the slopes of the ramps. (C) The amplification of the differential, k, and the time constant of the network, τ, depend on the capacitance of the neurons, C and C. (D) Frequency domain analysis enables the identification of the cutoff frequency ω, enabling the network to naturally filter out high-frequency noise.The response of the neuron, U(t), is the sum of the particular and homogeneous solutions to equation (46), U(t) and U(t), respectively. Simulating the dynamics of equation (46) suggests that the particular solution is a ramp of slope A, which lags behind the input with a time constant C. To confirm this, we can substitute a candidate solution and its derivative into equation (46), and check for equality. The result is the particular (i.e., steady-state) response,This means that if the same I were injected into neurons with different C values, and then their outputs were subtracted from one another with a network from Sec. 3.4, the network would perform a finite-difference approximation of the derivative of I, once the transient response decays (illustrated in Figures 3A,B).Calculating the homogeneous solution, U(t), informs us how quickly the transient response decays. The homogeneous solution to first-order linear equation like equation (46) is well-known, U(t) = b⋅exp(− t/C). The constant b is found by plugging the initial condition into the full response, U(t) = U(t) + U(t),To tune this network, the response of U is written as the difference between neuron U with C and neuron U with C > C,Canceling the terms that are linear in t and expanding,Properly tuning a differentiator network requires tuning C and C to obtain the intended gain of the network, k, and an appropriately high cutoff frequency, ω. Equation (50) reveals how these may be tuned. First, the steady-state response of this network to a ramp input defines k = (C − C). Second, the cutoff frequency ω = 1/τ quantifies the frequency of incoming signals (i.e., I = A⋅sin(ω⋅t)) above which the network’s response has less than half the energy of a lower-frequency signal. This is especially useful because although differential calculations amplify high-frequency noise, this network filters out noise with a frequency ω > ω. Because C > C, the time constant τ = C.Figure 3C shows contours of k and τ as C and C change. The plots show that increasing C relative to C increases k, which may be valuable for amplifying signals. However, this also increases τ, making ω impractically low, which will cause the network’s output to lag behind the input substantially. The contour for k = 1 is drawn on the contour of τ, showing that the smallest τ achievable for this gain value is 1,000 ms, which would filter out all incoming signals for which ω > ω = 1/(1 s) = 1 rad/s (0.159 Hz).We can gain further insight into tuning τ using our FeedbackDesign tool (Szczecinski et al., 2017b). Figure 3D shows Bode plots for this network’s response, given two different values for C. When C = 1,000 nF, like in Figure 3B, the network functions properly for inputs with ω < 1 rad/s, as predicted in the previous paragraph. Lowering C to 50 nF increases ω to 20 rad/s (3.18 Hz). Lowering C also lowers the magnitude response as a function of ω, that is, it decreases k. To regain this lost gain, we may increase k in the subtraction network. Figure 4 shows simulation data that explores this tradeoff. Table 2 lists how to use τ and k to tune the entire differentiation network.
Figure 4
Simulation data from eight trials with the differentiator network are shown. Different values of C and C were used in each. is plotted in blue, U2 − U1 is plotted in dotted red, and the actual rate of change of the input, d/dt(I), is plotted in gold.
Simulation data from eight trials with the differentiator network are shown. Different values of C and C were used in each. is plotted in blue, U2 − U1 is plotted in dotted red, and the actual rate of change of the input, d/dt(I), is plotted in gold.
Integration
Our neuron model is a leaky integrator, which means that the membrane voltage will integrate an applied current, but “leak” current to return to its resting potential. As a result, data cannot be stored in individual neurons, because neurons only have one stable equilibrium point. A network that is constructed to have a marginally stable equilibrium curve (or subspace) will not leak. A network will have this property if the determinant of the Jacobian matrix is 0, or in other words, if it is not full rank (Khalil, 2002). Instead of leaking, it will maintain its activation when no external currents are applied; when currents are applied, the state of the system will change continuously. This is analogous to the position of a box on a table with friction; it will remain wherever it is placed indefinitely, unless an external force is applied. In this section, we expand on previous work (Szczecinski et al., 2017a) to show how to construct a network that is marginally stable by applying constraints to reduce the rank of its Jacobian matrix; demonstrate that such a network can be used to integrate signals over time; and relate the integration rate, k, to the parameter values of the network, such that .Marginally stable networks are hypothesized to play an important role in navigation (Haferlach et al., 2007) and the regulation of muscle forces in posture (Lévy and Cruse, 2008). Some memory models use carefully tuned self-excitation to cancel the leak current with excitatory synaptic current (Seung et al., 2000). In a similar vein, our network uses self-disinhibition (Figure 5A) to produce a line-attractor network in which a continuum of marginally stable equilibrium states exist. Simulation data in Figure 5B shows that stimulating U1 with an applied constant current u causes U1 to increase at an apparently constant rate, and when u is removed, neither U1 nor U2 leak to their rest potentials. This is the behavior of an integrator, as described in the previous paragraph.
Figure 5
(A) A disinhibitory network can exploit neural dynamics to compute the integral of an incoming signal. (B) When given an applied current in the form of a step, the network response is a ramp whose slope is proportional to the amplitude of the step. (C) A plot of this data in the (U1, U2) phase space shows that when stimulated by applied current u, the system state, x(t) = [U1(t), U2(t)] (blue), moves in the X1 direction (green) while maintaining a constant distance from the equilibrium subspace (dashed violet) in the X2 direction (red). This difference in behavior in each direction is because the eigenvalue associated with eigenvector X1, λ1 = 0, and the eigenvalue associated with eigenvector X2, λ2 < 0. X1 and X2 are drawn in multiple places because they depend on x(t), as shown in Appendix. (D) The mean rate of integration, k (left), and the range of the rate of integration, k (right), depend on the synaptic conductance of mutual inhibition, g, and the membrane capacitance of the neurons, C. Note that the x-axis of these plots are 1/C, to better space the contour lines.
(A) A disinhibitory network can exploit neural dynamics to compute the integral of an incoming signal. (B) When given an applied current in the form of a step, the network response is a ramp whose slope is proportional to the amplitude of the step. (C) A plot of this data in the (U1, U2) phase space shows that when stimulated by applied current u, the system state, x(t) = [U1(t), U2(t)] (blue), moves in the X1 direction (green) while maintaining a constant distance from the equilibrium subspace (dashed violet) in the X2 direction (red). This difference in behavior in each direction is because the eigenvalue associated with eigenvector X1, λ1 = 0, and the eigenvalue associated with eigenvector X2, λ2 < 0. X1 and X2 are drawn in multiple places because they depend on x(t), as shown in Appendix. (D) The mean rate of integration, k (left), and the range of the rate of integration, k (right), depend on the synaptic conductance of mutual inhibition, g, and the membrane capacitance of the neurons, C. Note that the x-axis of these plots are 1/C, to better space the contour lines.Let us write the response of the integrator network as shown in Figure 5A to find its equilibrium states. Each neuron has leak current, synaptic current, and a constant applied current. Let all parameter values be symmetrical between the two neurons. We make the same substitutions as before; U = V − E = E, ΔE = E − E, and R = E − E. If I = R,Moving dynamical terms to the left hand side, and applied current to the right hand side,Solving equation (53) when dU1/dt = 0 reveals the equilibrium curveSolving equation (54) when dU2/dt = 0 reveals the equilibrium curve
which can be algebraically rearranged to be the same as equation (55) as long as g and ΔE are constrained such thatMultiplying both sides of equation (56) by the denominator of the right hand side, and expanding,Collecting multiples of U2 and applying equation (57),Thus, equations (55) and (56) are the same equilibrium curve if g and ΔE satisfy equation (57). This curve, drawn on the phase-space diagram in Figure 5C, describes every equilibrium state that this network can have. In other words, a [U1, U2] pair is an equilibrium state of the system if and only if it satisfies equation (55). In the coming paragraph, we will use eigenvalue analysis to show that this network always functions as an integrator, as long as equation (57) is satisfied.To find the system’s eigenvalues, let us write equations (53) and (54) together in matrix form,
in which the square matrix is J, the system Jacobian. Because J contains U1 and U2 terms, it is not constant, but still describes the stability of the system, given specific values of U1 and U2. To construct a marginally stable equilibrium subspace for the network, we must show that J has insufficient rank (i.e., the rows are identical) when U1 and U2 are at equilibrium (i.e., equation (55) is satisfied). However, the rows are identical, no matter the values of U1 and U2, if we apply the constraint from equations (57) to (60),Thus, the system will always have one null direction, and we do not need to calculate J for specific equilibrium conditions to determine the system’s stability. To make notation more compact, let us defineThese expressions let us write equation (61) as simplyPlotting the simulation data of the network’s forced response from Figure 5B on a phase-space diagram (Figure 5C) suggests that u causes U1 and U2 to change in such a way that the state of the system (, blue) moves tangent to the equilibrium curve (dashed violet), with some constant distance away from it. These curves do not overlap because the forced response is not the same as the equilibrium condition while the external current u is applied. Motion in the X2 direction is resisted by the neural dynamics, much how a spring resists the translation of an object with an applied force.Nonetheless, these direction-dependent responses suggest that the state can be generalized into two decoupled degrees of freedom in the phase-space: unresisted, marginally stable motion parallel to the equilibrium curve (X1, green in Figure 5C); and resisted, stable motion away from the equilibrium curve (X2, red). The natural coordinates, , are transformed into generalized coordinates, , by a matrix X comprised of the eigenvectors of J. This same transformation matrix is used to transform J into the generalized coordinate system, yielding J. J is diagonal, decoupling the dynamics of the generalized coordinates and enabling us to quantify how quickly moves parallel to the equilibrium curve.Appendix shows the calculation of X, with q1 representing the marginally stable mode and q2 representing the stable mode. Using X, we can transform the system into generalized coordinates. First, we write the dynamics from equation (64) in a compact format.
where J is the square matrix in equation (64) andThe generalized coordinates, , are defined asTo transform equation (65) into generalized coordinates, premultiply both sides of equation (65) by X1,
where J = X−1JX and . The top and bottom rows of equation (68) are decoupled because J is a diagonal matrix. Furthermore, , meaning that , so the system simplifies even further.To find the particular solution of this system, we can guess the form of q and q, and substitute those in to equation (68). We observe that in steady state, where B is a constant that relates and u. q1(t) would be the integral of , but because the top row of J is zeros, it will not appear in the particular solution, and thus need not be explicitly included. We also observe that in steady state, so q2(t) = D, a constant. We can calculate using X−1, which is calculated in Appendix (equation (A9)). Solving for the particular solution of this system, ,
where d is defined in equation (A5). B describes how quickly q varies with u, but we want to know how quickly U1 varies with u. Therefore, we use equation (67) to transform into natural coordinates to find ,Recall that a and b are functions of U1 and U2, respectively. This means that k, the integral gain of the network, is not a constant. To place bounds on k, let us substitute equations (62) and (63) into equation (74),We can now plug in different values of U1 and U2 to see how k varies. Using equations (55) and (56), we find that the most extreme cases are when [U1, U2] = [0, R] and [U1, U2] = [R, 0]. We can plug these cases into equation (75) to find the minimum and maximum values for k,
andThe difference between k and k:To find the mean rate of integration, we can calculate k = (k + k)/2,This is the same value of k obtained from computing k when U1 = U2. This simple expression is a useful relationship for tuning the integrator network. One may select C to obtain the intended mean integration rate, and then minimize the variation of the integration rate by minimizing g, as long as equation (57) is satisfied.Figure 5D graphically demonstrates how k and k determine C and g. Just as in equation (79), k is a function only of C. Therefore, the contour only shows vertical lines. The value of k is minimized by decreasing either g or (i.e., increasing C). Figure 6 shows simulation data of the integrator’s response to a step input with eight different parameter value combinations. In every case, the change in U1 is bounded by the values of k and k. As shown in Figure 5D, increasing C decreases the integration rate, and increasing g increases the variation in the integration rate.
Figure 6
Simulation data from eight trials are shown. Different values of C and g were used in each. Neural dynamics are plotted as blue lines. The expected final values of the simulations are plotted in dotted red lines. Regions bounded by k ± k are shaded in violet. In every case, the actual outcome is correctly bounded. As demonstrated mathematically in the text, k only depends on C. In addition, k depends on g, leading to more variation in k, as indicated by larger shaded areas.
Simulation data from eight trials are shown. Different values of C and g were used in each. Neural dynamics are plotted as blue lines. The expected final values of the simulations are plotted in dotted red lines. Regions bounded by k ± k are shaded in violet. In every case, the actual outcome is correctly bounded. As demonstrated mathematically in the text, k only depends on C. In addition, k depends on g, leading to more variation in k, as indicated by larger shaded areas.Table 2 summarizes the design approach for this integrator network. The mean and range of the integration rate are free parameters that are determined by the intended network performance. Using these values and the constraint in equation (57), the neurons’ C value and the synapses’ g and ΔE values can be fully specified.
Application to a Robot Controller
We have used the methods in this paper to tune (i.e., select parameter values for) several different networks that control robotic stepping (Szczecinski and Quinn, 2017; Szczecinski et al., 2017a) and visual tracking (Szczecinski et al., 2017a). Once a network layout is determined, whether hypothetical or based on neurobiological findings, individual subnetworks can be identified and tuned to work together. Figure 7 shows a simplified joint-control network in which different functional pathways are color-coded. This illustrates how these functional subnetworks enable the direct assembly of control networks based on neurobiology. The neurobiological inspiration for these networks and the results of robotic experiments are presented in Szczecinski and Quinn (2017) and Szczecinski et al. (2017a), and so are omitted here.
Figure 7
A simplified joint-control network from our previous work (Szczecinski and Quinn, 2017; Szczecinski et al., 2017a), with pathways color-coded based on the functional subnetwork.
A simplified joint-control network from our previous work (Szczecinski and Quinn, 2017; Szczecinski et al., 2017a), with pathways color-coded based on the functional subnetwork.The joint network in Figure 7 uses three simple descending commands (body heading, stride length, and reference leg load) to control the walking motion of one joint of a leg. The descending commands modulate the output of a central pattern generator (CPG) to control the speed of the motion, and sensory feedback is used to adjust both the timing and amplitude of motor output. Addition pathways are drawn in red. These include the mapping between body heading and stride length (i.e., descending commands, drawn in gray) to the PEP and AEP (Szczecinski and Quinn, 2017). The PEP can also be modulated by force feedback, which compares the load on the leg to a reference value (Szczecinski and Quinn, 2017, in review). This requires a subtraction network, drawn in orange, to compute if there is too much or too little load on the leg. The difference is used to adjust the PEP Memory network, which is an integration network, drawn in blue. This network adjusts the PEP over time, and remembers the motor command that produces the intended force.The output of the CPG, drawn in purple, excites the motor neurons. Tuning CPG dynamics is discussed in our previous work (Szczecinski et al., 2017b). The PEP and AEP neurons adjust the motor output via multiplication pathways, drawn in green, which scale CPG output to the motor neurons based on the intended range of motion. Motor neuron activity controls the motor velocity, and the θ neuron receives position feedback from the motor via the mappings in Figure 1B. The motor velocity, computed by the cyan differentiation pathway, reinforces ongoing CPG behavior through the neuron (Szczecinski et al., 2017b). A division pathway (not shown) can be used to normalize the velocity feedback to the joint’s commanded range of motion, simplifying the control of stepping frequency. The neuron also receives some input from the Load neuron, ensuring that stance phase is stable (Szczecinski and Quinn, 2017, accepted). By using the functional subnetworks and the design constraints presented in this paper, we can rapidly and directly assemble models of neural systems that perform as intended without hand-tuning or optimization methods.How are the “Free Parameters” in Tables 1 and 2 chosen? The free parameters fall into two classes: reversal potentials (i.e., ΔE) and dynamical constants (e.g., k, τ, etc.). The reversal potentials are informed by biology. In this paper, we kept −40 < ΔE < 194 mV (i.e., −100 < E < 134 mV). The modeler could use reversal potentials from specific synapses if that data were available. The dynamical constants are informed by the function of the robot. For example, the k of the subtraction network in Figure 1B controls the stiffness of the controller, and may destabilize the system if not tuned to match the mechanical properties of the robot (Szczecinski et al., 2017b).As another example, τ and k of the differentiator network in Figure 7 determines the robustness of CPG rhythms, and how well it entrains to sensory feedback (Szczecinski et al., 2017b). A slow, adaptively-walking robot may want a high k to regularize CPG oscillations, whereas a fast running robot may want a low k to be less sensitive to sensory feedback. Picking specific values for these free parameters ultimately depends on the intended behavior of the robot. The constraints in this paper enable the designer to think in terms of more traditional robotics quantities, and use these to set neural and synaptic parameter values, which may be less intuitive.
Discussion
In this paper, we presented analytical methods for setting parameters in dynamical neural networks that can add, subtract, multiply, divide, differentiate, and integrate incoming signals. Such operations are at the core of control, and these techniques enable control networks to be assembled rapidly and tuned directly. This work primarily identifies constraint equations, not unique values, that govern how parameters should be tuned. Thus, many different networks may perform the same function with different parameter values, as observed in real neural circuits (Prinz et al., 2004). Since these results are analytical, not based on machine learning or optimization, there is no concern about these networks over- or under-fitting training data, and their behavior is provable. These techniques build on our previous analysis of synthetic nervous systems (Szczecinski et al., 2017b) and have been validated through several studies with our robot, MantisBot (Szczecinski and Quinn, 2017; Szczecinski et al., 2017a).All of the results from this paper make it easier to tune neuromechanical models of animals, as well. Many such models have been created to study the principles underlying insect (Daun-Gruhn and Tóth, 2010; Szczecinski et al., 2014) and mammalian (Hunt et al., 2015a; Markin et al., 2016) locomotion alike. Oftentimes, parameters of these models are tuned by hand to obtain the intended motion, which is a painstaking, slow, and imprecise process. The analysis in this paper can make neuromechanical models come together more quickly, and have more predictable behavior, leading to more thorough scientific investigations. More precise tuning methods enable more thorough validation or invalidation of hypotheses. Faster tuning methods enable more rapid validation or invalidation of hypotheses. For example, these methods could be used to improve the coordination our previous cockroach model (Szczecinski et al., 2014). In the model, curve walking of varying radii was achieved by modulating muscle activations with broad descending commands. However, the coordination, reliability, and repeatability of such motion could be improved with the methods of this paper, enabling us to improve or reject the model.
Simplifications
Some of the calculations in this paper are based on approximations, which lead to inaccuracies in the calculations of the subnetworks. One example is that the subtraction network does not produce linear output. This non-linearity occurs because the reversal potentials of synapses are rarely much lower than the resting potentials of neurons, requiring large values of g to build a subtractor where k = 1. A large g value increases U’s effect on the denominator of ’s response, causing the synaptic input to reduce U’s sensitivity to inputs. This is particularly noticeable in the differentiator’s response (Figure 4), especially as k increases.Another example of a simplification we made is that our calculation of k only used the particular solution of the system. This means that a transient response also exists, which we did not compute. In addition, k is a function of U1 and U2. This means that k is not a constant for this network. However, the impact of U1 and U2 on k can be minimized by minimizing g and maximizing R, as we showed in Sec. 4.2.However, the developed networks are not intended to act as perfect analogs to their mathematical counterparts. These networks are intended to act as representations of real neural circuits, which likely do not act as perfect adders, multipliers, differentiators, etc. Dynamic and transient effects are a real part of biological control systems, and effective neural controllers have developed around these idiosyncrasies and have likely evolved to even exploit many of these aspects. In spite of these issues, the methods in this paper are valuable. Our recent robotics work (Szczecinski and Quinn, 2017; Szczecinski et al., 2017a), as well as related work in progress, is proof of the effectiveness of this approach.
Why Put Neurons in the Way?
The methods in this paper enable the direct construction of networks that perform arithmetic and dynamic calculations. Why bother building neural networks just to recreate mathematical operators? We believe there are several reasons to take this approach. From a neurobiology perspective, the constraints that we have identified may help explain why certain structures are common in the nervous system (David Friel, personal correspondence). For instance, mutually inhibitory parallel pathways are common in the thoracic control of insect locomotion (Büschges and Wolf, 1995), which may function as subtraction networks in negative feedback loops. As another example, networks in the retina of the rabbit are selectively sensitive to motion in one direction or the other (Barlow and Levick, 1965). Such a network could be constructed by using adjacent cells in the retina as inputs to differentiator networks. This would be consistent with both the function of direction-sensitivity, as well as the laterally inhibitive structure. Even though such consistency does not guarantee that the animal’s nervous system functions precisely this way, the design methods in this paper may aid in understanding the function of neural networks found in animals.Additionally, the constraints that we identified may be used to constrain parameter values in large brain models. Rather than using global search techniques to understand the dynamics of a large pool of neurons, we believe it may be faster to begin with a number of functional subnetworks, and then use local search techniques to tune the connections between them. In this way, the designer is certain that parts of the network perform specific, useful computations, rather than naively optimizing a large network (Haferlach et al., 2007; Agmon and Beer, 2013; Izquierdo and Beer, 2013). The end result is something like a genetic program, but in a neuroscience context.
Author Contributions
NS led research on functional subnetworks and led the preparation of the manuscript. AH aided in the preparation of the manuscript. RQ provided critical oversight of the research and aided in the preparation of the manuscript.
Conflict of Interest Statement
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Authors: Volker Dürr; Paolo P Arena; Holk Cruse; Chris J Dallmann; Alin Drimus; Thierry Hoinville; Tammo Krause; Stefan Mátéfi-Tempfli; Jan Paskarbeit; Luca Patanè; Mattias Schäffersmann; Malte Schilling; Josef Schmitz; Roland Strauss; Leslie Theunissen; Alessandra Vitanza; Axel Schneider Journal: Front Neurorobot Date: 2019-10-23 Impact factor: 2.650