Inhibition-stabilized networks in the neocortex
- 3 minsThe inhibition stabilized regime
Inhibition stabilized networks (ISNs) are looking like an increasingly successful framework for thinking about how recurrent circuits in the neocortex operate. The idea was originally proposed 20+ years ago, but has really taken off in the past couple of years as people have begun to explicitly test the predictions of the ISN model with optogenetic experiments. ISNs really captivated my thinking around the middle of grad school. At its heart, the ISN model is a relatively straightforward idea, but one that might help neuroscientists unravel the consistently muddled results that come out of manipulating cortical circuits. It’s also a theory with a very conservative scope. It doesn’t seek to explain behavior, or even cognition - only the dynamical properties of cortical networks. Consequently, it makes some very concrete, mechanistic predictions that are readily testable.
What is an inhibition-stabilized network?
In simple terms, a network is an ISN if: 1) Its recurrent excitatory connections are strong enough that the network is unstable (i.e. will undergo runaway positive feedback) in the absence of inhibition 2) It has recurrent inhibition, and this inhibition is strong enough to keep the network stable.
https://www.sciencedirect.com/science/article/pii/S0896627309002876 https://www.sciencedirect.com/science/article/pii/S0896627318300709 https://www.biorxiv.org/content/10.1101/656710v2 https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005576&rev=1 https://www.jneurosci.org/content/37/49/12050.full https://arxiv.org/abs/1907.00816 https://cdn.elifesciences.org/articles/29742/elife-29742-v2.pdf https://www.physiology.org/doi/full/10.1152/jn.00732.2015 https://www.sciencedirect.com/science/article/pii/S0896627309001287 https://www.sciencedirect.com/science/article/abs/pii/S0306452217305316 https://arxiv.org/pdf/1907.00816.pdf ssn https://www.mitpressjournals.org/doi/10.1162/NECO_a_00472 https://www.sciencedirect.com/science/article/pii/S0896627314011350
ISN models
More concretely, this can be understood by considering a simple dynamical model (Tsodyks et al. 1997). The model is a recurrent network with two units: one to represent the population of excitatory neurons (E) and one to represent inhibitory neurons (I).
The network is fully connected: E connects to I (Jie), I connects to E (Jei), and both units connect to themselves (Jee and Jii). E and I can also receive external inputs, labeled e and i. The activity of the units evolves according to the Wilson-Cowan differential equations:
Let’s break these equations down a little bit, starting with the first one. The activity of E evolves as a function of -E + ge[Jee E - Jei I + e(t)]. ge is a response function - in this case, it’s just a rectified linear function. The inputs to ge are simply the activity of all of the units in the network (there are only two: I and E itself) multiplied by the weights of the connections from these units onto E plus the external input, e(t). So a pretty standard input-output function, plus the -E term, which drives the activity of E to decay back to 0 at a rate defined by tau. Another way to think about this - in the language of modern machine learning, the units are leaky versions of ReLUs. The second equation describes how the activity of I evolves and is exactly the same, except with different weights of J.
E is unstable if the gain of the input from E back onto itself is greater than 1. Assuming that the slope of ge(x) = 1 for x > 0, this is true when Jee > 1. Assuming that this condition is met, determining whether or not the network is an ISN is a little more complicated. Ozeki et al. 2009 rewrite the above model as matrix equations, which makes the analysis much easier. From their supplemental text: This is easy to understand if you assume that the excitatory and inhibitory populations have the same time constant i.e. k = 0
to do: equation showing dr/dt = (1-J)r + i if k = 1
https://ars.els-cdn.com/content/image/1-s2.0-S0896627309002876-mmc1.pdf