Abstract
The development of biologically realistic models of brain microcircuits and regions constitutes currently a very relevant topic in computational neuroscience. One of the main challenges of such models is the passage between different scales, going from the microscale (cellular) to the meso (microcircuit) and macroscale (region or whole-brain level), while keeping at the same time a constraint on the demand of computational resources. In this paper we introduce a multiscale modeling framework for the hippocampal CA1, a region of the brain that plays a key role in functions such as learning, memory consolidation and navigation. Our modeling framework goes from the single cell level to the macroscale and makes use of a novel mean-field model of CA1, introduced in this paper, to bridge the gap between the micro and macro scales. We test and validate the model by analyzing the response of the system to the main brain rhythms observed in the hippocampus and comparing our results with the ones of the corresponding spiking network model of CA1. Then, we analyze the implementation of synaptic plasticity within our framework, a key aspect to study the role of hippocampus in learning and memory consolidation, and we demonstrate the capability of our framework to incorporate the variations at synaptic level. Finally, we present an example of the implementation of our model to study a stimulus propagation at the macro-scale level, and we show that the results of our framework can capture the dynamics obtained in the corresponding spiking network model of the whole CA1 area.
1 Introduction
The development of large-scale models and simulations of brain activity (going from thousands of neurons to full regions and whole-brain scale) has seen a great advance in the last few years, boosted by the increase of the computational power and modeling tools. Many of these models are based on relatively detailed single-cell models and data-driven connectivity structures, which allows to build simulations that can capture the specificities of local brain circuits (Markram, 2006; Hjorth et al., 2020; Gandolfi et al., 2022). Even when the advances have been remarkable, these detailed models demand high computational resources and are restricted to local circuits or brain regions, while building models at whole-brain level with single-cell resolution is still far from possible. Thus, an alternative solution that allows to move efficiently between scales (from cells to regions to whole-brain) is currently of great importance. One possibility has recently emerged which consists on using mean-field models of neuronal activity to build large-scale simulations (Sanz Leon et al., 2013; Sanz-Leon et al., 2015; Goldman et al., 2023). Mean-field models use statistical techniques to estimate the activity of large neuronal populations (from hundreds to thousands of neurons), which allows to reduce the dimensionality of the system. Thus, the activity of local brain circuits can be described in terms of a few differential equations, which drastically reduce the need of computational resources. The low-dimensionality of these models make them very good candidates to be integrated into large-scale simulations. Recently developed computational tools, such as the The Virtual Brain, make use of mean-field field models together with connectome information to build whole-brain simulations, and which can be performed without the need of large computational resources (Sanz Leon et al., 2013). This approach has been applied to whole-brain simulations for different species and is being used in basic research (Goldman et al., 2023; Stenroos et al., 2024) and for clinical applications (Bezgin et al., 2017; Hashemi et al., 2020), which shows the relevance and utility of these methods. Although the results obtained so far are notorious, these methods are normally based on generic mean-field models (sometimes inspired on cortical microcircuits), which do not incorporate the specificities of the different brain regions. However, the different activity patterns and functions that characterize each region is intrinsically linked to the specific cell-types and local connectivity structure observed in each area. Thus, in order to extend the utility and applicability of these methods it is of fundamental importance to incorporate the cellular heterogeneity and structural specificity observed in the brain. Some attempts in this direction have been done, mostly based on phenomenological mass-models adapted to capture particular dynamics (van Wijk et al., 2018; Levenstein et al., 2019), but which do not capture cell specificity and local connectivity structures. Only recently detailed mean-field models of a specific sub-cortical microcircuit have been proposed for the cerebellar cortex (Lorenzi et al., 2023), thalamus (Overwiening et al., 2023), and basal ganglia (Tesler et al., 2023a). Thus, further developments in this direction are of fundamental importance.
In this paper we introduce a multiscale modeling framework of the hippocampus which incorporates a newly developed mean-field model as the bridge between the different scales. In particular we focus on the hippocampal CA1, an area known for playing a key role in main brain functions such as learning, memory consolidation and navigation (O'Keefe and Nadel, 1978; Buzsáki, 1989; Moser et al., 2008). To develop the mean-field of the CA1 microcircuit we make use of a recently developed formalism that follows a bottom-up approach starting from the single-cell level, which allows to build a mean-field model that incorporates different cell types with specific intrinsic firing properties, and their synaptic interactions mediated by different receptor types (El Boustani and Destexhe, 2009; Zerlaut et al., 2018; Di Volo et al., 2019). In addition we develop a macroscale simulation of CA1 using the mean-field models as building blocks and incorporating extended specific connectivity structure based on a recently developed data-driven method (Gandolfi et al., 2022) (see Figure 1 for a diagram of the multiscale framework).
Figure 1
In the next sections we first present the model of the CA1 microcircuit and the mean-field formalism with more details and describe the development of the CA1 mean-field model. We test and validate our model by analyzing the multiscale model response under the main oscillatory activity observed in the hippocampus and comparing the mean-field model results with the ones of an equivalent spiking network model. Then, we analyze the implementation of synaptic plasticity within our framework, a key aspect to study the role of hippocampus in learning and memory consolidation. Finally we will show how the mean-field model can be used to build a macroscale simulation taking into account the realistic extended connectivity of CA1. The modeling framework presented here allows us to go from single-cell models to biologically realistic macroscale simulations while keeping a limited use of computational resources. In addition, our development is suitable to be incorporated into whole-brain simulation platforms (such as the TVB; Sanz Leon et al., 2013), which highlights the importance and usability of this approach.
2 Materials and methods
2.1 Single-cell model
Our multiscale modeling starts at the single-cell level. To perform single-cell simulations we adopt the Extended-Generalized Integrate-and-Fire neuronal model (EGLIF; Geminiani et al., 2018; Lorenzi et al., 2023). The equations for the EGLIF model describe the time evolution of membrane potential (Vm), slow adaptation current (Iadap) and fast depolarization current (Idep) (Equations 1–3):
where Isyn is the synaptic current modeling the synaptic stimulus, Cm is the membrane capacitance, τm is membrane time constant, Erev is the reversal potential, Ie is the endogenous current, kadap and k2 are adaptation constants and k1 is the decay rate of Idep. When a spike occurs at time tspk, the update rules of the state variables is given by Equations 4–6:
where is the time instant immediately following tspk, Vr is the reset potential, and A1 and A2 are the model currents update constants. For our simulations we will consider only two types of cells [pyramidal cells and fast spiking interneurons (FS)], although the model could be extended to incorporate more cell types. Regarding the selection of our single cell-model, we note that a data-driven adaptive GLIF model (AGLIF) has been recently developed (Marasco et al., 2023), specifically conceived to capture the detailed dynamics observed experimentally in CA1 neurons and interneurons. In this work, we used a simplified EGLIF implementation, which is more easily adaptable to the multiscale formalism introduced in this paper while still provides an effective way of simulating the neuronal and population dynamics as will be shown in the next sections. The model parameters used for each cell type are given in Table 1. The mean-field formalism used for the analysis in the following sections has shown to be robust for large variations in neuronal parameters (Di Volo et al., 2019; Alexandersen et al., 2024), for which the specific cellular parameters used here serve as a general reference for building our system.
Table 1
| Pyramidal cells (Pyr) | Interneurons (FS) | |
|---|---|---|
| Cm (pF) | 2,877.83 | 2,939.66 |
| τm (ms) | 10,955.36 | 2,169.40 |
| Erev (mV) | -70.07 | -74.01 |
| kadap (MH−1) | 0.0084 | 0.0616 |
| k1 (kHz) | 0.0007 | 0.0021 |
| k2 (kHz) | 0.0042 | 0.0098 |
| A1 (pA) | 26.0 | 92.0 |
| A2 (pA) | 170.0 | 5.0 |
| Ie | 0 | 0 |
Neuronal parameters for the EGLIF model.
We consider two cell types, pyramidal neurons (Pyr) and fast spiking inteneurons (FS).
Regarding the synaptic input, we consider a conductance-based interaction and we write Equation 7:
where Ee = 0mV (Ei = −80mV) is the excitatory (inhibitory) reversal potential and () the excitatory (inhibitory) synaptic conductance. When a presynaptic spike of neuron of type j occurs at time tspk, the conductance is modified according an alpha-function (Equation 8):
where Qj is the quantal conductance of type j (maximum conductance change per spike) and τsyn is the synaptic characteristic time. We adopt QPyr = 1.5 nS, QFS = 8.0 nS and τsyn = 5 ms, respectively.
2.2 CA1 microcircuit and mean-field formalism
The second scale of our modeling framework is at the microcircuit level. For simplicity we will assume that the circuit is made of two cell-types, pyramidal excitatory cells (Pyr) and fast spiking inhibitory interneurons (FS), where each cell will be modeled with an E-GLIF model presented in the previous section. For the initial construction of the model we will consider a network of 5,000 Pyr-cells and 500 FS-cells (Aika et al., 1994; Bezaire and Soltesz, 2013; Ramirez-Villegas et al., 2018). Neurons in the circuit are interconnected with probability pPyr−Pyr = 0.01, pFS−Pyr = 0.3, pPyr−FS = 0.2, pFS−FS = 0.3 (Ramirez-Villegas et al., 2018; Tecuatl et al., 2021). The local microcircuit receives external excitatory input from the CA3 area, which will be modeled as an external poissonian input representing 5,000 excitatory neurons. The external input targets both Pyr and FS cells with probability of pext−Pyr = 0.15 and pext−FS = 0.3, respectively (Ramirez-Villegas et al., 2018).
Next, we introduce the mean-field model of the CA1 microcircuit dynamics. To develop this mean-field model we will adopt a recent formalism adapted for EGLIF neurons. The formalism is based on a bottom-up approach, starting at single-cell level, which allows the construction of mean-field models with cellular-type specificity. The second-order mean-field equations for the E-GLIF network are given by Lorenzi et al. (2023) (Equations 9, 10):
where νj is the mean neuronal firing rate of the population j, F is the neuron transfer function (i.e., output firing rate of a neuron when receiving the corresponding excitatory and inhibitory inputs with mean rates ), and T is a characteristic time for neuronal response (we adopt T = 5 ms). In this equation μ, ν, λ = {Pyr, FS} and the Einstein index notation was used, where repeated indices imply a summation over all the values of the index. Finally, cλ, ν represents the covariance between the activity of neuronal populations λ, ν. The value used for the characteristic time T is linked to the autocorrelation time of the system (see El Boustani and Destexhe, 2009 for details).
Following Zerlaut et al. (2018) we write the transfer function for each neuronal type as Equation 11:
where erfc is the error function, is an effective neuronal threshold, μV, σV and τV are the mean, standard deviation and correlation decay time of the neuronal membrane potential. The effective threshold can be written as a second order polynomial expansion (Equation 12):
where x0, δx0 are constants, the coefficients Px are to be determined by a fit over the numerical transfer function obtained from single-cell spiking simulations for each specific cell-type, and where μG is given by Equation 13:
with Kj = pi−jNj the mean synaptic convergence of type j, being Nj the number of cells of this type.
We can write the mean membrane potential and standard deviation as (Lorenzi et al., 2023) (Equation 14):
Finally, the standard deviation and correlation decay time of the neuronal membrane potential can be written as Equations 15, 16:
with and , where Qj is the quantal conductance of type j and Cm is the membrane capacitance.
The details of the derivation of the mean field equations can be found in Di Volo et al. (2019) and Lorenzi et al. (2023).
3 Results
We start the construction and validation of our multiscale modeling framework with the estimation of the transfer function parameters, needed for the implementation of our mean-field model of CA1. Then we validate this model by comparison with spiking network simulations, for different situations, and we terminate by showing the simulation of mesoscale phenomena such as traveling waves in large-scale systems.
3.1 Mean-field model of CA1 microcircuit
A key component of our multiscale framework is the incorporation of the mean-field model of the CA1 dynamics. As explained in the previous section, in the center of the mean-field formalism is the utilization of a semi-analytical transfer function. Thus, to build the mean-field model for CA1 the first step is to calculate the corresponding transfer function for each cell type. This is done by fitting the numerical transfer function obtained from single-cell simulations to the semi-analytical expression of the transfer function (Equation 12). In Figure 2 we show the results of the numerical transfer function together with the corresponding fit for each cell-type (pyramidal cells and interneurons). We can see that our semi-analytical transfer function can correctly captured the one obtained numerically. Once the parameters of the semi-analytical transfer functions are obtained, together with the cellular and network parameters (as described in the presentation of the formalism in the previous section), the mean-field model is fully defined.
Figure 2
3.2 Activity patterns and time varying inputs
To validate the multiscale model of the hippocampus we test the response of the model to some of the main activity patterns observed in CA1. It is well established that three main patterns of activity are present in the hippocampus and can be observed during specific brain states: theta oscillations (4-10Hz) are normally associated with exploratory behavior, sharp-wave/ripple complexes (140–200 Hz) are associated with immobility, and gamma oscillations (40-140 Hz) are normally present in combination and modulated by the other two rhythms. In Figures 3A, B we show results of the simulation for stimulations on the theta and gamma ranges. We show the results obtained with mean-field superimposed to the results from the spiking neural network (SNN). As we can see the mean-field can correctly reproduce the response of the system for the different input patterns.
Figure 3
In addition, in Figures 3C, D we show the response of the system to low and fast Gaussian-shaped inputs. The fast input can be seen as similar to the activity of sharp-waves in CA1, while the slow input can be seen as a typical response curve of place cells in CA1 for space-field selectivity. The mean-field is capable of capturing the response of the system for both cases. For fast or high-frequency inputs the accuracy of mean-field is slightly reduced as the typical time of variation in activity gets closer to the characteristic times of the mean-field.
3.3 Synaptic plasticity
The occurrence of long term synaptic depression (LTD) and potentiation (LTP) in the hippocampus was among the first experimental studies presented on long term synaptic plasticity and is believed to be related with the role of hippocampus in learning and memory formation, one of the main known functions of this region (Bear and Malenka, 1994; Malenka and Bear, 2004). Thus, the capacity of reproducing the effects of synaptic changes in neuronal activity is a key feature to be captured by a model of this region. To perform this study we analyze the response of our mean-field model under variations in the synaptic convergence (K, see Section 2). In particular we consider variations in the synaptic convergence of the simulated CA3 afferent input to the local Pyramidal cells in CA1 (see diagram in Figure 4A). We introduce the parameter We which quantifies the changes in the weight of the synaptic convergence, being We = 100% the baseline level (as considered in the previous sections), and we analyze the response of the system for a variation in the range of 50% in the strength of the synaptic convergence for a constant input and a time varying input. In Figure 4A we show the evolution of the response of pyramidal cells as a function of We and its comparison with the results from the spiking neural network. We can see that, although there is a small overestimation of the activity for certain values of We, the mean-field model can correctly capture the evolution of the response obtained in the spiking network. In Figure 4B we show the response of the mean-field and spiking network under a time-varying input of Gaussian shape for two different levels of We (We = 80 and 120%). As we can see the mean-field can correctly reproduce the response of the network for the different values of We. We note how the response of the neuronal populations to the changes in We is different for each cell-type, which becomes more evident for the lower values of We. This is a direct consequence of the non-linear response characterizing each neuronal type, which is in particular captured by each corresponding transfer function. This aspect further shows the importance of incorporating the cellular specificities within the mesoscale description for accurately modeling different phenomena, as done within our approach.
Figure 4
Finally, we note that, as a first approach, we only considered variations in the synaptic convergence, which allowed us to analyze in a general way the impact of the change of synaptic properties in the neuronal activity in our model. However, further analysis can be done around other synaptic parameters with our approach, such as the quantal conductance (Qj) or the synaptic decay times, and the modeling of specific receptors as it has been recently shown (Lorenzi et al., 2023; Tesler et al., 2023b).
3.4 Detailed connectivity structure and macro-scale simulations of the CA1 network
In this section we show an example of the passage from the mesoscale to the macroscale with the use of the mean-field model. As discussed before, one of the main goals of our approach is to build a model of a specific area with realistic connectivities based on available physiological, morphological and anatomical data. In this section we will present the results of simulations of a network representing a slice of hippocampal CA1 area. To this end we will adopt a recently developed method to incorporate realistic morpho-anatomical connectivities based on the geometrical probability volumes associated with pre- and postsynaptic neurites (Gandolfi et al., 2022). The method has been benchmarked for the mouse hippocampus CA1 area, and the results show that this approach is able to generate full-scale brain networks that are in good agreement with experimental findings. Following Gandolfi et al. (2022), we will focus on a particular case where only excitatory connections are taken into account, a case which has been previously compared to experimental results. In Figures 5A, B we show a diagram of the geometric probability volume associated with pyramidal cells and the distribution of Pyr cells in CA1, adapted from Gandolfi et al. (2022). We will assume that the Pyr cells are homogeneously distributed over the Pyr and SO layers. The geometric probability volumes associated with the basal, apical dendrites and axon are indicated in green, pink, and gray, respectively. Axonal volumes can be represented by a combination of two elliptical volumes, while dendritic volumes can be represented by conical volumes. The most relevant region for Pyr-to-Pyr connectivity lies within the Pyr-SO region, we will therefore concentrate our attention on this area to build our network. We will consider a slice covering a surface of 1.5 x 1.5 mm2 along the Pyr-SO layer. We will divide this area in compartments of 100μmx100μm containing about 200 neurons each and we will describe each of this compartment with a single mean-model as described in the previous sections. To build the connectivity between compartments we will make use of the geometric probability volumes. In Figure 5C we show a diagram of the compartmentalization and the corresponding single-cell probability volumes. The connectivity between compartments (given by the parameter K in Equation 13) will be defined as proportional to the normalized probability of connections given by the probability volumes. Here we assume that the dendritic volumes extend through the entire transverse length of the Pyr-SO layer, for which we assume that the main constraint for the connectivity is given by the axonal volume (see Figure 5).
Figure 5
It has been shown experimentally that in the absence of synaptic inhibition CA1 activity shows strong directionality from the CA3 side to the subiculum side. This has been also reproduced by spiking network simulations of CA1 following the same geometric connectivity volume approach. To validate our network we show in Figure 6 the results from the mean-field network slice together with the results from the corresponding spiking network simulation. In this simulations a short stimulus is applied to a single compartment in the case of the mean-field and to ~ 200 neurons close to the CA3 region. As we can see the connectivity profile induces a strongly directed propagation from the CA3 to the Subiculum direction. In addition, the propagation evolves with an increase in neuronal recruitment which in turns leads to the appearance of a lateral propagation as the activity gets closer to the CA1-Subiculum edge. These two features can be well captured by the mean-field network.
Figure 6
4 Discussion
In this paper we have introduced a multiscale modeling framework of the CA1 microcircuit, which goes from the single-cell to the macroscale level. This framework incorporates a newly developed mean-field model that allow us to perform an efficient passage between the different scales. The mean-field model was built using a recently introduced formalism that follows a bottom-up approach, starting at the single-cell level, which made possible to incorporate cellular and synaptic specificities of CA1 within the mean-field formulation. The single-cell parameters were based on previous detailed data-based modeling of CA1 pyramidal neurons and fast-spiking interneurons (Marasco et al., 2023), and synaptic connectivity information was based on experimental data (Ramirez-Villegas et al., 2018; Tecuatl et al., 2021). We have tested the model by analyzing its response under different oscillatory rhythms found in CA1 and we have validated the results by comparison with the corresponding spiking network model. We have shown in Section 3.2 that the mean-field is capable of capturing the results of the spiking-network for activity patterns related with some of the main patterns observed in CA1 (theta oscillations, sharp-waves and gamma oscillations).
In addition, we have explored how variations at the synaptic level can be captured by our model, which is a key aspect to incorporate in a model of this region. Although this represents a simple illustration of the use of our model for studying synaptic changes, we note that the analysis can be extended to other synaptic parameters within our approach, such as the quantal conductance (Qj) or the synaptic decay times, and the modeling of specific receptors as it has been recently shown (Lorenzi et al., 2023; Tesler et al., 2023b).
Finally we have shown an example of the implementation of a macroscale simulation within our framework. In particular we built a simulation of a slice of CA1 with specific connectivity structure, based on a recently developed data-driven method (Gandolfi et al., 2022). Furthermore, we compared the results of our simulations with an equivalent simulations of a spiking-network model of CA1, showing that our model can capture some of the main features of the spiking simulations, which further validates our model.
Among the limitations of our approach we notice that the connectivity between local populations is assumed to be random within the mean-field formalism. A possible solution to build systems with specific connectivity structures consists in the combination of multiple mean-field models (with random local connectivity, but structured longer range connectivity), as done in Section 3.4 of our paper. In addition, the introduction of heterogeneity within this mean-field formalism has been studied in a recent paper (Di Volo and Destexhe, 2021).
The modeling framework presented in this work is a step forward to the development of region-specific multiscale models. In addition, the framework developed here is suitable to be included in whole-brain simulation platforms (Sanz Leon et al., 2013), which extends the importance and utility of our study. Furthermore, methods to estimate brain signals (LFP, EEG, MEG, and fMRI) from the type of mean-field used here have already been developed (Tesler et al., 2022, 2023b), which will also allow the comparison with experimental results on whole-brain activity. In combination, these developments provide an efficient solution to the complicated task of modeling the brain at different scales and open new perspectives for future studies.
Statements
Data availability statement
The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation. The computational code used to perform the simulations presented in the paper is available at: https://doi.org/10.5281/zenodo.12653912.
Author contributions
FT: Conceptualization, Formal analysis, Investigation, Methodology, Software, Writing – original draft, Writing – review & editing. RL: Conceptualization, Formal analysis, Investigation, Methodology, Software, Writing – original draft, Writing – review & editing. AP: Conceptualization, Investigation, Methodology, Writing – review & editing. CC: Conceptualization, Investigation, Methodology, Supervision, Writing – review & editing. FP: Investigation, Methodology, Software, Writing – review & editing. DG: Investigation, Methodology, Writing – review & editing. CG: Conceptualization, Investigation, Methodology, Supervision, Writing – review & editing. JM: Investigation, Methodology, Writing – review & editing. ED'A: Conceptualization, Funding acquisition, Investigation, Methodology, Supervision, Writing – review & editing. MM: Conceptualization, Funding acquisition, Investigation, Methodology, Supervision, Writing – review & editing. AD: Conceptualization, Funding acquisition, Investigation, Methodology, Supervision, Writing – original draft, Writing – review & editing.
Funding
The author(s) declare financial support was received for the research, authorship, and/or publication of this article. Research supported by the CNRS and the European Union (Human Brain Project, H2020-945539; Virtual Brain Twin, Horizon Health 101137289), Flag ERA JTC 2023 (BRAINACT Project), Italian National Recovery and Resilience Plan (NRRP), M4C2, funded by the European Union-NextGenerationEU (Project IR0000011, CUP B51E22000150006, “EBRAINS-Italy”), and Flag ERA JTC 2019 (SMART BRAIN Project).
Conflict of interest
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.
Publisher’s note
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
References
1
AikaY.RenJ.KosakaK.KosakaT. (1994). Quantitative analysis of GABA-like-immunoreactive and parvalbumin-containing neurons in the CA1 region of the rat hippocampus using a stereological method, the disector. Exp. Brain Res. 99, 267–276.
2
AlexandersenC. G.DupratC.EzzatiA.HouzelsteinP.LedouxA.LiuY.et al. (2024). A mean field to capture asynchronous irregular dynamics of conductance-based networks of adaptive quadratic integrate-and-fire neuron models. Neural Comput. 36, 1433–1448. 10.1101/2023.06.22.546071v1
3
BearM. F.MalenkaR. C. (1994). Synaptic plasticity: LTP and LTD. Curr. Opin. Neurobiol. 4, 389–399.
4
BezaireM. J.SolteszI. (2013). Quantitative assessment of ca1 local circuits: knowledge base for interneuron-pyramidal cell connectivity. Hippocampus23, 751–785. 10.1002/hipo.22141
5
BezginG.SolodkinA.BakkerR.RitterP.McIntoshA. R. (2017). Mapping complementary features of cross-species structural connectivity to construct realistic “virtual brains”. Hum. Brain Map. 38, 2080–2093. 10.1002/hbm.23506
6
BuzsákiG. (1989). Two-stage model of memory trace formation: a role for "noisy" brain states. Neuroscience31, 551–570.
7
Di VoloM.DestexheA. (2021). Optimal responsiveness and information flow in networks of heterogeneous neurons. Sci. Rep. 11:17611. 10.1038/s41598-021-96745-2
8
Di VoloM.RomagnoniA.CaponeC.DestexheA. (2019). Biologically realistic mean-field models of conductance-based networks of spiking neurons with adaptation. Neural Comput. 31, 653–680. 10.1162/neco_a_01173
9
El BoustaniS.DestexheA. (2009). A master equation formalism for macroscopic modeling of asynchronous irregular activity states. Neural Comput. 21, 46–100. 10.1162/neco.2009.02-08-710
10
GandolfiD.MapelliJ.SolinasS.De SchepperR.GeminianiA.CasellatoC.et al. (2022). A realistic morpho-anatomical connection strategy for modelling full-scale point-neuron microcircuits. Sci. Rep. 12:13864. 10.1038/s41598-022-23710-y
11
GeminianiA.CasellatoC.LocatelliF.PrestoriF.PedrocchiA.D'AngeloE. (2018). Complex dynamics in simplified neuronal models: reproducing Golgi cell electroresponsiveness. Front. Neuroinform. 12:88. 10.3389/fninf.2018.00088
12
GoldmanJ. S.KuschL.AquilueD.YalçınkayaB. H.DepannemaeckerD.AncourtK.et al. (2023). A comprehensive neural simulation of slow-wave sleep and highly responsive wakefulness dynamics. Front. Comput. Neurosci. 16:1058957. 10.3389/fncom.2022.1058957
13
HashemiM.VattikondaA.SipV.GuyeM.BartolomeiF.WoodmanM. M.et al. (2020). The bayesian virtual epileptic patient: a probabilistic framework designed to infer the spatial map of epileptogenicity in a personalized large-scale brain model of epilepsy spread. NeuroImage217:116839. 10.1016/j.neuroimage.2020.116839
14
HjorthJ. J.KozlovA.CarannanteI.Frost NylénJ.LindroosR.JohanssonY.et al. (2020). The microcircuits of striatum in silico. Proc. Natl. Acad. Sci. U. S. A. 117, 9554–9565. 10.1073/pnas.2000671117
15
LevensteinD.BuzsákiG.RinzelJ. (2019). NREM sleep in the rodent neocortex and hippocampus reflects excitable dynamics. Nat. Commun. 10:2478. 10.1038/s41467-019-10327-5
16
LorenziR. M.GeminianiA.ZerlautY.De GraziaM.DestexheA.Gandini Wheeler-KingshottC. A. M.et al. (2023). A multi-layer mean-field model of the cerebellum embedding microstructure and population-specific dynamics. PLoS Comput. Biol. 19:e1011434. 10.1371/journal.pcbi.1011434
17
MalenkaR. C.BearM. F. (2004). LTP and LTD: an embarrassment of riches. Neuron44, 5–21. 10.1016/j.neuron.2004.09.012
18
MarascoA.SperaE.De FalcoV.IuorioA.LupascuC. A.SolinasS.et al. (2023). An adaptive generalized leaky integrate-and-fire model for hippocampal ca1 pyramidal neurons and interneurons. Bullet. Math. Biol. 85:109. 10.1007/s11538-023-01206-8
19
MarkramH. (2006). The blue brain project. Nat. Rev. Neurosci. 7, 153–160. 10.1038/nrn1848
20
MoserE. I.KropffE.MoserM. B. (2008). Place cells, grid cells, and the brain's spatial representation system. Annu. Rev. Neurosci. 31, 69–89. 10.1146/annurev.neuro.31.061307.090723
21
O'KeefeJ.NadelL. (1978). The Hippocampus as a Cognitive Map. Oxford: Clarendon Press.
22
OverwieningJ.TeslerF.GuarinoD.DestexheA. (2023). A multi-scale study of thalamic state-dependent responsiveness. bioRxiv 2023–12. 10.1101/2023.12.02.567941v1
23
Ramirez-VillegasJ. F.WillekeK. F.LogothetisN. K.BesserveM. (2018). Dissecting the synapse-and frequency-dependent network mechanisms of in vivo hippocampal sharp wave-ripples. Neuron100, 1224–1240. 10.1016/j.neuron.2018.09.041
24
Sanz LeonP.KnockS. A.WoodmanM. M.DomideL.MersmannJ.McIntoshA. R.et al. (2013). The virtual brain: a simulator of primate brain network dynamics. Front. Neuroinform. 7:10. 10.3389/fninf.2013.00010
25
Sanz-LeonP.KnockS. A.SpieglerA.JirsaV. K. (2015). Mathematical framework for large-scale brain network modeling in the virtual brain. Neuroimage111, 385–430. 10.1016/j.neuroimage.2015.01.002
26
StenroosP.GuillemainI.TeslerF.MontigonO.CollombN.StuparV.et al. (2024). EEG-fMRI in awake rat and whole-brain simulations show decreased brain responsiveness to sensory stimulations during absence seizures. eLife12:RP90318. 10.7554/eLife.90318.4
27
TecuatlC.WheelerD. W.SuttonN.AscoliG. A. (2021). Comprehensive estimates of potential synaptic connections in local circuits of the rodent hippocampal formation by axonal-dendritic overlap. J. Neurosci. 41, 1665–1683. 10.1523/JNEUROSCI.1193-20.2020
28
TeslerF.KozlovA.GrillnerS.DestexheA. (2023a). A multiscale model of striatum microcircuit dynamics. bioRxiv 2023–12. 10.1101/2023.12.28.573546
29
TeslerF.LinneM. L.DestexheA. (2023b). Modeling the relationship between neuronal activity and the bold signal: contributions from astrocyte calcium dynamics. Sci. Rep. 13:6451. 10.1038/s41598-023-32618-0
30
TeslerF.Tort-ColetN.DepannemaeckerD.CarluM.DestexheA. (2022). Mean-field based framework for forward modeling of LFP and MEG signals. Front. Comput. Neurosci. 16:968278. 10.3389/fncom.2022.968278
31
van WijkB. C.CagnanH.LitvakV.KühnA. A.FristonK. J. (2018). Generic dynamic causal modelling: an illustrative application to Parkinson's disease. NeuroImage181, 818–830. 10.1016/j.neuroimage.2018.08.039
32
ZerlautY.ChemlaS.ChavaneF.DestexheA. (2018). Modeling mesoscopic cortical dynamics using a mean-field model of conductance-based networks of adaptive exponential integrate-and-fire neurons. J. Comput. Neurosci. 44, 45–61. 10.1007/s10827-017-0668-2
Summary
Keywords
spiking neural network, hippocampus, mean-field, traveling waves, oscillations, multiscale
Citation
Tesler F, Lorenzi RM, Ponzi A, Casellato C, Palesi F, Gandolfi D, Gandini Wheeler Kingshott CAM, Mapelli J, D'Angelo E, Migliore M and Destexhe A (2024) Multiscale modeling of neuronal dynamics in hippocampus CA1. Front. Comput. Neurosci. 18:1432593. doi: 10.3389/fncom.2024.1432593
Received
14 May 2024
Accepted
17 July 2024
Published
06 August 2024
Volume
18 - 2024
Edited by
Maurizio Mattia, Italian National Institute of Health (ISS), Italy
Reviewed by
Fidel Santamaria, University of Texas at San Antonio, United States
Nima Dehghani, Massachusetts Institute of Technology, United States
Updates
Copyright
© 2024 Tesler, Lorenzi, Ponzi, Casellato, Palesi, Gandolfi, Gandini Wheeler Kingshott, Mapelli, D'Angelo, Migliore and Destexhe.
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) and the copyright owner(s) 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: Federico Tesler ftesler@gmail.com
Disclaimer
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.