ConceptioArchivearXiv CS
arXiv CSopen access

From Brain Models to Executable Digital Twins: Execution Semantics and Neuro-Neuromorphic Systems

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
softwarearchitecturesoftwareengineeringtesting
software engineering, software architecture, testing

From Brain Models to Executable Digital Twins: Execution Semantics and Neuro–Neuromorphic Systems Alexandre Muzy International Laboratory on Learning Systems (ILLS) CNRS – McGill – ETS – MILA – Université Paris-Saclay [email protected]

arXiv:2604.13574v1 [cs.CE] 15 Apr 2026

Abstract Brain digital twins aim to provide faithful, individualized computational representations of brains as dynamical systems, enabling mechanistic understanding and supporting prediction of clinical interventions. Yet current approaches remain fragmented across data pipelines, model classes, temporal scales, and computing platforms, which prevents the preservation of execution semantics across the end-toend workflow. This survey introduces physically constrained executability as a unifying perspective for comparing approaches at the level of execution: whether an execution state is persistent, which events are permitted to update it (simulation, measurement, actuation), and how strongly execution is temporally and causally coupled to neurobiological dynamics. Building on modeling and simulation theory, I propose a taxonomy of execution regimes ranging from isolated offline models to coordinated co-simulation, to continuously executing digital twins sustained by online data assimilation, and ultimately to neuro–neuromorphic physical systems in which biological and computational dynamics are co-executed under shared physical constraints. The executability concept clarifies why accuracy alone is insufficient, and motivates an agenda centered on semantic interoperability, hybrid-time correctness, evaluation protocols, scalable reproducible workflows, and safe closed-loop validation. This survey adopts a systems and runtime-oriented perspective, enabling comparison of heterogeneous approaches based on their execution semantics rather than on model form or application domain alone.

1

Introduction

Brain digital twins are increasingly used by scientists to better understand the functioning of individual brains, and by clinicians to predict the impact of interventions. They aim to provide faithful digital representations of individual brains conceived as dynamic systems. To this end, they seek to link multiscale brain data with models from neuroscience [1–4]. In this context, large-scale international initiatives such as the European Human Brain Project (HBP) [5–7] and its successor infrastructure European Brain Research InfrastructureS (EBRAINS) aim at integrating brain data, models and computing technologies, to achieve reproducible and multiscale computational neuroscience. These developments build, implicitly and separately, on long-standing foundations from computational modeling and simulation theory [8]. In this tradition, a model is not only defined by its static mathematical functions but also by its simulation, i.e. the series of computations of its state transitions over time, its simulated trajectory. The model’s internal state transitions of a brain digital twin then remain consistent from data acquisition to the simulation execution on a computer. In practice, however, computations in a digital twin are rarely specified formally. Current brain digital twin approaches remain fragmented across data pipelines, model classes, temporal scales, and computational platforms. This fragmentation can be understood as a failure to preserve execution semantics across the end-to-end brain digital twin pipeline. In practice, the causal ordering, timing, and duration of state transitions are not maintained consistently across data acquisition, interaction,

1

modeling, simulation, and computation, relative to the dynamics of the underlying neurobiological system. Here, execution refers to the realization of state transitions on a given substrate, which may be digital (computers and/or chips), physical (the brain), or hybrid, when biological and computational substrates are coupled in a closed loop. Importantly, execution on a given substrate is not abstract: it is necessarily subject to the physical properties and limitations of that substrate. In this survey, I introduce physically constrained executability as a framework for designing brain digital twins in which execution semantics are explicitly preserved under substrate-dependent constraints. In the case of the brain, physical constraints include, for example, the maximum firing rate of neurons [9] and the latency of synaptic communication [10]. Under this framework, executability is physically constrained : state transitions must remain consistent with substrate-dependent limits (measurement latencies, bandwidth, bounded update rates, and actuation constraints), so that the digital twin remains causally and temporally aligned with neurobiological dynamics throughout measurement and interaction. From this perspective, the main limitation of current brain digital twin approaches lies not in the expressiveness of their models, but in the absence of explicit execution semantics capable of sustaining coherent state evolution across time, data, and interaction. Figure 1 provides a conceptual overview of the execution regimes discussed throughout this survey. Panel (A) illustrates fragmented and episodic pipelines in which execution state is not preserved. Panel (B) highlights the emergence of a persistent execution state continuously updated through data assimilation [11], which constitutes the minimal condition for executability. Here, data assimilation refers to the integration of empirical measurements during execution to update model states and parameters. Traditional calibration corresponds to an offline variant in which parameters are adjusted without maintaining a persistent execution state. Panel (C) anticipates the additional physical execution constraints that arise when digital and biological dynamics are causally coupled, setting the stage for neuro–neuromorphic systems. Neuromorphic refers to a mode of execution in which computational processes operate under physical execution constraints comparable to those of neurophysical dynamics. A neuro–neuromorphic system is a closed-loop in which a brain digital twin is causally embedded via physical sensing and actuation interfaces. Biological dynamics, sensing, actuation, and digital computation are co-executed under shared physical execution constraints and explicit execution semantics. Figure 2 further refines this perspective by representing executability as the evolution of a persistent execution state across coupled time scales. Executable brain digital twins maintain internal states that are continuously updated by heterogeneous events originating from neurobiological activity, measurements, computation, or action. As a result, executability inherently relies on hybrid temporal execution semantics, in which continuous dynamics coexist with discrete, event-driven updates across neurophysical time and simulation time. Scope and methodology of the survey. This survey is concept-driven rather than exhaustive. The literature is organized around execution-level questions that cut across neuroscience, modeling and simulation, and neuromorphic computing, including the persistence of execution state, admissible event types (simulation, measurement, actuation), and temporal and causal coupling under physical constraints. References were selected to represent foundational theories, widely used modeling pipelines, representative closed-loop systems, and execution substrates exposing distinct runtime semantics. The objective is to provide a comparative conceptual framework and evaluation criteria, rather than a catalog of implementations. Section 2 introduces a taxonomy of execution regimes, ranging from isolated models to fully coupled neuro–neuromorphic systems. Section 3 focuses on data assimilation and closed-loop personalization as execution modes that sustain persistent model states over time. Section 4 examines how computational substrates constrain and enable these regimes through their execution semantics and physical constraints.

2

Figure 1: From fragmented brain models to executable neuro–neuromorphic systems. (A) Current brain digital twin approaches are fragmented across data processing, modeling, simulation, and neuroscientific/clinical interpretation. Each of these steps is typically organized as separate and offline pipelines. They are executed independently, with limited temporal coupling and no persistent feedback. This results in models that are biologically informed but not continuously executable. (B) Executable brain digital twins correspond to systems in which computational models are embedded within ongoing simulations coupled to data assimilation processes. Brain observations are integrated online to update model states and parameters during execution, enabling sustained temporal alignment between biological and digital dynamics. A key distinction at this stage is the presence of a persistent, shared execution state that is maintained over time and updated online through continuous observation and model evolution. (C) At the highest level of executability, neuro–neuromorphic systems co-execute biological and digital dynamics as a coupled system. Box 1 — Core system definitions Brain Digital Twin (BDT): A brain digital twin is a computational brain model that maintains a persistent execution state that is continuously aligned with neurobiological observations acquired through sensing interfaces. Physical execution constraints: Physical execution constraints arise from intrinsic brain dynamics and from sensing/actuation interfaces (e.g., bounded latency, bandwidth, noise, etc.). Neuromorphic (execution mode): Neuromorphic refers to a mode of execution in which computational processes operate under physical execution constraints comparable to those of neurophysical dynamics. Neuro–Neuromorphic System: A neuro–neuromorphic physical system is a closed-loop in which a brain digital twin is causally embedded via physical sensing and actuation interfaces. Biological dynamics, sensing, actuation, and digital computation are co-executed under shared physical execution constraints and explicit execution semantics.

2

Levels of Executability and Integration in Brain Digital Twins

Brain digital twins (BDTs) cover a range of computational realizations, from offline models to physically coupled closed-loop systems [12]. To structure this landscape, this section introduces a taxonomy of execution regimes that characterizes how models are coupled and integrated, how execution time is 3

Figure 2: Executability as state evolution across coupled time scales. Executable brain digital twins maintain a coherent execution state that evolves across multiple, coupled temporal regimes. Level 1 corresponds to fast neurophysical dynamics of the biological brain, including spiking activity, field potentials, oscillations, and behavior, which evolve in continuous time and generate discrete events. Level 2 represents the executing state of the brain digital twin, defined by the internal state variables of the computational model during simulation and inference. This state evolves at an intermediate time scale and is continuously synchronized with brain activity through online observations and data assimilation. Level 3 captures slow model adaptation processes, including parameter calibration and structural updates, which integrate accumulated mismatches over time. Together, these levels define a hybrid temporal semantics in which continuous dynamics, discrete updates, and event-driven corrections coexist, enabling sustained execution rather than episodic recalibration of the digital twin. handled, and how model states relate to measurements and actuation on the brain during execution through causal relations. Here, causality denotes the directed influence by which events in one substrate trigger state transitions in another substrate according to the execution semantics of the system. Measurements correspond to causal influences from the brain to the digital twin, whereby neurobiological activity generates observation events that update the execution state of the model. By contrast, actuation refers to causal influences from the digital twin to the brain mediated by physical interfaces, such as electrical or magnetic stimulation devices. Examples include closedloop adaptive brain stimulation for epilepsy or movement disorders [12, 13], connectomic deep brain stimulation [14], and model-informed neuromodulation strategies [15]. In this context, actuation is distinct from clinical interventions performed by human operators, such as surgery or pharmacological treatment, which may be informed by digital twins but do not constitute actuation events within the execution loop. Within this framework, differences between brain digital twin approaches can be traced back to how execution is organized and sustained, and in particular to how causality is instantiated when present. This includes how measurements and actuation events are generated, propagated, and integrated over time, as well as whether execution can be maintained coherently across model components and execution phases. To make these differences comparable, each execution regime is defined using the same set of criteria: 4

(i) the degree of temporal and causal coupling to the underlying neurobiological process; (ii) the types of events—internal simulation events, measurement events, or actuation events—that are permitted to update the execution state; and (iii) the presence or absence of a persistent execution state, whose value is preserved across execution steps and execution phases, rather than being reinitialized at each simulation run. Here, the term event is used in the systems sense: a timestamped occurrence that triggers a state transition according to the execution semantics of the system, such as a simulation step, an measurement arrival, or an actuation command. Figure 3 provides a schematic overview of this progression, from isolated computational models to fully coupled neuro–neuromorphic physical systems. The different levels of progression are described hereafter. Importantly, this progression should not be interpreted as a mere increase in model integration. Rather, it reflects increasing degrees of executability: the ability of a system to sustain coherent execution semantics across time, data, and interaction. Model integration, as introduced at Level II, constitutes a necessary but insufficient condition for executability.

2.1

Level I — Disciplinary isolated models (non-executable)

At Level I, brain models are developed within isolated disciplinary frameworks such as biophysical modeling, statistical inference, or machine learning. They are evaluated through analytical methods or standalone numerical simulations [5, 16–18]. Let us examine the criteria defining this execution regime. There is no temporal or causal coupling to the underlying neurobiological process. Empirical measurements may inform model structure, parameters, or initial conditions exclusively through offline data assimilation, including calibration, or through post hoc analysis. The model state is updated solely through internal simulation events occurring within an isolated simulation run. There is no persistent execution state: the state exists only transiently during execution and is systematically reinitialized at each run. As a result, execution is episodic and does not support continuity across time, observations, or interactions. As a result, there is no sustained temporal or causal coupling between the model and the biological system. Level I models therefore function as descriptive or explanatory tools rather than executable systems, corresponding to the fragmented pipelines illustrated in Figure 1A.

2.2

Level II — Co-simulation frameworks (controlled execution)

At Level II, co-simulation frameworks enable the coordinated execution of multiple heterogeneous models or simulators, such as spiking neural networks coupled with neural mass or whole-brain models [19–22]. Let us examine the criteria defining this execution regime. As in Level I, there is no temporal or causal coupling to the underlying neurobiological process during execution. Empirical data may inform initialization or parameterization offline, but do not enter execution as events. The key progression relative to Level I lies in the integration of heterogeneous models through co-simulation frameworks. The execution state is updated exclusively by internal simulation events, but these events may originate from multiple coupled model components that must be temporally coordinated. A persistent execution state exists during a simulation run, allowing continuous state evolution and synchronization across coupled models. However, this state is not preserved across execution phases and is reinitialized between runs. As a result, Level II systems achieve structural and temporal integration, but remain non-executable with respect to the brain. Level II systems are therefore runnable and temporally coordinated, but not continuously executable in the sense defined here. Execution remains episodic and decoupled from ongoing neurobiological dynamics, with adaptation occurring primarily through offline calibration [8, 23].

2.3

Level III — Executable brain digital twins (adaptive execution)

At Level III, brain digital twins become continuously executing computational systems. The defining feature of this regime is the presence of a persistent execution state that is maintained and updated 5

over time. Level III represents executable brain digital twins that sustain continuous execution through online data assimilation and state adaptation, while remaining observational, without causal influence on the underlying neurobiological process. Let us examine the criteria defining this execution regime. There is a uni-directional temporal and causal coupling from the brain to the model, without physical actuation. State updates are driven both by internal simulation events and by external measurement events originating from the biological system. Incoming neurophysiological measurements are integrated during execution through data assimilation mechanisms (Figure 2), encompassing online state estimation and parameter adaptation [11]. The execution state is persistent across measurement events and continuously updated rather than reinitialized. Despite this increased executability, Level III systems remain observational: causal influence flows from the brain to the digital twin, without physical actuation or intervention. Level III thus constitutes the first regime that satisfies the core criteria of executability: a persistent execution state, event-driven updates, and sustained temporal coherence with neurobiological dynamics (Figure 1B).

2.4

Level IV — Neuro–neuromorphic physical systems (co-execution)

Level IV represents the most stringent regime of executability. Biological dynamics, computation, and intervention are integrated into a single closed-loop system. Let us examine the criteria defining this execution regime. There is a bidirectional temporal and causal coupling between the model and the underlying neurobiological process. Causal influence flows from the brain to the digital twin through external measurement events that update the execution state, and from the digital twin to the brain through external actuation events that physically affect the neurobiological system. The execution state is persistent across measurement and actuation events and continuously updated through closed-loop interaction. In this regime, execution is subject to explicit physical execution constraints imposed by brain dynamics, such as latency, bandwidth, and actuation limits, which must be satisfied throughout execution. Coarse, batch-oriented execution models become insufficient under these conditions. Level IV systems therefore rely on execution paradigms that support event-driven computation and persistent state under physical coupling. Neuromorphic execution substrates provide a natural support for this regime, although the defining characteristic is not the hardware itself, but the explicit satisfaction of physical execution constraints. This regime corresponds to neuro–neuromorphic physical systems (Figure 1C), enabling adaptive neuromodulation, closed-loop experimentation, and sustained interaction with living neural dynamics [12, 13]. Level IV thus represents the limiting case of executability considered in this survey. From this taxonomy, executability does not appear as a binary property but as a progressive acquisition of execution capabilities: brain digital twins differ in whether an execution state is persistent, which types of events are permitted to update it, and to what extent execution becomes temporally and causally coupled to underlying neurobiological dynamics.

3

Closed-loop Personalization: Data Assimilation and Intervention

A core requirement for executable brain digital twins is their ability to continuously align model dynamics with empirical measurements. This alignment relies on online state estimation and parameter adaptation techniques (broadly referred to here as data assimilation), which integrate multimodal neurophysiological and neuroimaging measurements during execution [24–27] (cf. Figure 4). Data assimilation is used here in a broad sense, encompassing online state estimation and parameter adaptation, with offline calibration corresponding to its limiting non-executable case. Through such mechanisms, model states and parameters can be personalized over time, rather than fixed once through offline calibration [23, 28, 29]. In an executable brain digital twin, the execution state may include fast neural variables (e.g., population activity or oscillatory phase), latent physiological quantities (e.g., regional excitability or effective connectivity), probabilistic belief states over parameters, and slower contextual states related 6

Figure 3: Progressive executability of brain digital twins. The figure illustrates four execution regimes that characterize how brain digital twin approaches evolve from isolated computational models to fully embedded neuro–neuromorphic physical systems. Level I corresponds to disciplinary models executed offline in isolation. Level II captures co-simulation frameworks that enable the coordinated execution of coupled heterogeneous models without persistent data assimilation. Level III represents executable brain digital twins that sustain continuous execution through online data assimilation and state adaptation, while remaining observational. Level IV denotes neuro–neuromorphic physical systems, in which biological and digital dynamics are co-executed under physically constrained execution. Together, these levels reflect increasing degrees of executability, integration, and causality. to clinical condition or behavior. These states are updated online by measurement-driven events, enabling sustained temporal alignment between the digital twin and ongoing brain dynamics. The persistence of this execution state across measurement events is a defining feature of executability. Crucially, continuous personalization through data assimilation introduces explicit execution constraints. Measurements are not instantaneous abstractions but are acquired under physical and technical constraints, including sampling rates, latencies, spatial resolution, and noise characteristics. These constraints impose structural and temporal bounds on how measurement events can update the execution state, directly linking executability to the structural and temporal constraints illustrated in Figure 1. In this sense, physically constrained execution requires that model updates remain temporally and causally consistent with the measurement processes of the brain. Several approaches already incorporate closed-loop interaction and model-driven intervention, including adaptive brain stimulation and control strategies [12–15]. Here, model-driven intervention refers to actions on the neurobiological system that are causally generated from the evolving internal state of a computational model, rather than from fixed heuristics or direct signal thresholds. For example, inferred latent variables such as seizure likelihood, network synchrony, or excitation–inhibition balance may be used to adjust stimulation parameters in real time, including amplitude, timing, or spatial targeting. Despite these advances, most existing closed-loop implementations remain task-specific and episodic, rather than fully executable brain digital twins. Model execution, data assimilation, and intervention are often implemented as loosely connected stages rather than as a single, temporally coherent execution regime. From an executability perspective, the central challenge is therefore not only to design 7

Figure 4: Brain measurements supporting brain digital twins. Multimodal measurements provide complementary access to brain structure, dynamics, and function across spatial and temporal scales. Structural imaging (MRI, diffusion MRI) constrains anatomy and connectivity. Functional imaging (fMRI, fNIRS, PET) captures large-scale activity and metabolism. Electrophysiological recordings (EEG, MEG, ECoG, SEEG) provide fast temporal sampling of neural dynamics; molecular and histological data refine cellular and receptor-level properties. Together, these measurements ground the construction, personalization, and validation of brain digital twins. accurate estimators or controllers, but to integrate simulation, data assimilation, and intervention within a unified execution process that preserves a persistent execution state across time. Similar limitations arise in clinical neuroscience applications such as epilepsy modeling and neurosurgical planning, where individualized models inform prediction or intervention [19, 21, 30, 31]. While these approaches demonstrate the potential of personalized modeling, they typically rely on offline calibration and episodic simulation, leaving open the question of how closed-loop operation can be sustained as a continuous execution regime. Addressing this challenge requires not only methodological advances, but also infrastructures capable of supporting persistent, constrained execution over long time scales. Large-scale international initiatives provide critical foundations in this respect. Programs such as the Human Brain Project and EBRAINS, the Human Connectome Project, and the U.S. BRAIN Initiative support long-term measurement acquisition, shared standards, and computational platforms that enable reproducible and scalable execution of brain models [32–36]. Under continuous execution, such standards no longer function solely as data-sharing conventions but become execution constraints that condition how measurements can be integrated over time. At a foundational level, FAIR (Findable, Accessible, Interoperable, Reusable) principles specify requirements on data and metadata that directly condition executability across time, platforms, and cohorts [37]. Building on these principles, standards such as the Brain Imaging Data Structure (BIDS) constrain acquisition parameters, timing information, and preprocessing assumptions in ways that directly affect how measurement events can be aligned with model states during execution [38]. Together with standardized workflows, these frameworks enable execution states to be reproduced, compared, and re-evaluated across studies, rather than merely facilitating data exchange [39–42]. From an executability perspective, personalization is no longer a preprocessing step but an execution mode, in which model states and parameters are continuously updated under explicit temporal, structural, and measurement constraints.

8

Box 2 — Measurements of brain structure and activity Brain digital twins rely on multimodal measurements that capture complementary aspects of brain organization and dynamics across scales. Acronyms: MRI, Magnetic Resonance Imaging; diffusion MRI, diffusion-weighted MRI; fMRI, functional MRI; fNIRS, functional Near-InfRared Spectroscopy; PET, Positron Emission Tomography; EEG, ElectroencEphaloGraphy; MEG, MagnetoEncephaloGraphy; ECoG, electroCorticoGraphy; SEEG, StereoElectroEncephaloGraphy. Structural imaging (MRI, diffusion MRI) provides anatomical information and estimates of whitematter connectivity. Functional imaging (fMRI, fNIRS, PET) measures large-scale brain activity and metabolic or molecular processes. Electrophysiology (EEG, MEG, ECoG, SEEG) records neural signals with high temporal resolution. Microscopy, histology, and molecular data inform cellular composition, receptor distributions, and microcircuit organization. Together, these modalities provide the empirical basis for constructing, personalizing, and validating brain digital twins.

4

Platforms and Execution: From Software to Neuromorphic Systems

From a hardware viewpoint, computational platforms are not interchangeable implementation details: they impose specific scheduling models, synchronization mechanisms, and latency constraints that directly shape execution semantics. Executable brain digital twins depend critically on the computational substrates on which they are executed. As argued in Sections 2 and 3, executability is not determined by model expressiveness alone, but by the ability of a system to sustain coherent state evolution, data assimilation, and interaction under explicit physical execution constraints. These requirements place fundamentally different demands on computational platforms. In most current execution regimes, models are embedded within simulation and data assimilation loops supported by conventional or accelerated computing platforms, including central processing units (CPUs), graphics processing units (GPUs), tensor processing units (TPUs), and neural processing units (NPUs) [20, 43, 44]. These platforms enable large-scale numerical simulation and data-driven inference, but rely on synchronous, clock-driven execution models based on discretized time steps, batch processing, and centralized scheduling [9, 45]. Such execution models are well suited for offline analysis and episodic execution, but provide limited support for continuous interaction with ongoing neurobiological dynamics. As executability increases toward continuous adaptation, low-latency interaction, and sustained closed-loop operation, these execution models encounter intrinsic limitations. Clock-driven and batchoriented architectures struggle to accommodate the asynchronous, irregular, and event-based update patterns that characterize neurobiological processes, even when massively parallel hardware is employed [46, 47]. This mismatch becomes critical at Level IV, where sustained co-execution must satisfy explicit constraints imposed by continuous physical coupling. Under physical coupling, execution constraints arise from interaction with a living neurobiological system and primarily concern temporal and causal consistency. These constraints include bounded latency, continuous temporal coupling, and causally ordered interaction between measurement and actuation events. Such constraints are not algorithmic design choices, but external conditions imposed by physics and neurophysiology, which determine how computation can be executed, synchronized, and coupled to biological dynamics during execution. Under such constraints, the granularity at which computation is expressed becomes a central issue. In this survey, execution granularity denotes the spatial, temporal, and causal resolution at which model states are represented, updated, and coupled to measurements and actions during execution. Preserving temporal and causal coherence can no longer rely on coarse, aggregated state updates or infrequent synchronization. Instead, computations must be expressed at increasingly fine spatial,

9

temporal, and interaction granularity, such that individual events and local state changes can be causally aligned with neurophysical dynamics. Importantly, this granularity does not arise as an independent modeling choice, but as a necessary consequence of executability under physical execution constraints. Figure 5 illustrates how increasingly stringent constraints induce an emergent alignment between brain representations and the execution units provided by different computational substrates. In this context, neuromorphic paradigms constitute a distinct execution regime rather than an alternative modeling approach. Neuromorphic systems are characterized by spike-based, event-driven neuronal computation, local state updates, and reduced reliance on global synchronization. However, a critical distinction must be made between event-driven computation and event-driven execution at the hardware level. Executability under physical constraints requires not only that neurons compute in an event-driven manner, but that communication, scheduling, and synchronization across processing elements are themselves governed by events rather than by a global clock. At the device level, neuromorphic chips such as Loihi, TrueNorth, or Akida implement spike-based, event-driven neuronal computation and support low-latency, energy-efficient processing suitable for embedded inference and local closed-loop interaction [48, 49]. However, their execution remains partially structured by clocked control, time-multiplexing, or predefined scheduling mechanisms, limiting explicit control over system-level temporal and causal ordering. At larger scales, neuromorphic supercomputers such as SpiNNaker or BrainScaleS extend eventdriven principles to the level of distributed execution. These platforms support asynchronous communication, event-driven scheduling, and explicit handling of timing and causal propagation across thousands to millions of processing elements, enabling large-scale neural co-execution under tight temporal constraints [50, 51]. In this regime, computation is no longer an external control layer applied to the brain, but becomes causally embedded in ongoing neurophysical activity. Neuro–neuromorphic physical systems thus represent the most stringent regime of executability discussed in this survey, in which biological and digital dynamics are co-executed under shared temporal, adaptive, and physical constraints [7, 52]. From an executability standpoint, computational platforms are therefore not interchangeable implementation choices, but define distinct execution regimes according to the temporal, causal, and physical constraints they can sustain during continuous computation.

10

Figure 5: Emergent execution granularity under physical execution constraints. This illustration compares major computational execution substrates with progressively finer representations of the same biological brain. From left to right, increasing physical execution constraints—such as bounded latency, causal coupling, and event-level interaction—impose increasingly fine-grained representations and execution units. CPU-based platforms are associated with coarse-grained brain representations, depicted as large colored regions. GPU-based platforms support finer-grained representations, illustrated by denser color patterns reflecting massively parallel processing units. Neuromorphic supercomputers (e.g., SpiNNaker-like systems) correspond to distributed representations composed of interacting neuronal groups. Neuromorphic chips operate at the finest execution granularity. Overall, the figure highlights that representational and execution granularity do not arise as independent design choices, but emerge as a direct consequence of the physical constraints under which computation must be executed. Box 3 — Execution substrates and constraints in brain digital twins Executable brain digital twins are constrained by the computational substrates on which they are executed, as these digital substrates determine the temporal, spatial, and causal granularity at which execution can be sustained under physical coupling. Conventional CPU-based platforms rely on Central Processing Units (CPUs), which execute instructions sequentially or with limited core-based parallelism under a global clock. They support flexible numerical simulations and multiscale model composition in discretized time with global synchronization as shown in [9]. This makes them well suited for offline analysis, theoretical exploration, and episodic execution, but ill-suited for continuous interaction with ongoing biological dynamics. Accelerated platforms include Graphics Processing Units (GPUs), optimized for massively parallel numerical operations; Tensor Processing Units (TPUs), specialized for dense linear algebra in machine learning workloads; Neural Processing Units (NPUs), designed for efficient inference and embedded AI; and large-scale High-Performance Computing (HPC) systems that aggregate thousands of such processors, including CPUs. These platforms enable large-scale and high-throughput simulation through clock-driven, synchronous execution, but remain fundamentally batch-oriented, limiting native support for asynchronous, event-driven, and continuously adaptive interaction. Neuromorphic execution substrates implement spike-based, event-driven neuronal computation with local state updates and reduced reliance on global clocks. Embedded neuromorphic chips (e.g., Loihi, TrueNorth, Akida) support low-latency and energy-efficient execution at the level of individual neurons and synapses, but retain partial clocked control at the hardware level. In contrast, large-scale neuromorphic supercomputers (e.g., SpiNNaker, BrainScaleS) implement event-driven execution across communication, scheduling, and synchronization, enabling distributed co-execution of neural dynamics under explicit temporal and causal constraints. Rather than interchangeable implementation choices, these substrates define successive execution regimes by constraining the granularity, latency, and causal structure under which executable brain digital twins can operate.

11

5

Conclusion and Perspective: Toward Executable Neuro–Neuromorphic Systems

This survey has traced a unifying trajectory from brain models to simulations, from simulations to executable systems, and from execution to closed-loop interaction with biological brains. The central message is that the main challenge of brain digital twins is no longer model construction per se, but their operationalization under explicit computational, temporal, and physical execution constraints. From this perspective, physically constrained executability emerges as the unifying computational concept that links heterogeneous model composition, hybrid-time simulation, continuous data assimilation, and ultimately neuro–neuromorphic co-execution, while preserving execution semantics across substrates. Progress toward clinically and scientifically relevant brain digital twins therefore hinges on a focused set of open problems: (i) semantic interoperability across data and model interfaces; (ii) correctness under hybrid and real-time temporal regimes; (iii) identifiability and uncertainty quantification under partial and temporally constrained measurements; (iv) benchmarking and evaluation protocols for executable systems; (v) Cohort-level scalability and population validation, which pose execution-level challenges, as executable brain digital twins must preserve their execution semantics consistently across individuals, datasets, and execution contexts, rather than relying on subject-specific ad hoc execution regimes; (vi) reproducible workflows, standards, and containerized execution; and (vii) closed-loop validation under adaptive and physically constrained intervention. Together, these challenges highlight that executability provides not only a design principle, but also a basis for systematic evaluation and comparison of brain digital twin approaches in terms of their execution semantics and constraints. The translation of executable brain digital twins to large-scale and clinical settings further requires careful consideration of reproducibility, cohort-level validation, and scalability [53]. Such efforts critically depend on standardized neuroimaging formats and processing pipelines, which provide the infrastructure necessary for interoperable and reproducible execution workflows [38–42]. At a global level, major international initiatives continue to play a central role in structuring data sharing, computational platforms, and integrative research agendas [5, 7, 20]. Together, these developments point toward a unifying computational perspective in which executable, closed-loop neuro–neuromorphic systems emerge as a natural extension of current brain digital twin research [52]. Taken together, these considerations suggest that progress in brain digital twins depends less on isolated modeling advances than on the explicit design of physically constrained executable systems capable of preserving execution semantics and sustaining coherent state evolution under continuous temporal, causal, and physical constraints.

References [1] Jakob Zimmermann, Anastasia Popov, Timothée Proix, and Viktor K. Jirsa. Brain digital twins: A computational revolution in clinical neuroscience. Frontiers in Neuroscience, 16:943754, 2022. [2] Huifang E. Wang, Paul Triebkorn, Martin Breyton, Borana Dollomaja, Jean-Didier Lemarechal, Spase Petkoski, Pierpaolo Sorrentino, Damien Depannemaecker, Meysam Hashemi, and Viktor K. Jirsa. Virtual brain twins: from basic neuroscience to clinical use. National Science Review, 11(5):nwae079, 2024. [3] Jing Xiong, Liyuan Zhang, Yifan Wang, Liang Chen, and Lin Zhang. The digital twin brain: A bridge between biological and artificial intelligence. Intelligent Computing, 2(3):0055, 2023. [4] Ledina S. Fekonja, Robert Schenk, Anna Schröder, Rosario Tomasello, Samo Tomšič, and Thomas Picht. The digital twin in neuroscience: from theory to tailored therapy. Frontiers in Neuroscience, 18:1454856, 2024. [5] Katrin Amunts, Christoph Ebell, Jens Muller, Martin Telefont, Alois Knoll, and Thomas Lippert. The human brain project—synergy between neuroscience, computing, informatics, and braininspired technologies. PLoS Biology, 17(7):e3000344, 2019.

12

[6] Henry Markram. The human brain project: A blueprint for brain research and technology. Frontiers in Neuroscience, 6:89, 2012. [7] Katrin Amunts, Alexander Schaefer, Michael Schirner, et al. The coming decade of digital brain research: A vision for large-scale integration of neuroimaging, histology, and behaviour. Imaging Neuroscience, 2:1–16, 2024. [8] Bernard P Zeigler, Alexandre Muzy, and Ernesto Kofman. Theory of Modeling and Simulation: Discrete Event & Iterative System Computational Foundations. Academic Press, 2018. [9] Cyrille Mascart, Gilles Scarella, Patricia Reynaud-Bouret, and Alexandre Muzy. Scalability of large neural network simulations via activity tracking with time asynchrony and procedural connectivity. Neural Computation, 34(9):1915–1943, 2022. [10] Alban Gattepaille and Alexandre Muzy. Delay neural networks (DeNN) for exploiting temporal information in event-based datasets. Communications Engineering (Nature), 2025. Accepted for publication. [11] Ashwin James, Ingrid Bethus, and Alexandre Muzy. Inferring time-varying internal models of agents through dynamic structure learning. bioRxiv, pages 2024–09, 2024. [12] Carlos Herrera, Alik S. Widge, and Kai J. Miller. Closed-loop adaptive brain stimulation: Emerging methods and clinical applications. Brain Stimulation, 15(3):580–596, 2022. [13] Guiomar Niso, Kristian Madsen, Pedro A. Valdes-Sosa, and Sylvain Baillet. Brain stimulation modeling and validation: Towards personalized neurostimulation therapies. NeuroImage, 271:120002, 2023. [14] Andreas Horn and Michael D. Fox. Opportunities of connectomic deep brain stimulation. Nature Reviews Neurology, 16(6):337–350, 2020. [15] Yu Huang, Abhishek Datta, Marom Bikson, and Lucas C. Parra. Realistic volumetric-approach to simulate transcranial electric stimulation—ROAST—a fully-automated open-source pipeline. Brain Stimulation, 12(3):665–667, 2019. [16] Henry Markram, Eilif Muller, Srikanth Ramaswamy, et al. Reconstruction and simulation of neocortical microcircuitry. Cell, 163(2):456–492, 2015. [17] Murat Demirtaş, Miguel I. Falcon, Aloys Tucholka, et al. A whole-brain computational modeling approach to explain cognitive deficits in Alzheimer’s disease. NeuroImage, 150:249–261, 2017. [18] Erick A. Aponte, Michael Schirner, Viktor K. Jirsa, Petra Ritter, and Gustavo Deco. The impact of structural connectivity and recurrent neural dynamics on human resting-state functional connectivity. Frontiers in Neuroscience, 17:1163814, 2023. [19] Viktor K. Jirsa, Timothée Proix, Dionysios Perdikis, et al. The virtual epileptic patient: Individualized whole-brain models of epilepsy spread. NeuroImage, 145:377–388, 2017. [20] Michael Schirner, Silvan Rothmeier, Anthony R. McIntosh, Petra Ritter, and Viktor K. Jirsa. Brain simulation as a cloud service: The virtual brain on EBRAINS. NeuroImage, 251:119010, 2022. [21] Timothée Proix, Fabrice Bartolomei, Maxime Guye, and Viktor K. Jirsa. Individualized virtual brain models for epilepsy surgery planning. Current Opinion in Neurology, 31(2):140–147, 2018. [22] Anthony R. McIntosh and James M. Shine. Network modeling of Parkinson’s disease: Mechanisms and clinical insights. Progress in Brain Research, 261:241–260, 2021.

13

[23] Michael Schirner, Silvan Rothmeier, Anthony R. McIntosh, Petra Ritter, and Viktor K. Jirsa. Constructing subject-specific virtual brains from multimodal neuroimaging data. NeuroImage, 117:343–357, 2015. [24] Karl J. Friston, Vladimir Litvak, Ashwini Oswal, et al. Dynamic causal modeling revisited. NeuroImage, 199:730–744, 2019. [25] Rosalyn J. Moran, Maja Symmonds, Raymond J. Dolan, and Karl J. Friston. The brain ages optimally to model its environment: evidence from DCM of pharmacological fMRI. NeuroImage, 94:103–115, 2014. [26] Will D. Penny, Klaas E. Stephan, Jean Daunizeau, et al. Comparing families of dynamic causal models. PLoS Computational Biology, 6(3):e1000709, 2010. [27] Karl J. Friston, Joshua Kahan, Bharat Biswal, and Adeel Razi. A DCM for resting state fMRI. NeuroImage, 94:396–407, 2014. [28] Fabian Gilbert, Timothée Proix, Fabrice Bartolomei, and Viktor K. Jirsa. EEG-informed largescale brain network modeling in epilepsy: linking neurophysiology and simulation. Frontiers in Neurology, 12:725569, 2021. [29] Mina Hashemi, Ashwin N. Vattikonda, Viktor Sip, et al. Personalized hybrid brain models for data fusion and simulation. Frontiers in Neuroscience, 14:105, 2020. [30] Nishant Sinha, Justin Dauwels, Marcus Kaiser, et al. Predicting neurosurgical outcomes in focal epilepsy patients using computational modelling. Brain, 140(2):319–332, 2017. [31] Shanshan An, Fabrice Bartolomei, Maxime Guye, and Viktor Jirsa. Optimization of surgical intervention outside the epileptogenic zone in the virtual epileptic patient (VEP). PLOS Computational Biology, 15(6):e1007051, 2019. [32] Henry Markram. The human brain project. Scientific American, 306(6):50–55, 2012. [33] Katrin Amunts, Cornelius Ebell, Jean Muller, et al. The human brain project: Creating a european research infrastructure to decode the human brain. Neuron, 92(3):574–581, 2016. [34] Matthew F. Glasser, Timothy S. Coalson, Emma C. Robinson, et al. A multi-modal parcellation of human cerebral cortex. Nature, 536:171–178, 2016. [35] Thomas R. Insel, Story C. Landis, and Francis S. Collins. The NIH BRAIN initiative. Science, 340(6133):687–688, 2013. [36] Cornelia I. Bargmann and William T. Newsome. A vision for the BRAIN initiative. Neuron, 84(3):529–533, 2014. [37] Mark D. Wilkinson et al. The FAIR guiding principles for scientific data management and stewardship. Scientific Data, 3:160018, 2016. [38] Krzysztof J. Gorgolewski, Tibor Auer, Vince D. Calhoun, et al. The brain imaging data structure, a format for organizing and describing outputs of neuroimaging experiments. Scientific Data, 3:160044, 2016. [39] Guiomar Niso, Krzysztof J. Gorgolewski, Elizabeth Bock, et al. MEG-BIDS, the brain imaging data structure extended to magnetoencephalography. Scientific Data, 5:180110, 2018. [40] Cyril R. Pernet, Stefan Appelhoff, Krzysztof J. Gorgolewski, et al. EEG-BIDS, an extension to the brain imaging data structure for electroencephalography. Scientific Data, 6(1):103, 2019. [41] Oscar Esteban, Christopher J. Markiewicz, Ross W. Blair, et al. fMRIPrep: a robust preprocessing pipeline for functional MRI. Nature Methods, 16(1):111–116, 2019. 14

[42] Matthew Cieslak, Philip A. Cook, Xiaosong He, et al. QSIPrep: an integrative platform for preprocessing and reconstructing diffusion MRI data. Nature Methods, 18(7):775–778, 2021. [43] Kaushik Roy, Akhilesh Jaiswal, and Priyadarshini Panda. Towards spike-based machine intelligence with neuromorphic computing. Nature, 575:607–617, 2019. [44] Miguel I. Falcon, Jeffrey D. Riley, Viktor K. Jirsa, and Anthony R. McIntosh. Digital twin brain models: Towards real-time clinical decision support. Frontiers in Digital Health, 5:1223345, 2023. [45] Alexandre Muzy, Bernard P Zeigler, and Franck Grammont. Iterative specification as a modeling and simulation formalism for I/O general systems. IEEE Systems Journal, 12(3):2982–2993, 2017. [46] Romain Brette. Exact simulation of integrate-and-fire models with synaptic conductances. Neural Computation, 19(10):2604–2609, 2007. [47] Giacomo Indiveri and Shih-Chii Liu. Memory and information processing in neuromorphic systems. Proceedings of the IEEE, 103(8):1379–1397, 2015. [48] Paul A. Merolla, John V. Arthur, Rodrigo Alvarez-Icaza, et al. A million spiking-neuron integrated circuit with a scalable communication network. Science, 345(6197):668–673, 2014. [49] Mike Davies, Narayan Srinivasa, Tsung-Han Lin, et al. Loihi: A neuromorphic manycore processor with on-chip learning. IEEE Micro, 38(1):82–99, 2018. [50] Steve B. Furber, Francesco Galluppi, Steve Temple, and Luis A. Plana. The SpiNNaker project. Proceedings of the IEEE, 102(5):652–665, 2014. [51] Christian Pehle, Sebastian Billaudelle, Benjamin Cramer, Jakob Kaiser, Korbinian Schreiber, Yannik Stradmann, Johannes Weis, Andreas Leibfried, Eric Müller, and Johannes Schemmel. The BrainScaleS-2 accelerated neuromorphic system with hybrid plasticity. Frontiers in Neuroscience, 16:795876, 2022. [52] Manlio De Domenico et al. Challenges and opportunities for digital twins in precision medicine. npj Digital Medicine, 8:37, 2025. [53] Scott Marek, Brenden Tervo-Clemmens, Finnegan J. Calabro, et al. Reproducible brain-wide association studies require thousands of individuals. Nature, 603:654–660, 2022.

15

Related documents

Record · ID 14095 · SHA-256 8abb39910dbd79de
Conceptio Open Knowledge Archive — every document is proof-bundled with source, license, and retrieval metadata.