Skip to main content

HYPOTHESIS AND THEORY article

Front. Neural Circuits, 26 February 2016
Volume 10 - 2016 | https://doi.org/10.3389/fncir.2016.00007

Vascular Dynamics Aid a Coupled Neurovascular Network Learn Sparse Independent Features: A Computational Model

  • Computational Neuroscience Laboratory, Department of Biotechnology, Indian Institute of Technology Madras, Chennai, India

Cerebral vascular dynamics are generally thought to be controlled by neural activity in a unidirectional fashion. However, both computational modeling and experimental evidence point to the feedback effects of vascular dynamics on neural activity. Vascular feedback in the form of glucose and oxygen controls neuronal ATP, either directly or via the agency of astrocytes, which in turn modulates neural firing. Recently, a detailed model of the neuron-astrocyte-vessel system has shown how vasomotion can modulate neural firing. Similarly, arguing from known cerebrovascular physiology, an approach known as “hemoneural hypothesis” postulates functional modulation of neural activity by vascular feedback. To instantiate this perspective, we present a computational model in which a network of “vascular units” supplies energy to a neural network. The complex dynamics of the vascular network, modeled by a network of oscillators, turns neurons ON and OFF randomly. The informational consequence of such dynamics is explored in the context of an auto-encoder network. In the proposed model, each vascular unit supplies energy to a subset of hidden neurons of an autoencoder network, which constitutes its “projective field.” Neurons that receive adequate energy in a given trial have reduced threshold, and thus are prone to fire. Dynamics of the vascular network are governed by changes in the reconstruction error of the auto-encoder network, interpreted as the neuronal demand. Vascular feedback causes random inactivation of a subset of hidden neurons in every trial. We observe that, under conditions of desynchronized vascular dynamics, the output reconstruction error is low and the feature vectors learnt are sparse and independent. Our earlier modeling study highlighted the link between desynchronized vascular dynamics and efficient energy delivery in skeletal muscle. We now show that desynchronized vascular dynamics leads to efficient training in an auto-encoder neural network.

1. Introduction

Conventionally, information processing in the brain is assumed to be primarily undertaken by neurons, whereas the other constituents (glia, blood vessels) are attributed at best, an auxiliary function. The computational capability of the brain is associated with its large number of individual units (100 billion neurons) and their dense connectivity (order of 10,000 synapses per neuron). Interestingly, recent findings estimate that there are about a 100 billion blood vessels in the human brain (Quaegebeur et al., 2011), suggesting the possibility of vascular regulation at the level of a single neuron.

Blood flow regulation is traditionally thought to be local, in response to the activity of the neurons in the vicinity of the microvasculature (penetrating arterioles and capillaries; Roy and Sherrington, 1890). In general, this is accomplished by the activation of the astrocytes in response to the neurotransmitters (released by the active neurons), which in turn release vasoactive molecules (Zonta et al., 2003; Metea and Newman, 2006). This forms the basis of functional imaging studies such as blood oxygen level dependent (BOLD)-fMRI and positron emission tomography (PET; Horwitz, 2004), although there are studies questioning the criticality of astrocytes in neurovascular coupling (Nizar et al., 2013; Jego et al., 2014). Cortical blood flow could also be directly regulated by innervations from distal neuronal projections as opposed to the conventional view of entirely local regulation (Cohen et al., 1997; Iadecola, 1998; Krimer et al., 1998).

However, neither of these regulations were attributed a role in information processing in the brain. A recent review by Moore and Cao (2008), proposed an active role of the vascular system in governing the excitability of the neurons in the brain. In experiments performed by Sirotin and Das (2009), the hemodynamic signal was observed prior to the neuronal activity before the onset of the next trial, suggesting an anticipatory feedforward role of the vascular system. They further clarify, in response to critique by Kleinschmidt and Müller (2010) and Handwerker and Bandettini (2011), that this hemodynamic signal could be due to neuro-modulatory control of blood vessels (Das and Sirotin, 2011). The decorrelation between hyperemia and neuronal oxygen demand (Leithner and Royl, 2014) further empirically supports the hypothesis (Moore and Cao, 2008) that the vascular system may play an important role in computation in the brain.

Recent theoretical studies (Chander and Chakravarthy, 2012) that simulate a biophysical model of a neuro-glio-vascular unit, also support this hypothesis. This model proposes bidirectional interactions within the neuro-glio-vascular unit: neural activity is communicated to the vascular unit via the glial interface, which in turn receives the energy substrates from the vascular system and passes them on to the neuron, thereby completing the loop. Interestingly, the model also proposes that vasomotion can independently influence neural firing patterns.

If the vascular system can modulate neural activity, the vascular dynamics and vessel to neuron projections take on additional importance. Capillaries constitute approximately 90% of the blood vessels in the brain (Prioreschi, 1996; Viale, 2006), and form a mesh-like structure. Capillaries interact with each other through chemical signals called vaso-mediators (Intaglietta, 1990; Vanhoutte and Mombouli, 1996). These vaso-mediators are released by the endothelial cells, lining the capillaries and govern the overall dynamics of the network. These dynamics can be either chaotic or regular, depending on the vaso-mediators. The transition from regular to chaotic could be a means to enhance tissue perfusion levels (Parthimos et al., 1996). Capillary dynamics affect the neural firing by providing requisite energy “resources” (glucose, lactate, oxygen).

In the present study, information processing in a vascular coupled auto-encoder network is postulated. An auto-encoder could be considered as a model implementing predictive coding (Rao and Ballard, 1999), assuming the response of neurons in the output layer to be predictive of the input given to the network. The prediction of the output layer is accurate when the input reconstruction error is minimized. Thus, there are two sets of neurons, as in the predictive coding framework: the output neurons which act as the predictive units, and the error estimating neurons which estimate the error between the predicted and the actual outputs. The collective activity of these error estimating neurons are conventionally used to train the weights and the biases associated with the network using the back-propagation or the re-circulation algorithm (Hinton and McClelland, 1988). In the present model, the influence of the activity of these error estimating neurons on the activity of the vascular network is modeled.

Autoencoders are based on the paradigm of unsupervised learning wherein the input patterns themselves form the desired/target patterns. A simple linear autoencoder can learn to perform feature extraction or input compression with the network architecture having fewer hidden layer neurons as compared to the input layer neurons. With such a bottleneck, an autoencoder performs dimensionality reduction, extracting the principal components. An autoencoder could also extract interesting features by imposing a sparsity constraint on the hidden layer neurons. Interestingly, these sparsity constraints also yield independent components as described in the seminal work by Olshausen and Field (1996). Now, Independent Component Analysis (ICA) is important for source reconstruction and a number of unsupervised models could also yield the same effect. The underlying feature of such models is an attempt to decorrelate the activity of neurons in the intermediate layers. This could be achieved by introducing lateral connections among the neurons in the intermediate layer and training the connection weights using an anti-hebbian learning rule (Földiak, 1990). Similarly, an algorithm known to implement non-linear-PCA, using a weight normalization term similar to the Sangers rule with a non-linearity introduced, is known to yield independent components (Oja, 1997). However, it is necessary to whiten the input data for the algorithm to work.

Another such regularization constraint, the dropout of neurons in the hidden layer, proposed by Srivastava et al. (2014) has been implemented in the autoencoder model described in the present study. Dropout refers to the random switching off of a certain fraction of neurons in the hidden layer of a neural network during each training iteration. The motivation behind the dropout algorithm is to minimize overfitting on the training data in a supervised learning paradigm. Dropout aids this process by preventing the co-adaption of features learnt by the neurons in the intermediate layers. In other words, the features learnt by individual neurons in the hidden layer are roughly distinct to the features learnt by any other neuron in the hidden layer. This was verified by Srivastava et al. (2014) on considering an unsupervised implementation of the dropout algorithm in an autoencoder. In the auto-encoder context, as opposed to the supervised learning context, the mean squared error(mse) (reconstruction error) gives a good estimate of the performance of the network. Using the mse in a supervised context would be inappropriate; since the training mse may not be reflective of the test performance (measured as a percentage of test patterns correctly classified, on comparing with their corresponding class labels). In an unsupervised auto-encoder, the goal of the network is to learn non-redundant features which will be useful in reconstructing the input pattern. Thus, by definition, the mean squared error, a reconstruction error measure, would be minimized when features ideal for reconstruction, are learnt. These ideal features (which minimize mse), are empirically shown to be either purely (in the case bar patterns) or roughly (in the case of MNIST) independent of each other, when the network is trained using the appropriate percentage of dropout. This now raises an important issue, which the authors believe is the main contribution of this paper: Is there a plausible mechanism by which an auxiliary vascular network can regulate the percentage of random dropout in the hidden layer?

Previous studies with autoencoder neural networks have shown that implementing a fixed dropout of hidden neurons improves generalization (Baldi and Sadowski, 2014). In this paper, a mechanism involving a neurovascular loop that implements an optimized version of such a dropout is proposed. We concede that it is possible to envision purely neural sources that could drive such dropout. There are indeed various sources of neural noise such as thermal noise, stochastic molecular diffusion, crosstalk noise, synaptic neurotransmitter release, short term plasticity, ion channel gating etc. (McDonnell and Ward, 2011). But it is not clear if such noise can be modulated by error and used in an optimal fashion to control dropout.

We hypothesize an error feedback loop, partly neural and partly vascular, for driving the dropout. The hemodynamics regulates the firing ability of neurons in the hidden layer and thus incorporates a form of homeostasis. The proposed mechanism has as its basis the following elements from experimental and computational neurobiology:

• In terms of its role in information processing in the brain, neuromodulators such as dopamine have been linked to prediction error (Iadecola, 1998; Schultz, 1998; Schultz and Dickinson, 2000; Steinberg et al., 2013).

• But these neuromodulators also have a vascular aspect to their function: dopaminergic projections to distal vessels are known to control the dynamics of such vessels (Iadecola, 1998; Krimer et al., 1998).

• Vascular rhythms: Vessels exhibits complex rhythms both chaotic and periodic (Nilsson and Aalkjaer, 2003). Temporal chaos in vascular dynamics has been associated with efficient energy delivery (Griffith, 1996). Desynchronized vasomotor oscillations have also been linked to efficient energy delivery in a computational model of perfusion in skeletal muscle (Pradhan et al., 2007). In a similar fashion, given that vascular energy resources in the brain are limited (total blood flow is constrained), the vascular system needs to optimize its supply and not merely cater to the need of all the neurons active (demanding energy) at a particular time instant. Thus, resorting to a desynchronized pattern of supply to the neural tissue is a more feasible strategy employed by the vascular system.

Zenke et al. (2013) studied possible mechanisms of regulation of firing rates in a cortical model with plasticity, and showed that a feedback homeostatic mechanism, that keeps the firing rates from exploding or from collapsing to zero, must be acting at a time scale of minutes. It is interesting that the vasomotor rhythms are slow operating in the range of a few cycles per minute (Intaglietta, 1990), thereby suggesting a plausible role for vascular dynamics in regulating neural activity.

• A recent adjoining study from our group proposed a low-dimensional neuron-energy model that describes the effect of energy/ATP (outcome of vascular feedback) on neural dynamics. In this work, a rate-coded neuron model in which the threshold of firing depends on ATP, is shown to exhibit dynamics that is nearly identical to a conductance-based neuron model in which ATP is consumed to drive the activity of Na-K-ATPase and K-ATP channel (Chhabria and Chakravarthy, 2016). This study corroborates the notion of ATP modulating the neural firing and also proposes that the variations in the intraneuronal ATP is a resultant of vascular dynamics, thus providing a crucial link between vascular dynamics and neural firing.

The present model is designed by integrating the above five phenomena in a single framework. The prediction error of the autoencoder (“Error estimating neural layer” in Figure 1) is thought to represent the neuromodulatory system. The error signal thus generated controls vascular dynamics in “Vascular oscillatory network.” Assuming that the feed forward signal to the vascular system comes from the error estimating neurons, as described earlier, it seems logical that the vascular network would now attempt to optimize the supply to the neural system, resulting in optimizing the dropout in the neural network. The output of the vascular oscillators specifically controls the threshold of neural firing in the hidden layer of the autoencoder, thereby controlling dropout.

FIGURE 1
www.frontiersin.org

Figure 1. Schematic representation of the coupled neurovascular model.

2. Methods

In this section, the important components of the neuro-vascular model are described. The overall model consists of two modules: one representative of the neuronal network, the other of the vascular network. The neuronal network feeds the reconstruction error to the vascular network, whose dynamics enforce a certain percentage of neurons to be OFF in the hidden layer via a feed-back mechanism. A schematic representation of the model architecture is shown in Figure 1.

2.1. Neuronal Network Model

The neural system is modeled as an auto-encoder. An auto-encoder is a multilayer perceptron (MLP), designed such that the activity at the input layer is replicated at the output layer. As in the standard MLP framework there is a hidden layer of neurons, and the entire network is trained using the back propagation algorithm (Oh, 1997), updating weights by stochastic gradient descent on mini batches. Thus, given a neural network with the input vector defined as x, the reconstructed input is given as y, the activity of a neuron (vi) in the hidden layer is given by Equation 2.

hi=wiTx+bi    (1)
vi=f(hi)    (2)
f(hi)={hi:hi>00:hi<0    (3)

where wi, bi correspond to the weight vector that connects the input x to the ith hidden unit and its bias, respectively. The hidden neurons are linear rectified units, given in Equation 3. The activity of a neuron ym in the output layer is given as:

ym=f(ζmTv+Bm)    (4)

where ζm, Bm correspond to the weight vector that connects the hidden neurons v to the mth output unit and its bias, respectively. The number of neurons in the hidden layer are chosen such that there is a bottle-neck created between the input and output layers, so as to learn a dimensionally reduced representation of the given input. Traditionally, if a sparse representation of the input is desired, an additional sparsity constraint is imposed. Once sparsity is assured, the weight vectors corresponding to each of the hidden neurons resemble independent components of the input data. Another way in which sparsity of representation can be achieved is by randomly switching off a certain percentage of neurons (q) in the hidden layer during training. For each training instance, a different set of hidden neurons are randomly turned OFF. Thus, the activity vector of the hidden layer (vnew) is now given by Equation 6.

ri~Bernoulli(p)    (5)
vnew=v*r    (6)

where the Bernoulli distribution is a discrete distribution having two possible outcomes: o = 1 (“success”) occurring with probability p and o = 0 (“failure”) occurring with probability q = 1−p, where 0 < p < 1. Thus, ri determines the state (ON/OFF) of each neuron in the hidden layer. Now, the new activity of each output neuron (ymnew) is given as:

ymnew=f(ζmTvnew+Bm)    (7)

This technique, known as dropout, prevents co-adaptation of the hidden units. Again, the features learnt resemble independent components of the input. The percentage of dropout required is arbitrarily fixed: if too small a percentage is chosen, the co-adaptations would increase, if too large a percentage is chosen, the individual components would not be comprehensive enough to representatively encode the input data in its entirety.

In this paper, it is hypothesized that the neuronal reconstruction error, in this case the mean squared error (mse), could influence the percentage of dropout via the vascular network. The mean squared error (mse) is defined as:

mse=12*bt*MPm(xm-ymnew)2    (8)

where P denotes the index of the pattern in a batch of size bt presented to the network and m denotes the index of a node in the input and output layers respectively of a total of M nodes. The desynchronized vascular dynamics itself, allows for random switching OFF of that percentage of neurons in the hidden layer, thereby realizing sparse independent features. Thus, in the proposed model ri is governed by the vascular network and is further elaborated in Section 2.3.

2.2. Vascular Network Model

The vascular network model is adapted from Pradhan and Chakravarthy (2007) and consists of n units. Each of these units are described by non-linear dynamics as given by Equations 9–11.

dgjdt=-gj-uj+k=1nTjkSk+I    (9)

and

τvdujdt=-uj+Sj    (10)

where

Sj=tanh(λvgj)    (11)

where Sj denotes the state of the jth vessel (ON = +1, OFF = −1) representative of the levels of perfusion; where Sj = +1, and Sj = −1 denote the maximal and minimal perfusion, respectively. It is Sj that influences the neural activity. Furthermore, g is a supporting variable and u is an auxiliary variable that represents the history of the vessel activity. The slope of the non-linear function in Equation 11 is given by λv and τv is the time constant of the vessel dynamics. The vessels are mutually coupled, in a ring structure with weights described by the Tjk matrix, given by Equation 12. If we assume that there is no coupling between vessel (i.e., Tjk = 0), then if g is at a negative (positive) state, a large negative (positive) u flips g to its positive (negative) state as per Equation 9. Similarly as per Equation 10, u simply follows S with a delay. A proof that a limit cycle exists in such a configuration is given in Devarajan et al. (2006).

Tjk={ϵ-2exp(-djkσ2):djk<3σ0:djk>3σ    (12)
djk=ρ[(cos(αj)-cos(αk))2+(sin(αj)-sin(αk))2]12    (13)

where, ϵ is a crucial model parameter that determines the characteristic dynamics of the vascular network and can have values between 0 and 2, the extremes representing desynchronized and synchronized activities, respectively. While ϵ > 0 denotes that the nearby vessels are inhibitory and distant ones are excitatory, ϵ = 0 represents mutual inhibitory interactions amongst all the vessels. Hence, ϵ controls the balance between excitation and inhibition in the vascular network. The position of the jth and the kth vessel on the vascular ring are represented by angles αj and αk, respectively. ρ is the distance of any vessel from the neural tissue. The output from the neural tissue modulates the vascular tissue activity, such that the vascular supply (Ns), eventually approaches the neuronal energy demand (Nd). Here, Ns is given by the summation of the vessel states as described in Equation 14. The tissue perfusion levels are reflected by the quantity called the “energy deficit” (e), representing the instantaneous difference between the demand and the supply, given in Equation 15.

Ns=j=1nSj    (14)
e=Nd-Ns    (15)
τedEdt=tanh(λee)    (16)
I=E-n2    (17)

Here, E is the accumulated deficit, τe is the time constant for the accumulation and I is the final deficit signal coming to the vessels, representative of the vasoactive mediators, released by the neuron-glial system, and control the vascular dynamics according to the energy deficit, e.

2.3. Neurovascular Coupling

The objective of the auto-encoder coupled vascular network is to minimize the output reconstruction error (mse). Srivastava et al. (2014) have shown that a certain percentage of dropout (q) in the hidden layer of the auto-encoder helps minimize mse. In the present study, q in the hidden layer is governed by the percentage of inactive (OFF) vessels in the vascular network, which in turn is dictated by neuronal energy demand (Nd). The change in mse is fed to the vascular system in order to update Nd.

The Nd is initialized at the maximum possible value, implying that all the vessels are ON, corresponding to q = 0. The value of Nd is updated with respect to mse, as given by Equation 18.

Nd(t+1)=Nd(t)-βΔmseΔNd    (18)

where, β is a model parameter that represents the rate of perfusion. Depending on the value of Nd, the states of individual vessels could be ON/OFF. The connectivity between the neuronal and the vascular layer determines the states (ON/OFF) of the individual neurons in the hidden layer of the auto-encoder. Formally, each neuron could receive inputs from any z of the n vessels, chosen randomly, with each vessel's state scaled by a factor of 1∕z. Thus, the ri (an inverse correlate of neuronal firing threshold) corresponding to each unit in the hidden layer is given by Equation 19 and determines whether that neuron is OFF (dropped out) or not, as described previously in Equation 6.

ri=H(1zj=1naijSj)    (19)
aij={1:ith neuron is connected to jth vessel0  :ith neuron is not connected to jth vessel    (20)
j=1naij=z    (21)

where H is the Heaviside Step function; and aij represents the connectivity between the ith neuron and jth vessel. A schematic representation of the vascular projections to a single neuron is illustrated in Figure 2 If Nd is too large, mse will increase as the dropout percentage is too low. On the contrary, if Nd is too low, due to “over-sparseness,” mse will increase. Hence, the objective of Equation 18 is to search for the optimal Nd that minimizes mse. The essence of the neurovascular coupling lies in the symbiosis between Nd and mse.

FIGURE 2
www.frontiersin.org

Figure 2. Vascular projections to a single neuron: Each neuron receives vascular inputs from z of the n vessels. The neuron would be in the ON state, if the average activity of the z vessels is positive as described in Equation 19.

3. Experiments and Results

In this section, some of the prominent simulation results are described, on implementation of the conceptualized model. These results can be summarized as follows:

• Desynchronized vascular dynamics enables the auto-encoder network to learn sparse independent features, by introducing stochastic dropout in its hidden layer.

• The connectivity pattern between the neural and the vascular network governs the stochasticity in the hidden layer. Thus, by itself, desynchronized vascular dynamics do not ensure sparse independent features being learnt.

• The time scale of the vascular dynamics has a direct bearing on the temporal stochasticity in the hidden layer.

The auto-encoder network efficiency is described by its ability to learn sparse features. Two datasets are used to train the network, highlighting the importance of the desynchronized vascular activity in extracting sparse independent features. The first data set consists of 5000 images of size 8 × 8, each of which contains a random number of horizontal (1 × 8) or vertical (8 × 1) bars. For this data set it is fairly easy to speculate as to how independent weight patterns should appear. If 16 neurons are chosen in the hidden layer, each of them should respond to a single bar (either vertical or horizontal) in order to achieve a sparse representation of the input bar patterns. A similar data set has been used by Földiak (1990) to study evolution of sparse features. In the second data set, the MNIST digit data, it is not quite apparent how the independent components of the input data should appear. The MNIST digit dataset consists of 60,000 images of size 28 × 28, each of which contains a single handwritten digit. The performance of the model is assessed on the basis of three performance measures: converged value of mse, mutual information index (MII), and structural similarity index (SSI). MII is used to measure the interdependencies between a pair of images (here weight patterns) and is given by Equation 22 (Mora and Ucelay, 2009).

MII=S(X)+S(Y)-S(X,Y)    (22)

where, S(X) and S(Y) are the entropies calculated on the histograms of the individual values of pixels in the two images X and Y, respectively; S(X, Y) represents the joint entropy, similarly calculated from the joint histogram of X and Y. Thus, for sparse independent weights, MII would be low. On the contrary, the non-sparse weights would have high MII, signifying more overlap in the information being conveyed by them. The third measure for evaluating the network is SSI that measures the qualitative similarity between a pair of images (Wang et al., 2004). SSI is a multiplicative combination of three terms: the luminance term, the contrast term and the structure term for the two images (X and Y) as given by Equation 23.

SSI=(2μ(X)μ(Y)+C1)(2σ(X,Y)+C2)(μ(X)2+μ(Y)2+C1)(σ(X)2+σ(Y)2+C2)    (23)

where μ(X) and μ(Y), σ(X) and σ(Y) and σ(X, Y) represent the means, standard deviations and cross covariance for the images X and Y, respectively. C1 and C2 are parameters of the equation. In the present context, SSI gives a measure of the sparseness, as conceptually it is based on the idea that spatially close pixels carry information of the structures in the image. Hence, for sparse independent features, SSI should be high as compared to the non-sparse weight patterns.

3.1. Impact of Vascular Dynamics: Synchronized or Desynchronized

The internal connectivity pattern within the vascular network determines the degree of synchronization amongst the individual vascular units. Synchrony among the vessels in the vascular network is characterized by a parameter: Average Pairwise Correlation (APC). The correlation (γjk) between a pair of vessel states (Sj, Sk) over time is given by Equation 24. The averaged correlation over all such pairs of vessels gives the APC (Equation 25).

γjk=t(Sj(t)-S¯j)(Sk(t)-S¯k)t(Sj(t)-S¯j)2t(Sk(t)-S¯k)2    (24)
APC=1n(n-1)jnkjnγjk    (25)

where, n is the number of vessels and n(n−1) is the number of pairs of distinct vessels. As described in Equation 12, decreasing the value of ϵ, switches the dynamics of the vascular network from synchronized to desynchronized as quantified by the APC (Figure 3). This in turn governs the stochasticity in the hidden layer of the coupled auto-encoder. The dropout in the hidden layer is governed by the states (Sj) of individual vessel units.

FIGURE 3
www.frontiersin.org

Figure 3. Synchronized vessel activity with individual periodic dynamics; compared with desynchronized vessel activity with individual chaotic dynamics. (A) depicts the measure of synchrony, APC for different values of ϵ; (B1) Synchronized activity seen among 100 vessels across time; (B2) Desynchronized activity seen among 100 vessels across time. (C1) APC for different values of Nd, assuming synchrony (ϵ = 1); (C2) APC for different values of Nd, assuming desynchrony (ϵ = 0).

In the case of desynchronized vascular dynamics, assuming one-to-one connectivity with the hidden layer, each vessel units activity turns ON/OFF neurons in the hidden layer in a random fashion. Randomized dropout is crucial in order to minimize mse and learn sparse independent features. The randomness of the dropout of neurons in the hidden layer, is introduced by the desynchronized vascular input.

Now when the hidden layer receives synchronous vascular input, assuming one-to-one connectivity with the hidden layer, all of the hidden neurons are either turned ON/OFF in a particular learning iteration. Hence the randomness of dropout is lost. Thus, when all the hidden neurons are ON, there is no dropout, hence no sparse independent features learnt; when all the hidden neurons are OFF, there is no learning, since the corresponding weight values will not be updated.

These results are illustrated in Figures 4, 5 for the bar and MNIST datasets respectively. The first row in both figures corresponds to the hidden layer receiving desynchronized vascular input; whereas the bottom row corresponds to synchronized case. The features learnt under desynchronized vascular input are sparse and independent as compared to synchronized, quantified by their MII and SSI scores. It is also observed that the mse for both data sets is minimized in the case of desynchronized vascular input compared to synchronized input (desynchronized: 0.055, synchronized: 0.062, for the bar dataset; desynchronized: 0.016, synchronized: 0.026, for the MNIST dataset).

FIGURE 4
www.frontiersin.org

Figure 4. Desynchronized (ϵ = 0) vascular dynamics, assuming a one-to-one connectivity with the neurons in the hidden layer, results in sparse independent features being learnt (top row), as opposed to synchronized (ϵ = 1) vascular dynamics (bottom row), on training on bar patterns. (A1,A2) depict the weight patterns learnt by the neurons in the hidden layer under desynchronized and synchronized vascular dynamics, along with their independence measures MII and SSI; (B1,B2) demonstrate that the final converged value for mse is lower (0.055) under the influence of desynchronized vascular activity as compared to synchronized (0.062); (C1,C2) shows the trend of the percentage of dropout (q) of neurons in the hidden layer.

FIGURE 5
www.frontiersin.org

Figure 5. Desynchronized (ϵ = 0) vascular dynamics, assuming a one-to-one connectivity with the neurons in the hidden layer, results in sparse independent features being learnt (top row), as opposed to synchronized (ϵ = 1) vascular dynamics (bottom row), on training on the MNIST digit data. (A1,A2) depict the weight patterns learnt by the neurons in the hidden layer under desynchronized and synchronized vascular dynamics, along with their independence measures MII and SSI; (B1,B2) demonstrate that the final converged value for mse is lower (0.016) under the influence of desynchronized vascular activity as compared to synchronized (0.026); (C1,C2) shows the trend of the percentage of dropout (q) of neurons in the hidden layer.

3.2. Impact of the Spatial Parameter: Vascular-Neural Connectivity

The connectivity scheme between the vascular and the neural network is as important as the vascular intralayer connectivity. The complete range of connectivity configurations between the two layers are considered. If each neuron receives an input from a single vessel, it is termed as one-to-one connectivity, as mentioned in the previous subsection. On the other hand, if each neuron receives inputs from every vessel a complete connectivity scheme is achieved. It is obvious that on complete connectivity, the stochasticity introduced due to desynchronized activity of the vessels is lost, as each neuron receives exactly the same feedback. Thus, the neural network's ability to learn sparse features is gradually degraded on traversing from a one-to-one toward an all-to-all connectivity architecture.

The sparse independent features learnt, on differing degrees of interlayer connectivity are shown in Figures 6, 7, along with their corresponding performance measures. Assuming the vascular input is desynchronized, for various connectivity patterns (10, 25, 50, 100% connectivity), the features learnt are shown. On increasing the projective field, the randomness of dropout in the hidden layer is lost and as a result the features learnt are no longer sparse and independent. This is verified using the two measures: MII and SSI.

FIGURE 6
www.frontiersin.org

Figure 6. The role of the spatial parameter (vascular-neural connectivity), on learning sparse independent features, assuming desynchronized vascular activity (ϵ = 0 and APC ≊0), when trained on bar patterns. (A1–A4) are representative of the learnt weight matrices of neurons in the hidden layer on increasing the projective field from one-to-one (k = 1) to complete (k = n) connectivity; (B) demonstrates that the MII shows an upward trend on average on increasing the projective field from one-to-one (k = 1) to complete (k = n) connectivity; (C) demonstrates that the SSI shows a downward trend on average on increasing the projective field from one-to-one (k = 1) to complete (k = n) connectivity.

FIGURE 7
www.frontiersin.org

Figure 7. The role of the spatial parameter (vascular-neural connectivity), on learning sparse independent features, assuming desynchronized vascular activity (ϵ = 0 and APC ≊0), when trained on MNIST digit data. (A1–A4) are representative of the learnt weight matrices of neurons in the hidden layer on increasing the projective field from one-to-one (k = 1) to complete (k = n) connectivity; (B) demonstrates that the MII shows an upward trend on average on increasing the projective field from one-to-one (k = 1) to complete (k = n) connectivity; (C) demonstrates that the SSI shows a downward trend on average on increasing the projective field from one-to-one (k = 1) to complete (k = n) connectivity.

3.3. Impact of the Temporal Parameter: Neural-Vascular Time-Scale Ratio

In the context of the present model that studies the effects of neurovascular coupling, the ratio of time scales of the neural and vascular dynamics assumes significance. The vascular time step (dt) describes the rate at which vascular dynamics are updated. The temporal ratio (TR) is defined as the number of input patterns presented to the neuronal layer during a single vascular time step. Therefore, TR denotes the ratio of time scales of stimulus presentation to the neural network vs. vascular dynamics.

With a lower TR, it was observed that the network shows better performance for both datasets, as illustrated by the performance measures; MII and SSI in Figures 8, 9. On the contrary, increasing the TR adversely affects the learning of the sparse independent features. Figures 8, 9 depict that with a higher TR, the network efficiency becomes equivalent to that observed in the case of synchronized vascular dynamics. This is due to the fact that for large values of TR, the same sets of neurons in the hidden layer are dropped out for a number of input presentations. As a result the randomness of dropout is compromised, leading to larger reconstruction errors. Thus, these results suggest that the TR should be optimal for efficient information representation.

FIGURE 8
www.frontiersin.org

Figure 8. The role of the temporal parameter (TR), on learning sparse independent features, assuming desynchronized vascular activity (ϵ = 0 and APC ≊0), when trained on bar patterns with k = 1. (A1– A4) are representative of the learnt weight matrices of neurons in the hidden layer on increasing the time delay; (B) demonstrates that the MII shows an upward trend on increasing the temporal ration (TR); (C) demonstrates that the SSI shows a downward trend on increasing the temporal ratio (TR).

FIGURE 9
www.frontiersin.org

Figure 9. The role of the temporal parameter (TR), on learning sparse independent features, assuming desynchronized vascular activity (ϵ = 0 and APC ≊0), when trained on MNIST digit data with k = 1. (A1–A4) are representative of the learnt weight matrices of neurons in the hidden layer on increasing the time delay; (B) demonstrates that the MII shows an upward trend on increasing the temporal ratio (TR); (C) demonstrates that the SSI shows a downward trend on increasing the temporal ratio (TR).

4. Discussion

The present study proposes a neural network model in which modulatory feedback from vascular dynamics has a direct influence on learning and performance of the neural network. Most neurovascular models focus on the feedforward effect of neural dynamics on vascular dynamics, and ignore the feedback influence of vascular dynamics on neural activity. Drawing from experimental literature, a strong case for the significant influence of vascular feedback on neural activity has been theorized by Moore and Cao (2008). Interestingly, a number of cognitive impairments have been associated with vascular dysfunctions (Di Marco et al., 2015). The proposed model specifically emphasizes the role of the vascular system in information representation in neural circuits. Within an auto-encoder framework, the influence of desynchronized vascular dynamics on the information representation in a neural network is investigated. It is further demonstrated that the spatio-temporal characteristics of the vascular network must be optimal for the neural network to learn efficient, sparse independent representations of input data.

The model impinges on the capability of the vascular system to introduce a certain percentage of dropout in an auto-encoder. It has previously been demonstrated that dropout in the hidden layer is imperative for learning sparse independent features (Srivastava et al., 2014). In the present study, the stochastic dropout has been linked to desynchronized vascular dynamics, given the requisite temporal and spatial parameters. The desynchronized vascular dynamics are a result of the vascular intra-connectivity matrix (T). Furthermore, it has been demonstrated that one-to-one connectivity between the neural and the vascular layer, is adequate in bringing about the requisite stochasticity in the neuronal layer, given desynchronized vascular dynamics. The spatial parameter, k, represents the size of the projective field of individual vascular units onto the neuronal layer. Experimental studies report that the ratio of the number of neurons to capillaries is 1:1, suggesting that a one to one connectivity between the neural and vascular layer is feasible (Quaegebeur et al., 2011). In addition, with intercapillary distances of 40 μm, each capillary supplies neurons within a radial distance of 25 μm (Pardridge, 2011). However, it is possible that due to the dynamic nature of the blood flow, this radius of influence could be larger and of the radius of astrocytic microdomains ≈100−200μm (Oberheim et al., 2006). Under the assumption of these larger radii of vascular influence, the one-to-one relation between vessels and neurons is no longer valid. Each neural node in the model could now however be reinterpreted as a set of neurons having similar receptive fields as in a cortical column, rather than a single neuron. Thus, two nodes in the hidden layer would represent two non-overlapping cortical receptive field domains which are known to be ≈500μm apart (Leise, 1990).

The neural network model considered in this paper is rate coded. This implies that the value of a particular node in the network signifies the firing rate of that node. Thus, when the vascular dynamics results in the dropout of a particular node, it implies that for the entire duration of the corresponding vessels' cycle, that particular node is silent. The neuronal weight update is of the order of the timescale of vascular dynamics. Also it must be noted that the time scale of vascular dynamics is of the order of stimulus presentation. These points lead to the testable hypothesis: Assuming the time for a response spike train to be insignificant as compared to the vascular dynamics, how many separate input stimuli could be presented within a single vascular cycle, such that the performance of the network is not compromised? The temporal ratio (TR) is intended to help arrive at this number.

The role of vascular plasticity is not elaborated in the current model. It is known that angiogenesis follows new learning via the expression of Vascular Endothelial Growth Factor (VEGF) within minutes of changes in oxygen demands in the brain (Welberg, 2011). In the model described, post training, each of the neuronal hidden nodes respond on the presentation of at least one of the input stimuli considered, and hence are active at different time points corresponding to their presentation. The frequency of activation of different nodes is close to uniform when considered across input presentations due to the nature of the stimuli set considered. This implies that though the overall network demand changes, it changes equally for each of the individual neurons. In the light of this, for the model in its current formulation, uniform connections from the vascular layer to the hidden neuronal layer should be sufficient, and angiogenesis, which implies, among other things, training of connections from the vascular layer to the hidden layer, is not necessary. However, when the input stimuli are skewed, angiogenesis, expressed in the form of trainable vascular-neural connections, will become important.

A number of recent experimental findings corroborate that predictive coding mechanisms are at play in the visual system (Allman et al., 1985; Miller et al., 1991; Spratling, 2008; Egner et al., 2010). Such a predictive coding model has been shown to learn independent features based on the overall image statistics. However, additional requirements such as a hierarchy of such predictive modules, sparsity constraints, and predefined image patches need to be employed to extract meaningful features (Rao and Ballard, 1999). In the predictive coding framework, the ensemble input reconstruction error (mse) represents the activity of the error estimating neural layer. Traditionally, this error is employed to change the synaptic weights and biases associated with the network, such that the prediction mimics reality (Hinton and McClelland, 1988). In the present model, mse additionally influences the feedforward signal from the neural to the vascular layer. The rationale for utilizing this lumped mse, is pivoted by experimental evidence suggesting that neurons work in concert to regulate vascular dynamics (Cohen et al., 1997; Krimer et al., 1998). The activity of the error estimating neurons is fed to the vasculature associated with the hidden layer neurons in the model. This phenomenon of distal neuronal control of the vascular dynamics is a known mechanism of neural regulation of cerebral blood flow (Cohen et al., 1997; Iadecola, 1998; Krimer et al., 1998). The change in mse is interpreted by the vascular system as the neural demand (Nd). The vascular system optimizes its supply such that at every time instant the neural demand is met. The optimization paradigm is similar to that implemented by Pradhan and Chakravarthy (2007) in the context of perfusion in skeletal muscle.

In general, cerebral blood vessels show spontaneous oscillations known as vasomotion in physiological conditions, which can either be chaotic or periodic (Griffith and Edwards, 1994). “Chaos,” in physiological systems, is considered to provide certain inherent variability, characteristic of normal physiology, while the loss of such variability is a sign of impaired health (Nilsson and Aalkjaer, 2003). Experimental studies by Griffith (1996) depict the link between temporal chaos in microvasculature and efficient energy delivery. However, in the present context it is more relevant to consider vasomotion as a network phenomenon, in lieu of fluctuations in the lumen of a single, isolated capillary. This is because the vascular dynamics is largely governed by complex interactions among multiple interconnected capillaries communicating through physicochemical signals. Thus, the significance of vasomotion rhythms (regular or chaotic) is more naturally appreciated in terms of the dynamics of microvascular network (Pradhan and Chakravarthy, 2011). A previous modeling study highlighted the link between desynchronized vascular dynamics and efficient energy delivery, in skeletal muscles (Pradhan et al., 2007; Pradhan and Chakravarthy, 2009). In the current framework, it is shown that desynchronized vascular dynamics are essential for efficient training. Desynchronized vascular activity, as currently modeled, could be considered a consequence of chaotic capillary dynamics.

Physiologically, could such desynchronized dynamics have an importance in information representation in an associated neural tissue, in addition to simply allowing efficient energy delivery? While there is meager biological evidence to second the association of desynchronized vascular dynamics with information processing, there are studies suggesting the presence of periodic vasomotion under metabolically compromised states such as hypoxia and ischaemia (Nilsson and Aalkjaer, 2003). Such conditions have been shown to result in impaired neural plasticity (Failor et al., 2010). These two studies predict a crucial link between the prevalence of vasomotion and plasticity in the brain. However, the precise causal relationships between abnormal vasomotion and cognitive dysfunctions need to be experimentally explored further. Furthermore, it would be interesting to understand the correlation of the different frequencies and amplitude of vasomotion on learning and plasticity in the brain.

Although the present model is abstract, it preserves the essence of known mechanisms of neurovascular coupling. Moreover, it proposes a novel paradigm of “vascular computation,” wherein the vascular network actively participates in information processing. Within this framework, biologically realistic neurovascular models could be developed, incorporating the biophysical details of neurons and blood vessels. An example of such a detailed framework would include modeling the signaling pathways from the neurons to the vessels leading to dilation/constriction. The downstream effect of this further can be reflected in the glucose, lactate and oxygen release probabilities from the vessels, as was described by Chander and Chakravarthy (2012). The influence of these energy substrates on the neuron could then be modeled in a similar fashion as that of the present study via controlling the neural firing threshold. Moreover, there are significant evidences suggesting an energy dependent control of the firing threshold through the activity of the KATP channels (Ballanyi, 2004). It would not be unreasonable to expect such a detailed model to manifest all the underlying features of the abstract model described in this paper.

Another plausible attempt would be to consider a vascular anatomic network model, proposed by Boas et al. (2008) along with detailed spiking neuron models. The neural network considered in this paper is rate coded, hence sub-threshold neuronal oscillation which could influence vascular dynamics are not considered. Such approaches might help in establishing the informational association between the BOLD and EEG signals. Further studies need to be pursued in the path paved by the model in order to precisely understand the plasticity within the neuronal and vascular networks.

Author Contributions

KC: Computational model development, analysis and manuscript preparation; RTP: Computational model development, analysis and manuscript preparation; VSC: Computational model development, analysis and manuscript preparation.

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.

Acknowledgments

We would like to thank Pragathi Priyadarshini, Alekhya Mandali, Vignesh Muralidharan, Vignan Muddapu, Akila Ranjith and Karthik Soman for their contributions in the preparation of this manuscript.

References

Allman, J., Miezin, F., and McGuinness, E. (1985). Stimulus specific responses from beyond the classical receptive field: neurophysiological mechanisms for local-global comparisons in visual neurons. Ann. Rev. Neurosci. 8, 407–430. doi: 10.1146/annurev.ne.08.030185.002203

PubMed Abstract | CrossRef Full Text | Google Scholar

Baldi, P., and Sadowski, P. (2014). The dropout learning algorithm. Artif. Intell. 210, 78–122. doi: 10.1016/j.artint.2014.02.004

PubMed Abstract | CrossRef Full Text | Google Scholar

Ballanyi, K. (2004). Protective role of neuronal katp channels in brain hypoxia. J. Exp. Biol. 207, 3201–3212. doi: 10.1016/j.artint.2014.02.004

PubMed Abstract | CrossRef Full Text | Google Scholar

Boas, D. A., Jones, S. R., Devor, A., Huppert, T. J., and Dale, A. M. (2008). A vascular anatomical network model of the spatio-temporal response to brain activation. Neuroimage 40, 1116–1129. doi: 10.1016/j.neuroimage.2007.12.061

PubMed Abstract | CrossRef Full Text | Google Scholar

Chander, B. S., and Chakravarthy, V. S. (2012). A computational model of neuro-glio-vascular loop interactions. PLoS ONE 7:e48802. doi: 10.1371/journal.pone.0048802

PubMed Abstract | CrossRef Full Text | Google Scholar

Chhabria, K., and Chakravarthy, V. (2016). Low-dimensional models of ‘Neuro-glio-vascular unit’ for describing neural dynamics under normal and energy-starved conditions. Front. Neurol. 7:24. doi: 10.3389/fneur.2016.00024

CrossRef Full Text

Cohen, Z., Molinatti, G., and Hamel, E. (1997). Astroglial and vascular interactions of noradrenaline terminals in the rat cerebral cortex. J. Cereb. Blood Flow Metab. 17, 894–904. doi: 10.1097/00004647-199708000-00008

PubMed Abstract | CrossRef Full Text | Google Scholar

Das, A., and Sirotin, Y. B. (2011). What could underlie the trial-related signal? a response to the commentaries by drs. kleinschmidt and muller, and drs. handwerker and bandettini. Neuroimage 55, 1413–1418. doi: 10.1016/j.neuroimage.2010.07.005

PubMed Abstract | CrossRef Full Text | Google Scholar

Devarajan, S., Prashanth, P., and Chakravarthy, V. (2006). On the exploratory role of complex oscillations in a model of basal ganglia based on reinforcement learning. Int. J. Neural Syst. 16, 111–124. doi: 10.1142/S0129065706000548

PubMed Abstract | CrossRef Full Text

Di Marco, L. Y., Farkas, E., Martin, C., Venneri, A., and Frangi, A. F. (2015). Is vasomotion in cerebral arteries impaired in alzheimer's disease? J. Alzheimer's Dis. 46, 35–53. doi: 10.3233/jad-142976

PubMed Abstract | CrossRef Full Text | Google Scholar

Egner, T., Monti, J. M., and Summerfield, C. (2010). Expectation and surprise determine neural population responses in the ventral visual stream. J. Neurosci. 30, 16601–16608. doi: 10.1523/JNEUROSCI.2770-10.2010

PubMed Abstract | CrossRef Full Text | Google Scholar

Failor, S., Nguyen, V., Darcy, D. P., Cang, J., Wendland, M. F., Stryker, M. P., et al. (2010). Neonatal cerebral hypoxia–ischemia impairs plasticity in rat visual cortex. J. Neurosci. 30, 81–92. doi: 10.1523/JNEUROSCI.5656-08.2010

PubMed Abstract | CrossRef Full Text | Google Scholar

Földiak, P. (1990). Forming sparse representations by local anti-hebbian learning. Biol. Cybern. 64, 165–170. doi: 10.1007/BF02331346

PubMed Abstract | CrossRef Full Text | Google Scholar

Griffith, T. (1996). Temporal chaos in the microcirculation. Cardiovasc. Res. 31, 342–358. doi: 10.1016/S0008-6363(95)00147-6

PubMed Abstract | CrossRef Full Text | Google Scholar

Griffith, T., and Edwards, D. (1994). Fractal analysis of role of smooth muscle ca2+ fluxes in genesis of chaotic arterial pressure oscillations. Am. J. Physiol. Heart Circul. Physiol. 266, H1801–H1811.

Google Scholar

Handwerker, D. A., and Bandettini, P. A. (2011). Hemodynamic signals not predicted? not so: a comment on sirotin and das (2009). Neuroimage 55, 1409–1412. doi: 10.1016/j.neuroimage.2010.04.037

PubMed Abstract | CrossRef Full Text | Google Scholar

Hinton, G. E., and McClelland, J. L. (1988). “Learning representations by recirculation,” in Neural Information Processing Systems, ed D. Z. Anderson (New York, NY: American Institute of Physics), 358–366.

Horwitz, B. (2004). Relating fmri and pet signals to neural activity by means of large-scale neural models. Neuroinformatics 2, 251–266. doi: 10.1385/NI:2:2:251

PubMed Abstract | CrossRef Full Text | Google Scholar

Iadecola, C. (1998). Neurogenic control of the cerebral microcirculation: is dopamine minding the store? Nat. Neurosci. 1, 263–265. doi: 10.1038/1074

PubMed Abstract | CrossRef Full Text | Google Scholar

Intaglietta, M. (1990). Vasomotion and flowmotion: physiological mechanisms and clinical evidence. Vasc. Med. Rev. 1, 101–112. doi: 10.1177/1358836X9000100202

CrossRef Full Text | Google Scholar

Jego, P., Pacheco-Torres, J., Araque, A., and Canals, S. (2014). Functional mri in mice lacking ip3-dependent calcium signaling in astrocytes. J. Cereb. Blood Flow Metab. 34, 1599–1603. doi: 10.1038/jcbfm.2014.144

PubMed Abstract | CrossRef Full Text | Google Scholar

Kleinschmidt, A., and Müller, N. G. (2010). The blind, the lame, and the poor signals of brain function–a comment on sirotin and das (2009). Neuroimage 50, 622–625. doi: 10.1016/j.neuroimage.2009.12.075

PubMed Abstract | CrossRef Full Text | Google Scholar

Krimer, L. S., Muly, E. C., Williams, G. V., and Goldman-Rakic, P. S. (1998). Dopaminergic regulation of cerebral cortical microcirculation. Nat. Neurosci. 1, 286–289. doi: 10.1038/1099

PubMed Abstract | CrossRef Full Text | Google Scholar

Leise, E. M. (1990). Modular construction of nervous systems: a basic principle of design for invertebrates and vertebrates. Brain Res. Rev. 15, 1–23. doi: 10.1016/0165-0173(90)90009-D

PubMed Abstract | CrossRef Full Text | Google Scholar

Leithner, C., and Royl, G. (2014). The oxygen paradox of neurovascular coupling. J. Cereb. Blood Flow Metab. 34, 19–29. doi: 10.1038/jcbfm.2013.181

PubMed Abstract | CrossRef Full Text | Google Scholar

McDonnell, M. D., and Ward, L. M. (2011). The benefits of noise in neural systems: bridging theory and experiment. Nat. Rev. Neurosci. 12, 415–426. doi: 10.1038/nrn3061

PubMed Abstract | CrossRef Full Text | Google Scholar

Metea, M. R., and Newman, E. A. (2006). Glial cells dilate and constrict blood vessels: a mechanism of neurovascular coupling. J. Neurosci. 26, 2862–2870. doi: 10.1523/JNEUROSCI.4048-05.2006

PubMed Abstract | CrossRef Full Text | Google Scholar

Miller, E. K., Li, L., and Desimone, R. (1991). A neural mechanism for working and recognition memory in inferior temporal cortex. Science 254, 1377–1379. doi: 10.1126/science.1962197

PubMed Abstract | CrossRef Full Text | Google Scholar

Moore, C. I., and Cao, R. (2008). The hemo-neural hypothesis: on the role of blood flow in information processing. J. Neurophysiol. 99, 2035–2047. doi: 10.1152/jn.01366.2006

PubMed Abstract | CrossRef Full Text | Google Scholar

Mora, R., and Ucelay, J. R.-C. (2009). The Statistical Properties of the Mutual Information Index of Multigroup Segregation. Documentos de trabajo. Economic series (Universidad Carlos III. Departamento de Economía), 1.

Nilsson, H., and Aalkjær, C. (2003). Vasomotion: mechanisms and physiological importance. Mol. Inter. 3, 79. doi: 10.1124/mi.3.2.79

PubMed Abstract | CrossRef Full Text | Google Scholar

Nizar, K., Uhlirova, H., Tian, P., Saisan, P. A., Cheng, Q., Reznichenko, L., et al. (2013). In vivo stimulus-induced vasodilation occurs without ip3 receptor activation and may precede astrocytic calcium increase. J. Neurosci. 33, 8411–8422. doi: 10.1523/JNEUROSCI.3285-12.2013

PubMed Abstract | CrossRef Full Text | Google Scholar

Oberheim, N. A., Wang, X., Goldman, S., and Nedergaard, M. (2006). Astrocytic complexity distinguishes the human brain. Trends Neurosci. 29, 547–553. doi: 10.1016/j.tins.2006.08.004

PubMed Abstract | CrossRef Full Text | Google Scholar

Oh, S.-H. (1997). Improving the error backpropagation algorithm with a modified error function. IEEE Trans. Neural Netw. 8, 799–803. doi: 10.1109/72.572117

PubMed Abstract | CrossRef Full Text | Google Scholar

Oja, E. (1997). The nonlinear pca learning rule in independent component analysis. Neurocomputing 17, 25–45. doi: 10.1016/S0925-2312(97)00045-3

CrossRef Full Text | Google Scholar

Olshausen, B. A., and Field, D. J. (1996). Emergence of simple-cell receptive field properties by learning a sparse code for natural images. Nature 381, 607–609. doi: 10.1038/381607a0

PubMed Abstract | CrossRef Full Text | Google Scholar

Pardridge, W. M. (2011). Drug transport in brain via the cerebrospinal fluid. Cereb. Fluid Res. 8, 1–4. doi: 10.1186/2045-8118-8-7

PubMed Abstract | CrossRef Full Text | Google Scholar

Parthimos, D., Edwards, D., and Griffith, T. (1996). Comparison of chaotic and sinusoidal vasomotion in the regulation of microvascular flow. Cardiovasc. Res. 31, 388–399. doi: 10.1016/S0008-6363(95)00123-9

PubMed Abstract | CrossRef Full Text | Google Scholar

Pradhan, R., and Chakravarthy, V. (2011). Informational dynamics of vasomotion in microvascular networks: a review. Acta Physiol. 201, 193–218. doi: 10.1111/j.1748-1716.2010.02198.x

PubMed Abstract | CrossRef Full Text | Google Scholar

Pradhan, R. K., and Chakravarthy, V. (2007). A computational model that links non-periodic vasomotion to enhanced oxygenation in skeletal muscle. Math. Biosci. 209, 486–499. doi: 10.1016/j.mbs.2007.02.010

PubMed Abstract | CrossRef Full Text | Google Scholar

Pradhan, R. K., and Chakravarthy, V. (2009). Desynchronized vasomotion and desynchronized fiber activation pattern enhance oxygenation in a model of skeletal muscle. J. Theor. Biol. 259, 242–252. doi: 10.1016/j.jtbi.2009.02.026

PubMed Abstract | CrossRef Full Text | Google Scholar

Pradhan, R. K., Chakravarthy, V., and Prabhakar, A. (2007). Effect of chaotic vasomotion in skeletal muscle on tissue oxygenation. Microvasc. Res. 74, 51–64. doi: 10.1016/j.mvr.2007.02.004

PubMed Abstract | CrossRef Full Text | Google Scholar

Prioreschi, P. (1996). Galenicae quaestiones disputatae duae: rete mirabile and pulmonary circulation. Vesalius 2, 67–78.

PubMed Abstract | Google Scholar

Quaegebeur, A., Lange, C., and Carmeliet, P. (2011). The neurovascular link in health and disease: molecular mechanisms and therapeutic implications. Neuron 71, 406–424. doi: 10.1016/j.neuron.2011.07.013

PubMed Abstract | CrossRef Full Text | Google Scholar

Rao, R. P., and Ballard, D. H. (1999). Predictive coding in the visual cortex: a functional interpretation of some extra-classical receptive-field effects. Nat. Neurosci. 2, 79–87. doi: 10.1038/4580

PubMed Abstract | CrossRef Full Text | Google Scholar

Roy, C. S., and Sherrington, C. S. (1890). On the regulation of the blood-supply of the brain. J. Physiol. 11, 85–158. doi: 10.1113/jphysiol.1890.sp000321

PubMed Abstract | CrossRef Full Text | Google Scholar

Schultz, W. (1998). Predictive reward signal of dopamine neurons. J. Neurophysiol. 80, 1–27.

PubMed Abstract | Google Scholar

Schultz, W., and Dickinson, A. (2000). Neuronal coding of prediction errors. Ann. Rev. Neurosci. 23, 473–500. doi: 10.1146/annurev.neuro.23.1.473

PubMed Abstract | CrossRef Full Text | Google Scholar

Sirotin, Y. B., and Das, A. (2009). Anticipatory haemodynamic signals in sensory cortex not predicted by local neuronal activity. Nature 457, 475–479. doi: 10.1038/nature07664

PubMed Abstract | CrossRef Full Text | Google Scholar

Spratling, M. W. (2008). Predictive coding as a model of biased competition in visual attention. Vision Res. 48, 1391–1408. doi: 10.1016/j.visres.2008.03.009

PubMed Abstract | CrossRef Full Text | Google Scholar

Srivastava, N., Hinton, G., Krizhevsky, A., Sutskever, I., and Salakhutdinov, R. (2014). Dropout: a simple way to prevent neural networks from overfitting. J. Mach. Learn. Res. 15, 1929–1958.

Google Scholar

Steinberg, E. E., Keiflin, R., Boivin, J. R., Witten, I. B., Deisseroth, K., and Janak, P. H. (2013). A causal link between prediction errors, dopamine neurons and learning. Nat. Neurosci. 16, 966–973. doi: 10.1038/nn.3413

PubMed Abstract | CrossRef Full Text | Google Scholar

Vanhoutte, P. M., and Mombouli, J.-V. (1996). Vascular endothelium: vasoactive mediators. Prog. Cardiovasc. Dis. 39, 229–238. doi: 10.1016/S0033-0620(96)80003-X

PubMed Abstract | CrossRef Full Text | Google Scholar

Viale, G. (2006). The rete mirabile of the cranial base: a millenary legend. Neurosurgery 58, 1198–1208. doi: 10.1227/01.NEU.0000216118.31290.65

PubMed Abstract | CrossRef Full Text | Google Scholar

Wang, Z., Bovik, A. C., Sheikh, H. R., and Simoncelli, E. P. (2004). Image quality assessment: from error visibility to structural similarity. IEEE Trans. Image Process. 13, 600–612. doi: 10.1109/TIP.2003.819861

PubMed Abstract | CrossRef Full Text | Google Scholar

Welberg, L. (2011). Adult neurogenesis: uncoupling the roles of vegf. Nat. Rev. Neurosci. 12, 247–247. doi: 10.1038/nrn3028

PubMed Abstract | CrossRef Full Text | Google Scholar

Zenke, F., Hennequin, G., and Gerstner, W. (2013). Synaptic plasticity in neural networks needs homeostasis with a fast rate detector. PLoS Comput. Biol. 9:e1003330. doi: 10.1371/journal.pcbi.1003330

PubMed Abstract | CrossRef Full Text | Google Scholar

Zonta, M., Angulo, M. C., Gobbo, S., Rosengarten, B., Hossmann, K.-A., Pozzan, T., et al. (2003). Neuron-to-astrocyte signaling is central to the dynamic control of brain microcirculation. Nat. Neurosci. 6, 43–50. doi: 10.1038/nn980

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: desynchronized vascular dynamics, vasomotion, vascular driven neural computation, neuronal demand, error estimating neurons, predictive coding

Citation: Philips RT, Chhabria K and Chakravarthy VS (2016) Vascular Dynamics Aid a Coupled Neurovascular Network Learn Sparse Independent Features: A Computational Model. Front. Neural Circuits 10:7. doi: 10.3389/fncir.2016.00007

Received: 07 December 2015; Accepted: 02 February 2016;
Published: 26 February 2016.

Edited by:

Oscar Herreras, Cajal Institute, Spain

Reviewed by:

Santiago Canals, Instituto de Neurociencias de Alicante, Spain
Benito De Celis Alonso, Benemérita Universidad Autónoma de Puebla, Mexico
Kasia M. Bieszczad, Rutgers, The State University of New Jersey, USA

Copyright © 2016 Philips, Chhabria and Chakravarthy. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) or licensor are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: V. Srinivasa Chakravarthy, schakra@iitm.ac.in

These authors have contributed equally to this work.

Download