In the field of computational neuroscience, brain simulation is the concept of creating a functioning computer model of a brain or part of a brain. [1] Brain simulation projects intend to contribute to a complete understanding of the brain, and eventually also assist the process of treating and diagnosing brain diseases. [2] [3] Simulations utilize mathematical models of biological neurons, such as the hodgkin-huxley model, to simulate the behavior of neurons, or other cells within the brain.
Various simulations from around the world have been fully or partially released as open source software, such as C. elegans, [4] and the Blue Brain Project Showcase. [5] In 2013 the Human Brain Project, which has utilized techniques used by the Blue Brain Project and built upon them, [6] created a Brain Simulation Platform (BSP), an internet-accessible collaborative platform designed for the simulation of brain models.
Brain simulations can be done at varying levels of detail, with more detail requiring significantly higher computation capabilities. Some simulations may only consider the behaviour of areas without modeling individual neurons. Other simulations model the behaviour of individual neurons, the strength of the connections between neurons and how these connections change. [7] This requires having a map of the target organism neurons and their connections, called a connectome. [8] Highly detailed simulations may precisely model the electrophysiology of each individual neuron, potentially even their metabolome and proteome, and the state of their protein complexes. [9]
Over time, brain simulation research has focused on increasingly complex organisms, starting with primitive organisms like the nematode C. elegans and progressing towards simulations of human brains.
The connectivity of the neural circuit for touch sensitivity of the simple C. elegans nematode (roundworm) was mapped in 1985 [10] and partly simulated in 1993. [11] Since 2004, many software simulations of the complete neural and muscular system have been developed, including simulation of the worm's physical environment. Some of these models including source code have been made available for download. [12] [4] However, there is still a lack of understanding of how the neurons and the connections between them generate the surprisingly complex range of behaviors that are observed in the relatively simple organism. [13] [14] This contrast between the apparent simplicity of how the mapped neurons interact with their neighbours, and exceeding complexity of the overall brain function, is an example of an emergent property. [15] This kind of emergent property is paralleled within artificial neural networks, the neurons of which are exceedingly simple compared to their often complex, abstract outputs. To quote a common saying, a group (in this case a brain) is stronger than the sum of its parts.
The brain of the fruit fly, Drosophila, has also been thoroughly studied. A simulated model of the fruit fly's brain offers a unique model of sibling neurons. [16] Like the roundworm, this has been made available as open-source software. [17]
In 2006, the Blue Brain Project, led by Henry Markram, made its first model of a neocortical column with simplified neurons. And in November 2007, it completed an initial model of the rat neocortical column. This marked the end of the first phase, delivering a data-driven process for creating, validating, and researching the neocortical column. [18] [19] The neocortical column is considered the smallest functional unit of the neocortex. The neocortex is the part of the brain thought to be responsible for higher-order functions like conscious thought, and contains 10,000 neurons in the rat brain (and 108 synapses).
An artificial neural network described as being "as big and as complex as half of a mouse brain" [20] with 8 million of neurons and 6300 synapses per neuron was run on an IBM Blue Gene supercomputer by the University of Nevada's research team and IBM Almaden in 2007. [21] Each second of simulated time took ten seconds of computer time. The researchers claimed to observe "biologically consistent" nerve impulses that flowed through the virtual cortex. However, the simulation lacked the structures seen in real mice brains, and they intend to improve the accuracy of the neuron and synapse models. [22] IBM later in the same year increased the number of neurons to 16 million and 8000 synapses per neuron, 5 seconds of which was modelled in 265 s of real time. [23] By 2009, the researchers were able to ramp up the numbers to 1.6 billion neurons and 9 trillion synapses, saturating entire 144 TB of supercomputer RAM. [24]
In 2019, Idan Segev, one of the computational neuroscientists working on the Blue Brain Project, gave a talk titled: "Brain in the computer: what did I learn from simulating the brain." In his talk, he mentioned that the whole cortex for the mouse brain was complete and virtual EEG experiments would begin soon. He also mentioned that the model had become too heavy on the supercomputers they were using at the time, and that they were consequently exploring methods in which every neuron could be represented as a neural network (see citation for details). [25]
In 2023, researchers from Duke University performed a particularly high-resolution scan of a mouse brain. [26]
Blue Brain is a project that was launched in May 2005 by IBM and the Swiss Federal Institute of Technology in Lausanne. The intention of the project was to create a computer simulation of a mammalian cortical column down to the molecular level. [27] The project uses a supercomputer based on IBM's Blue Gene design to simulate the electrical behavior of neurons based upon their synaptic connectivity and ion permeability. The project seeks to eventually reveal insights into human cognition and various psychiatric disorders caused by malfunctioning neurons, such as autism, and to understand how pharmacological agents affect network behavior.
Human brains contain 86 billion neurons, [28] each with an approximate average of 10,000 connections. By one estimate, a very detailed full reconstruction of the human connectome would require a zettabyte (1021 bytes) of data storage. [29]
A supercomputer having similar computing capability as the human brain is scheduled to go online in April 2024. [30] Called "DeepSouth", it could perform 228 trillions of synaptic operations per second. [31]
In late 2013, researchers in Japan and Germany used the K computer, then 4th fastest supercomputer, and the simulation software NEST to simulate 1% of the human brain. The simulation modeled a network consisting of 1.73 billion nerve cells connected by 10.4 trillion synapses. To realize this feat, the program recruited 82,944 processors of the K Computer. The process took 40 minutes, to complete the simulation of 1 second of neuronal network activity in real, biological, time. [32] [33]
The Human Brain Project (HBP) was a 10-year program of research funded by the European Union. It began in 2013 and employed around 500 scientists across Europe. [34] It includes 6 platforms:
The Brain Simulation Platform (BSP) is a device for internet-accessible tools, which allows investigations that are not possible in the laboratory. They are applying Blue Brain techniques to other brain regions, such as the cerebellum, hippocampus, and the basal ganglia. [35]
Various models of the brain have been released as open-source software and are available on sites such as GitHub, including the C. elegans roundworm, [4] the Drosophila fruit fly, [17] and the human brain models Elysia [36] and Spaun, [37] which are based on the NENGO software architecture. [38] The Blue Brain Project Showcase likewise illustrates how models and data from the Blue Brain Project can be converted to NeuroML and PyNN (Python neuronal network models). [5]
The Brain Simulation Platform (BSP) is an internet-accessible open collaboration platform for brain simulation, created by the Human Brain Project. [35]
Mind uploading is a speculative process of whole brain emulation in which a brain scan is used to completely emulate the mental state of the individual in a digital computer. The computer would then run a simulation of the brain's information processing, such that it would respond in essentially the same way as the original brain and experience having a sentient conscious mind.
Computational neuroscience is a branch of neuroscience which employs mathematics, computer science, theoretical analysis and abstractions of the brain to understand the principles that govern the development, structure, physiology and cognitive abilities of the nervous system.
Bio-inspired computing, short for biologically inspired computing, is a field of study which seeks to solve computer science problems using models of biology. It relates to connectionism, social behavior, and emergence. Within computer science, bio-inspired computing relates to artificial intelligence and machine learning. Bio-inspired computing is a major subset of natural computation.
Neuromorphic computing is an approach to computing that is inspired by the structure and function of the human brain. A neuromorphic computer/chip is any device that uses physical artificial neurons to do computations. In recent times, the term neuromorphic has been used to describe analog, digital, mixed-mode analog/digital VLSI, and software systems that implement models of neural systems. Recent advances have even discovered ways to mimic the human nervous system through liquid solutions of chemical systems.
A neural circuit is a population of neurons interconnected by synapses to carry out a specific function when activated. Multiple neural circuits interconnect with one another to form large scale brain networks.
An artificial brain is software and hardware with cognitive abilities similar to those of the animal or human brain.
Neuroinformatics is the emergent field that combines informatics and neuroscience. Neuroinformatics is related with neuroscience data and information processing by artificial neural networks. There are three main directions where neuroinformatics has to be applied:
The Blue Brain Project is a Swiss brain research initiative that aims to create a digital reconstruction of the mouse brain. The project was founded in May 2005 by the Brain Mind Institute of École Polytechnique Fédérale de Lausanne (EPFL) in Switzerland. Its mission is to use biologically-detailed digital reconstructions and simulations of the mammalian brain to identify the fundamental principles of brain structure and function.
Spiking neural networks (SNNs) are artificial neural networks (ANN) that more closely mimic natural neural networks. These models leverage timing of discrete spikes as the main information carrier.
GENESIS is a simulation environment for constructing realistic models of neurobiological systems at many levels of scale including: sub-cellular processes, individual neurons, networks of neurons, and neuronal systems. These simulations are “computer-based implementations of models whose primary objective is to capture what is known of the anatomical structure and physiological characteristics of the neural system of interest”. GENESIS is intended to quantify the physical framework of the nervous system in a way that allows for easy understanding of the physical structure of the nerves in question. “At present only GENESIS allows parallelized modeling of single neurons and networks on multiple-instruction-multiple-data parallel computers.” Development of GENESIS software spread from its home at Caltech to labs at the University of Texas at San Antonio, the University of Antwerp, the National Centre for Biological Sciences in Bangalore, the University of Colorado, the Pittsburgh Supercomputing Center, the San Diego Supercomputer Center, and Emory University.
Henry John Markram is a South African-born Israeli neuroscientist, professor at the École Polytechnique Fédérale de Lausanne (EPFL) in Switzerland and director of the Blue Brain Project and founder of the Human Brain Project.
Michelle Anne Mahowald was an American computational neuroscientist in the emerging field of neuromorphic engineering. In 1996 she was inducted into the Women in Technology International Hall of Fame for her development of the Silicon Eye and other computational systems. She died by suicide at age 33.
The Human Brain Project (HBP) was a €1-billion EU scientific research project that ran for ten years from 2013 to 2023. Using high-performance exascale supercomputers it built infrastructure that allowed researchers to advance knowledge in the fields of neuroscience, computing and brain-related medicine. Its successor was the EBRAINS project.
Dharmendra S. Modha is an Indian American manager and lead researcher of the Cognitive Computing group at IBM Almaden Research Center. He is known for his pioneering works in Artificial Intelligence and Mind Simulation. In November 2009, Modha announced at a supercomputing conference that his team had written a program that simulated a cat brain. He is the recipient of multiple honors, including the Gordon Bell Prize, given each year to recognize outstanding achievement in high-performance computing applications. In November 2012, Modha announced on his blog that using 96 Blue Gene/Q racks of the Lawrence Livermore National Laboratory Sequoia supercomputer, a combined IBM and LBNL team achieved an unprecedented scale of 2.084 billion neurosynaptic cores containing 530 billion neurons and 137 trillion synapses running only 1542× slower than real time. In August 2014 a paper describing the TrueNorth Architecture, "the first-ever production-scale 'neuromorphic' computer chip designed to work more like a mammalian brain than" a processor was published in the journal Science. TrueNorth project culminated in a 64 million neuron system for running deep neural network applications.
The network of the human nervous system is composed of nodes that are connected by links. The connectivity may be viewed anatomically, functionally, or electrophysiologically. These are presented in several Wikipedia articles that include Connectionism, Biological neural network, Artificial neural network, Computational neuroscience, as well as in several books by Ascoli, G. A. (2002), Sterratt, D., Graham, B., Gillies, A., & Willshaw, D. (2011), Gerstner, W., & Kistler, W. (2002), and David Rumelhart, McClelland, J. L., and PDP Research Group (1986) among others. The focus of this article is a comprehensive view of modeling a neural network. Once an approach based on the perspective and connectivity is chosen, the models are developed at microscopic, mesoscopic, or macroscopic (system) levels. Computational modeling refers to models that are developed using computing tools.
SpiNNaker is a massively parallel, manycore supercomputer architecture designed by the Advanced Processor Technologies Research Group (APT) at the Department of Computer Science, University of Manchester. It is composed of 57,600 processing nodes, each with 18 ARM9 processors and 128 MB of mobile DDR SDRAM, totalling 1,036,800 cores and over 7 TB of RAM. The computing platform is based on spiking neural networks, useful in simulating the human brain.
NEST is a simulation software for spiking neural network models, including large-scale neuronal networks. NEST was initially developed by Markus Diesmann and Marc-Oliver Gewaltig and is now developed and maintained by the NEST Initiative.
OpenWorm is an international open science project for the purpose of simulating the roundworm Caenorhabditis elegans at the cellular level. Although the long-term goal is to model all 959 cells of the C. elegans, the first stage is to model the worm's locomotion by simulating the 302 neurons and 95 muscle cells. This bottom up simulation is being pursued by the OpenWorm community.
In computational neuroscience, SUPS or formerly CUPS is a measure of a neuronal network performance, useful in fields of neuroscience, cognitive science, artificial intelligence, and computer science.
Sean Lewis Hill is an American neuroscientist, Professor at the University of Toronto Faculty of Medicine, and co-founder and CEO of Senscience, an AI startup dedicated to transforming science with open data. He was previously the Inaugural Scientific Director of the Krembil Centre for Neuroinformatics in Toronto, Canada. He is also co-director of the Blue Brain Project at the École Polytechnique Fédérale de Lausanne located on the Campus Biotech in Geneva, Switzerland. Hill is known for the development of large-scale computational models of brain circuitry, neuroinformatics, and innovation in AI for mental health.