McGaughy Collaboration Models

McGaughy, J., Koene, R.A., Eichenbaum, H.B. and Hasselmo, M.E. (2004). Cholinergic deafferentation of the entorhinal cortex impairs encoding of novel but not familiar stimuli.

Contents:

  1. Task Protocol
  2. Model Construction
    1. Simulating the environment of the McGaughy task
    2. Processing stimuli
    3. Simulating the neuronal circuitry
      1. Non-intuitive spike indexing at cell capture box inputs and outputs
  3. Results
  4. Future Directions
    1. A memory drop-out phenomenon when the first test stimulus is the same as the sample stimulus

Task Protocol


Figure 1:

The presentation of novel stimuli to rats alternated between two lists on successive days. Each list contained six odor stimulus pairs. The order of the stimulus pairs within a list is randomized during each exposure. All the odors in a list are different.

After ACh lesions are applied in entorhinal cortex, about 40 percent of cholinergic neurons survive. Learning of novel stimuli is still possible, but requires significantly more training.

Is that:

  1. due to the continued function of 40 percent of the cholinergic neurons or
  2. is it doe to learning without the use of short-term memory? (This is assumed here.)

Model Construction

The model is constructed using some of the components designed in the newtmaze and minicolumn series of models. Specifically, the ECII populations with STM dynamics and the ECIII population with LTP on recurrent fibres are implemented in the neural circuitry part of the simulation. The environment is simulated in a similar manner as those in the Kantak Collaboration Models and in the minicolumn series of models.

This simulation aims to model the memory aspects of the task, not the operant aspects involving association with reward or learning of the DNMS rule.


Figure 2:

Simulating the environment of the McGaughy task


Figure 3:

Processing stimuli

Each odor is represented by a pattern with three spiking neurons.

Simulating the neuronal circuitry

Encoding of novel items is assumed to involve a short-term memory (STM) function in entorhinal cortex layer II (ECII), while the retrieval of familiar items depends on long-term potentiation (LTP) at recurrent synapses between neurons of prefrontal cortex (PFC).
The input circuitry is still geared to create eight different single-spike action potentials. The basic requirement is that one of 8 possible patterns that represent a smell appears. That pattern is perceived. Then a pair, of patterns that includes the known pattern appears. The rat has to choose the one it has not smelled already. (The rat does get the opportunity to perceive each smell before making a choice.)

  1. Get the basic task to work.
  2. Test the effect of lesions.
  3. Vary the delay involved (including no-delay tests).
  4. Match results obtained from experiments with rats.
  5. (Possibly consider the effect of overlapping versus non-overlapping patterns.)

    Model learning of the stimulus patterns. Approximate the DNMS process, do not learn that explicitly for this simulation.

    It is quite alright to use single spikes as the indicators of the specific odor, together with a connection table that creates the 8 neuron patterns for each.

    Since this simulation does not involve learning rules in minicolumns, there is no need for spike-pair generating circuitry. A first version of the simulation can use a simple event generator to produce the necessary spikes. There is also no need to wait for many cycles, since the STM buffer does not train the synaptic memory at this time. Instead, three presentations are needed to train the synaptic memory.

    Some questions:


    In the mcgaughy-20040625.ccm version of the model, the LTP modification rule on recurrent connections is temporarily replaced with strong connections and a fixed table of routing patterns. This is done so that preliminary results can show the difference between novel and familiar pattern persistence when cholinergic input is varied without the immedaite need to invest development time in the synaptic learning in PFC.

    Catacomb Bug?: For some reason, activation of a second (separate) pattern on the inputs causes reactivation of the first pattern that is encoded in the router patterns for the synapses of recurrent fibres in PFC of mcgaughy-20040625.ccm. So, I have to temporarily disable that second pattern input at t=760 ms and t=2260 ms for the demonstration of activity in PFC for novel versus familiar item patterns.


    Aim (20040801): To achieve reliable activity in PFC for the "familiar" items condition. This must correct the bug in the 20040625 version of the simulation and sustain activity for the initial stimulus of each trail during the trial. This is commenced in mcgaughy-20040801.ccm.gz.

    After closer inspection, it seems that the problem is due to confusion about routing through the SpikeProjection link (tested with a routing table and with 1-1 connections). It is likely that spikes intended for different neurons are being sent to different synapses on the same neuron. For instance, with 1-1 connections it would be assumed that each neuron in the first pattern would send recurrent input only to itself and therefore all neurons in that pattern would receive subthreshold input only. Yet the result is that neuron number 0 spikes. Apparently, the recurrent spikes of any of the neurons are sent to neuron 0 in that case. This happens if the output spikes of each neuron are numbered 0. That way, 1-1 connections through a SpikeProjection that recursively distributes spikes to all neurons in PFC send all the spikes with ID 0 to neuron 0. In the case of a routing table that sets up patterns of 8 neurons each, the output spike of all neurons have ID 0 and are then copied to target IDs 0-7. Consequently, neurons 0-7 spike - the first pattern. In previous experiments, learning rules were used to set up connection strengths on all-all recurrent and pathway connections. In the present setup, where populations are created by setting row and column numbers for a captured cell, without automatically adding relays for transmission in and out of a capture box, this is the expected behavior. Nevertheless, it deserves careful documentation and possibly even a warning that appears during model design.


    Figure 4: Familiar and novel stimuli maintained in entorhinal and prefrontal cortices of the model. The top two response functions show the membrane potentials of two sampled neurons in prefrontal cortex (PFC) that spike in patterns representing a novel (above) and a familiar (below) stimulus. The bottom two response functions show the membrane potentials of two sampled neurons in entorhinal cortex (EC) that spike in patterns representing a novel (below) and a familiar (above) stimulus. Trials are separated by periods in which no spikes occur. In the first trial, a familiar stimulus is maintained by recurrent reactivation through learned connection strengths in PFC and maintained in EC by intrinsic processes that enable persistent firing. In the second trial, a novel stimulus cannot be maintained in PFC, but is correctly maintained in EC. In the third trial, the familiar stimulus is again maintained in PFC, while EC is lesioned so that the corresponding pattern of spiking does not appear there. Finally, the fourth trial shows the inability to maintain a memory of the novel stimulus when EC is lesioned.

    The data for vector graphics presentations of the simulation results are obtained in .cdf output of the "cdfoutput" vector recorder in mcgaughy-20040802.ccm.gz. Figures with vector graphics are produced for the corresponding data with showstacked.sh and showspikesstacked.sh (see mcgaughytask.pdf).

    Aspects of the experimental results that are not yet shown in the simulation results above:

    1. After about three days of exposure to a novel stimulus, rats with lesions that inhibit EC function begin to perform successfully on the DNMS task. PFC is gradually able to maintain the novel stimulus. The simulation should show gradual encoding of the novel stimulus and consequent maintenance in PFC in the lesioned case.
    2. The delays involved in the experimental task mean that maintenance in EC must involve LTP. Our theory explains good performance for novel items with functional EC by employing repetition in STM to rapidly encode a novel stimulus in EC. It is possible that the memory is eventually transferred to PFC or that slower learning in PFC occurs in parallel and eventually achieves stimulus encoding. While the simulation could show a separate store (e.g. ECIII) that utilizes STDP to encode novel stimuli with input from STM in ECII, a description of the theory may suffice for this paper.

    Since the task does not require that sequences are learned, dependence on medial temporal function is not absolute. That is apparent in the fact that deficiencies for novel stimuli when EC is lesioned or cholinergic input to EC is suppressed dissipate as a stimulus becomes familiar and maintenance is achieved in PFC.

    Aim (20040801): Add a transition of a novel stimulus to familiar stimulus maintenance in PFC. Since Catacomb presently allows us only to either preset synaptic strengths or to train them, not to preset some and train others in the same synaptic population, the most straightforward way to add learning for the novel stimulus to the simulation without breaking the behavior for the familiar stimulus is to add a separate synaptic population. That population of synapses can receive recurrent input from the novel stimulus pattern and experience STDP. The recurrent connections that establish these strengthened synapses must have a synaptic delay greater than zero, but less than about 20 ms.

    The delay on synapses in PFC that establish stimulus memory maintenance through recurrent excitation is not as great as the interval between repetitions in EC. Previously, a long delay of 125 ms was used for the familiar stimulus in PFC to achieve similar spike rates for maintenance in PFC and EC. There was no well-formulated presupposition to support the long delay, although circuits that achieve the delay may be devised (e.g. many synaptic relays, recurrent excitation plus rhythmic modulation, etc.). At present, it seems wise to assume the greater spike rate in PFC.

    Note that a greater spike rate may appear in EC as well if LTP established in ECIII by repetition in ECII STM is explicitly modeled there.

    The transition is implemented in mcgaughy-20040803.ccm.gz.


    Figure 5: Familiar and novel stimuli maintained in entorhinal and prefrontal cortices of the model. The top two response functions show the membrane potentials of two sampled neurons in prefrontal cortex (PFC) that spike in patterns representing a novel (above) and a familiar (below) stimulus. The bottom two response functions show the membrane potentials of two sampled neurons in entorhinal cortex (EC) that spike in patterns representing a novel (below) and a familiar (above) stimulus. Trials are separated by periods in which no spikes occur. In the first trial, a familiar stimulus is maintained by recurrent reactivation through learned connection strengths in PFC and maintained in EC by intrinsic processes that enable persistent firing. In the second trial, a novel stimulus cannot be maintained in PFC, but is correctly maintained in EC. In the third trial, the familiar stimulus is again maintained in PFC, while EC is lesioned so that the corresponding pattern of spiking does not appear there. Finally, the fourth trial shows the inability to maintain a memory of the novel stimulus when EC is lesioned. After many additional presentations of the novel stimulus, PFC learns to maintain a representation of that stimulus.

    Results

    For results included in the paper see: McGaughy, J., Koene, R.A., Eichenbaum, H.B. and Hasselmo, M.E. (2004). Cholinergic deafferentation of the entorhinal cortex impairs encoding of novel but not familiar stimuli.

    Future Directions

    The following models seek to explain observed deficiencies in task performance when the task involves either many odors or the presentation of the stimulus odor as the first odor for discrimination between two odors.

    A memory drop-out phenomenon when the first test stimulus is the same as the sample stimulus

    In order to supply necessary data for Jill's SFN2004 poster, I am first looking into the loss of memory when the stimulus odor is presented as the first odor during task performance. Possible reasons for the observed loss of memory are noted in task log entry TL#200410141156.


    Figure 6: The Catacomb circuitry of the integrate and fire neuron simulation of memory in the delayed non-match to sample task. Pyramidal neurons are simulated in two regions. A prefrontal cortex region encodes associative patterns of 8 spiking neurons for each odor stimulus received by strengthening recurrent synapses. An entorhinal region maintains a pattern of spikes that represent an odor stimulus by persistent firing that is based on intrinsic properties of ECII neurons that experience after-depolarization following a spike. Interneurons provide recurrent inhibitory input that maintains a separation between the repeated firing of successive spike patterns in the buffer and that enable first-in-first-out replacement of spike patterns maintained in the buffer. Our model proposes that novel stimuli require buffering in EC, while known stimuli are encoded in PFC.

    Once the theta input was removed, spiking was repetitive with the frequency that pure ADP would achieve. I now change the conductance of the ADP response from 25 nS to 12 nS. There is no longer any repetition (mcgaughy-same-item-dropped-20041014.ccm). The ADP response shows to oddities: (1) It makes a small sudden acceleration in its rise, possibly due to the end of the duration of AHP. (2) It drops off rapidly right thereafter, which is clearly due to the end of the duration of the ADP computation. To make a strong argument, this sudden drop-off must probably be removed.

    An important consideration to keep in mind is that the problematic behavior is only observed if the first test odor is same as the sample odor. If another test odor is presented first, then the problem does not occur. Of course, that could simply be a matter of having the memory available during the non-match operation. If the memory is lost before the other odor is presented then the non-match operation cannot be done, which would explain a result in which the rat continues to run back and forth between the test odors.

    Given the considerations in TL#200410150923.2, there are two aspects of the model protocol in which the breakdown can occur:

    1. The comparison of the buffer content with the first test odor requires reading the buffer. Reading the buffer somehow leads to its erasure. Note that this assumes the rat can make its decision immediately when faced with a different odor as the first test odor.
    2. The presentation of a test odor affects the ECII STM buffer. When that odor is the same as the buffered odor, the buffer content is affected differently than when the odors are not the same.

    It would be fairly simple to add circuitry that erases the buffer when read, but the circuitry would appear to be created just for that purpose and the assumption that decisions are made immediately, based on the first test odor, may not be valid.

    Focusing on the second possibility, we describe the significant difference between the state of the buffer when the first test odor is different than the buffered odor versus the same as the buffered odor:

    Since we assume not difference between the input itself when given at a neuron that is not or is already enganged in persistent spiking, then the significant difference concerns the absence or presence of a repetition spike prior to the input spike on the same neuron.

    Even with AHP and ADP responses that reset at each spike, the state at the time of input is not the same in the two cases, since membrane potential does not instantaneously return to the value it would have without AHP and ADP. One characteristic parameter that may therefore make the difference between observing and not observing the effect is the capacitance of the neuron. [MECHANISM 1]

    If the membrane potential of the neuron is elevated compared to resting potential (i.e. if the characteristic ADP and AHP responses are such that ADP prevails at the time of input) and if the capacitance is sufficiently large it could affect the phase at which the input causes spiking. If the input spikes earlier then the ADP may not enable reactivation during the theta cycle and the memory could be lost.

    In the preceding paragraph, the focus shifted from the capacitance (which is only importance once the preceding AHP and ADP end or are reset) to the way input is delivered. If the input capacitance is not as strong (even if preceded by a well-timed filter), but instead depends on a more gradually rising input response then the modulated membrane potential can affect the phase of input spiking. That phase is significant if reactivation of input is just barely possible during a theta cycle. This is clearly another set of characteristic parameters that I probably changed in the course of the development of the STM buffer. [MECHANISM 2].

    I will first explore the second mechanism, since the way in which memory loss occurs then is very clear. In order to make the input phase highly significant, I will first manipulate the input timing so that I determine the earliest phase at which reactivation is achieved. Similarly, I can look for the latest phase at which reactivation is achieved. At phases beyond the successful input interval, the combination of rising ADP and theta do not achieve reactivation within the theta cycle. I will then determine how to modify the input timing and input response function so that the resulting input spike phase is sufficiently affected by the membrane potential:

    With parameters the way they are in our current STM buffer implementation, the rapid synaptic input response finds a membrane potential near -73 mV before onset with a neuron that was not engaged in persistent firing and a membrane potential near -59 mV (and rising) before onset with a neuron that was already engaged in persistent firing. Clearly, at that phase the ADP already has the upper hand.

    If the effect of ADP and AHP on the phase of input causes the input to occur earlier, it is difficult to cause memory loss that way, since cyclical reactivation occurs at 125 ms intervals. It is possible, since a combination of ADP and theta is needed and the rapidity of the rise of each plays a roll in the interval within which an input can be reactivated in the same theta cycle. Yet, it may be easier to delay the input timing so that the opportunity for the first reactivation is missed. That is possible if AHP has the upper hand during the input phase for a neuron that is already engaged in persistent spiking. So, characteristic parameters would need to be adjusted so that AHP dominates at that phase and suppresses the membrane potential. Instead of changing the time constants it may be enough to lower the AHP reversal potential.

    I should now (a) slow down the input response so that spiking is delayed several milliseconds compared ot the onset of input, (b) set the input timing near the maximum phase at which reactivation is achieved, and (c) give AHP the upper hand at that phase when the neuron is already engaged in persistent spiking.

    I've modified the input synapse parameters to conductance 6 nS, rise time constant 5 ms and fall time constant 10 ms. As anticipated, the synaptic response takes 5 ms to reach its peak and so the maximum phase at which that input can cause a spike is before t=145 ms (and t=770 ms). At these phases, the membrane potential at a neuron already engaged in persistent spiking is about -54 mV, that at a neuron not engaged in persistent spiking is about -72 mV and rising.

    The desired result would be obtained if the membrane potential at a neuron already engaged in persistent spiking was lower than -72 mV. Two approaches may lead to the required mechanism:

    1. (a) Shorten the inhibitory interval of the theta modulation so that a longer flat peak is available. (b) Ensure that the neuron can only fire when ADP at a level attained 115 ms after its onset is added to the peak level of theta. (This ensures that the latest input phase at which reactivation is achieved within the theta cycle is eary, close to the trough of theta modulation and close to the preceding reactivation spike.) (c) Make sure that the flat peak of theta is short enough and AHP endures long enough so that the preceding reactivation spike is close enough to the input phase so that membrane potential is suppressed by AHP and the input spike is delayed.
    2. (a) Determine the interval over which the decreasing AHP should be dominant, while the increasing ADP is dominant after that. (b) Consider that the strength of each response is a combination of the difference between reversal and membrane potential and of the conductance amplitude. Experiment with the variation of individual components of that strength and of time constants to determine how the desired intervals of response dominance can be achieved.
    I will attempt the second option first, since it requires the modification of fewer principal components of the membrane response.

    Attempting to find parameters for the AHP and ADP only that lead to dominance of AHP in a large part of the theta cycle did not work, since both the AHP and ADP were already designed with marginal parameter values. Instead, I now focus on the second option in which the theta modulating input response can also be modified.

    A successful implementation with same item drop-out is presented in mcgaughy-same-item-dropped-20041018b.ccm.gz. The significant set of parameter values is given with comments in table 1 below:

    parametervaluecomment
    capacitance time constant5 msA fast time constant allows for steeper ascent following AHP.
    threshold potential-50 mV 
    resting potential-50 mVThe resting and reset potentials, together with the theta inhibitory input produce a membrane potential modulation between -77.5 mV and -52 mV, so that theta modulation is the deciding factor for the ability to elicit a reactivation spike.
    reset potential-50 mV(Used in combination with the resting potential and theta inhibitory input as described above.)
    input reversal potential0 mV 
    input conductance30 nSThe input conductance is strong enough so that input causes an early spike, while the synaptic response is still rising, if the neuron is not experiencing AHP. If the neuron is experiencing AHP then the synaptic response needs to rise further before an input spike occurs, thereby delaying the input spike. This is the essential difference between input to a neuron that is already engaged in persistent firing and one that is not.
    input reponse rise time constant20 msThis is used to obtain the necesssary duration of the rising input response for the functional feature described above.
    input response fall time constant20 ms 
    theta response reversal potential-90 mVTheta modulation of membrane potential is caused by GABAergic input that is received from the septum at the frequency of theta rhythm (8Hz).
    theta response conductance30 nSStrong theta modulation of membrane potential enables dominant phases of input and reactivation. If input is delayed, a sufficient ADP is not achieved before the end phase of the reactivation mode of the theta modulation. A reactivation spike is not possible in the input phase that follows, due to the strong hyperpolarization by the theta modulation. A second input spike on the same neuron therefore does not achieve persistent firing and the memory is lost.
    theta response rise time constant1 msThe two time constants determine the shape of the theta modulation that causes an asymmetric distribution of neuronal spikes, as seen in the data.
    theta response fall time constant30 ms 
    AHP reversal potential-120 mVA strong AHP insures that the membrane potential is sufficiently inhibited when the same neuron engaged in persistent firing receives another input. This causes the delay of the input spike at a neuron that is already engaged in persistent firing.
    AHP conductance50 nS 
    AHP rise time constant0.0001 msThe AHP is an exponentially decauing function.
    AHP fall time constant60 ms 
    ADP reversal potential-40 mVThe ADP can elicit spike repetition when theta modulation causes little hyperpolarization of the membrane potential.
    ADP conductance43 nS 
    ADP rise time constant125 msThe ADP response has a rise time that is about the same as the duration of a theta cycle so that reactivation in STM may be achieved once in each theta cycle. The combination of the theta modulation and an ADP that depends on the theta modulation to achieve spiking enables regular persistent firing (as first proposed by Lisman and Idiart (Science, 1995).
    ADP fall time constant125 ms 

    Table 1: Parameter values for the persistent firing STM buffer that lead to memory drop-out when presented with the first item two time consecutively.


    Figure 7: The membrane potential of the same two neurons is shown in simulations of short-term memory (STM) for two trials (a) and (b). When characteristic parameters of the persistent firing buffer are such (see table 1) that the synaptic response of input may be delayed by the after-hyperpolarization (AHP) of a preceding reactivation spike at the same neuron then the memory item that is maintained by persistent firing may be lost. In (a), input due to the first test odor targets a different representative neuron in the buffer. Spiking for the sample odor previously encountered is maintained. In (b), the first test odor is the same as the sample odor so that the corresponding input targets the same neuron that is maintaining the STM of the sample odor. The input is delayed by the AHP of that repeated spiking. Due to the delay, the after-depolarization (ADP) of the neuron does not raise the membrane potential to the threshold by the end of the theta cycle. Once theta modulation enters the input mode, hyperpolarizing the membrane potential to suppress reactivation spikes, reactivation is not possible. Without achieving a spike at its peak, the ADP declines and the neuron is no longer engaged in persistent firing. The memory of the sample odor is lost.


    ~/doc/html/mcgaughy-collaboration-models.html - Mon Oct 18 13:39:26 EDT 2004 - Randal A. Koene