Abstract
As information technology is moving toward the era of big data, the traditional Von-Neumann architecture shows limitations in performance. The field of computing has already struggled with the latency and bandwidth required to access memory (“the memory wall”) and energy dissipation (“the power wall”). These challenging issues, such as “the memory bottleneck,” call for significant research investments to develop a new architecture for the next generation of computing systems. Brain-inspired computing is a new computing architecture providing a method of high energy efficiency and high real-time performance for artificial intelligence computing. Brain-inspired neural network system is based on neuron and synapse. The memristive device has been proposed as an artificial synapse for creating neuromorphic computer applications. In this study, post-silicon nano-electronic device and its application in brain-inspired chips are surveyed. First, we introduce the development of neural networks and review the current typical brain-inspired chips, including brain-inspired chips dominated by analog circuit and brain-inspired chips of the full-digital circuit, leading to the design of brain-inspired chips based on post-silicon nano-electronic device. Then, through the analysis of N kinds of post-silicon nano-electronic devices, the research progress of constructing brain-inspired chips using post-silicon nano-electronic device is expounded. Lastly, the future of building brain-inspired chips based on post-silicon nano-electronic device has been prospected.
Introduction
With the rapid development of big data, the Internet of Things, 5G communication technology, and deep learning algorithms, the amount of data has increased exponentially. The huge amount of data poses a lot of challenges to the storage, processing, and transfer of data. Despite the continuous improvement of computer performance, due to the sharp increase in the amount of computation, there is still a difference of nearly 5 orders of magnitude in the Von-Neumann architecture based on the separation of traditional storage and computation compared with the human brain (Schuller et al., ). The traditional Von-Neumann system adopts the separate structure of data storage and data processing. For the data communication process between the computing unit and storage unit, the data processing will produce a lot of loss and latency, which forms a “Von-Neumann bottleneck.” This problem is increasingly highlighted by the fact that CPU speed and memory capacity are growing much faster than the data traffic on both parties (Sun K. X. et al., ). This performance mismatch between the storage unit and the computing unit leads to a large delay in the reading of data and in the storage process of the data, that is, the “storage wall” problem. In the case of massive data, it is increasingly overwhelmed. Therefore, it is necessary to explore a new memory architecture based on the human brain structure that achieves low-power consumption, low latency, and space-time information processing capabilities to complete the direct communication of information. Figure 1 shows the traditional Von-Neumann architecture and the new brain-inspired chip architecture (Burr et al., ; Silver et al., ).
Figure 1
Brain-inspired chips, as the name suggests, are chips that simulate the way the brain works, which is based on the human brain neuron structure and the way of human brain perception and cognition. The chip is designed with the human brain neuron structure to improve the computing power and achieve complete anthropomorphism. Brain-inspired chips adopt a new architecture that simulates the synaptic transmission structure of the human brain. Many processors are similar to neurons and the communication system is similar to nerve fibers. The computing of each neuron is carried out locally. On the whole, the neurons work in a distributed manner, that is, the overall tasks are divided and each neuron is only responsible for one part of the computing.
Brain-inspired chips are based on the combination of microelectronics technology and new neuromorphic devices. Compared with traditional chips, it has greater advantages in power consumption and learning ability. Traditionally, computer chips are designed according to the Von-Neumann architecture. Storage and computing are separated in space. Every time the computer operates, it needs to reciprocate in the two areas of CPU and memory, which leads to frequent data exchanging in inefficient processing of massive amounts of information. In addition, when the chip is working, most of the electrical energy will be converted into heat energy, resulting in increased power consumption.
Brain-inspired chips will achieve two breakthroughs compared with traditional computing chips: one is to break through the limitations of the traditional “executor” computing paradigm and it is expected to form a new paradigm of “self-service cognition”; the other is to break through the limitations of traditional computer architecture to realize parallel data transmission and distributed processing, which will process massive data in real-time with extremely low-power consumption.
The exploration of brain-inspired chips needs to solve the following three main problems: (1) how to deal with the production capacity of flash memory from all over the world far lower than the growth of big data; (2) how to detect useful data in the face of vast big data; (3) how to rely on artificial intelligence to process big data in two directions— digital accelerators and analog neural networks.
This study first introduces the theory of neural networks and the development of brain-inspired chips. Second, the study focuses on the research progress and application of post-silicon nano-electronic devices. Among them, the application of brain-inspired chips is emphasized. Finally, the research and application prospects of post-silicon nano-electronic device brain-inspired chips have been prospected.
Neural network theory
The basic unit structure of the biological neural network is neuron and synapse. As the connection structure between neurons, the synapse is also the medium of data transmission, as shown in Figure 2A. The three basic functions of neurons are to receive data, integrate data, and transmit data. The typical structure of biological neurons consists of the cell body, dendrite, and axon. In a neuronal system, neurons that send signals are called pre-synaptic neurons. Neurons that receive signals are called post-synaptic neurons. The synaptic structure connects pre-synaptic neurons with post-synaptic neurons which transmit data. The weight of synapses reflects the connection strength between units. One of the cores of the biological neural network is the change of synapses for information transmission efficiency, that is, the plasticity of synaptic connections (Thomas,
Figure 2

(A) Diagram of two neurons' connection structure and synapses (B) Schematic diagram of the processing of input signals by neurons in a neural network.
Figure 2B shows the processing of input signals by neurons in a neural network. Neurons not only accept input signals but also need to perform data analysis on the input signals. After being stimulated by other neurons, biological neurons do not simply accumulate all the stimuli and output them to the next neuron. Instead, there is a threshold, and only when the neuron receives a stimulus greater than the threshold will it output a distinct stimulus. Neurons in artificial neural networks also have this function. The artificial neuron accumulates all the input signals processed by the artificial synapse. Artificial neurons only output signals when the cumulative signal exceeds a set threshold.
The neural network mainly includes three layers: the input layer, the output layer, and the hidden layer, in which the hidden layers can be expanded. According to the neuron model, neural networks can be divided into two categories: Artificial Neural Networks (ANN) (Hopfield,
ANN is an information processing system similar to the human brain nervous system which is established inspired by the structure of the biological neural network. The working principle of the ANN is shown in Figure 3A. When the input signal is received, its intensity is first determined, which is commonly referred to as the weighting process. Then, the combined effect of all input signals needs to be determined, that is, the net input, completing the summation process. Finally, the input is transformed through non-linear function calculation to obtain the corresponding output signal. Among them, the functions of non-linear transformation mainly include the sigmoid function, tanh function, and relu function. The unit structure of ANN is similar to that of the biological neural network, which can complete the learning and cognitive training functions of a biological neural network to a certain extent, usually with the Backpropagation (BP) algorithm (Rumelhart et al.,
Figure 3

(A) Working principle of ANN (B) Working principle of SNN (Zhang,
SNN is a neural network computing system based on the spiking neuron model. It is a computing model that is closer to the biological neural network. The working principle of SNN is shown in Figure 3B. The pulse signal is discrete, replacing the continuity of the analog signal in ANN. It is similar to ANN. Because the network also takes the parameters of time information into account, SNN is closer to the biological neuron model. At the same time, the neuron model is also more complicated due to the structure of the pulse signal. From the perspective of the neuron structure in SNN, the input signal will cause the state of the neuron to change, that is, the membrane potential. Only when the membrane potential reaches the threshold potential will the output pulse signal be generated. Among them, Spike timing-dependent plasticity (STDP) algorithm is one of the main learning algorithms of SNN (Fukushima,
Brain-inspired chips
At present, brain-inspired chips are mainly divided into brain-inspired chips dominated by analog circuits, brain-inspired chips based on digital circuits, and brain-inspired chips based on post-silicon nano-electronic device. The traditional CMOS technology has been developed to a relatively high degree, and many successful results have been achieved so far. The brain-inspired chip based on a post-silicon nano-electronic device is in the initial stage of exploration and development. At present, the research on brain-inspired chips based on post-silicon nano-electronic device is widely concerned to complete the parallel one-time mapping between input and output. Figure 4 shows the international research status of brain-inspired chips.
Figure 4

(A) The architecture of Neurogrid (B) The architecture of BranScaleS (C) The architecture of SpiNNaker (D) The architecture of TrueNorth (E) The architecture of Loihi (F) The architecture of Darwin (G) The architecture of Tianjic.
Brain-inspired chips dominated by the analog circuit
As early as the end of the twentieth century and the beginning of the twenty-first century, a series of research works on silicon cochlea and silicon neurons laid the foundation for the design of brain-inspired chips dominated by analog circuits. Among them, the most representative is the Neurogrid chip designed by Stanford University in the United States, which has been established to realize the real-time simulation of the biological brain (Benjamin et al.,
The BrianScales chip of Heisenberg University in Germany also uses the SNN neuron model to realize the kinetic calculation of ion channels. Its system structure is shown in Figure 4B. A single wafer simulates nearly 200,000 neurons and 49 million synapses. With the cooperation of routing communication circuits, the speed of the entire system is 10,000 times the speed of a biological neural network. However, the power consumption is as high as 1 kW (Davison et al.,
Brain-inspired chips with full-digital circuit
Because the analog circuit is greatly interfered with by factors such as manufacturing process and environment, the chip does not have advantages in reliability, configurability, scalability, etc. and it is difficult to reproduce the results strictly through simulation, which is not conducive to the research of upper-level algorithms. Therefore, brain-inspired chips based on analog circuits are mainly studied in academia. For the industry, more stable and reliable full-digital circuit brain-inspired chips are preferred (Rast et al.,
In 2006, the University of Manchester started to develop the SpiNNaker chip, as shown in Figure 4C. The current version is to build an electronic model of the biological brain through 1 million microprocessors from ARM, which can reach 1% of the human brain, achieving the world's first low-power, large-scale digital model of the human brain (Rast et al.,
In 2019, Zhejiang University released a new brain-inspired chip, Darwin II, as shown in Figure 4F (Shen et al.,
Table 1
| Name | Type | Learning | Simulation time | Capacity | Connection |
|---|---|---|---|---|---|
| Neurogrid | Analog-dominated | No | Real-time | 256*256 CMOS | USB via FX2 |
| BrainScales | Analog-dominated | No | Slower than real-time | 180 K neurons | Ethernet |
| SpiNNaker | Full-digital | No | Real-time | 1% of brain capacity | Ethernet |
| TrueNorth | Full-digital | No | Faster than real-time | 4,096 core per chip | AXI bus to SoC |
| Loihi | Full-digital | Yes | Faster than real-time | 4,096 core per chip | Ethernet, USB |
| Darwin | Full-digital | No | 70 MHz Clock | 2,048 neurons per chip | UART to USB |
| Tianjic | Full-digital | Ni | Real-time | 40 k neurons per chip | Not specified |
Prevalent brain-inspired chips.
Brain-inspired chips based on post-silicon nano-electronic device
With the continuous development of Moore's Law, the feature size of transistors is getting closer and closer to their theoretical physical limit. It is difficult to improve the development of the current CMOS process integration technology further. When a brain-inspired chip is integrated on a large scale, the larger the area of the circuit is, the higher the power consumption generated. At the same time, transistors have defects in simulating the dynamic characteristics of neurons and synapses, and their ability to simulate brain-inspired computing needs to be further improved. Therefore, researchers turned their attention to post-silicon nano-electronic devices to realize the design of brain-inspired chips.
The key of brain-inspired chips - post-silicon nano-electronic device
It is urgent to find a memory, whose working behavior characteristics are similar to those of the brain. Brain-inspired chips consist of a large amount of memory. For a long time, researchers have been looking for and constructing suitable post-silicon nano-electronic devices with memory functions. For example, memristive devices can change the working state of the device through different working mechanisms, which is similar to the role of ion channels contained in the membranes of neurons and synapses in the brain. Some memristive devices can keep working like this all the time. Even if the power is turned off, they will not be lost, just like human memory.
Semiconductor memory can be divided into two categories according to the characteristics of stored information: volatile memory (VM) and non-volatile memory (NVM). Generally speaking, volatile memory means that when the system is powered off—all data stored in the device will be automatically lost. It mainly includes two types: Dynamic Random-Access Memory (DRAM) and Static Random-Access Memory (SRAM).
Non-volatile memory means that when the system is powered off, the data stored in the device will always be retained and will not be lost. It mainly includes new memory and flash memory (Nor Flash memory and Nand Flash memory). Figure 5 shows the main distribution of semiconductor memories on the market today.
Figure 5

The categories of semiconductor memory.
In terms of data reading and writing speed, the speed of volatile memory is usually very fast. However, in general, the writing latency of non-volatile memory is high. When the number of writes reaches a certain number, the storage of data will fail because the memory will reach its storage limit. Of course, for an ideal memory, it should have both non-volatile characteristics of data and access speed comparable to SRAM, and no read and write restrictions within a certain range.
Post-silicon nano-electronic device designs and mainstream silicon CMOS processes have different new materials and storage mechanisms. These materials mainly include chalcogenides compounds, transition metal oxides, carbon materials, ferroelectrics, and ferromagnetic metals. Different from the traditional electronic process switching mechanism, they are realized using phase transition, molecular restructuring, quantum mechanical phenomena, and ion reaction. Most non-volatile memories are based on two-terminal switching devices, which are commonly used in high-density memory architectures such as crossbars. In recent years, new storage technologies represented by phase-change random-access memory (PCRAM), resistance random-access memory (RRAM), magnetic random-access memory (MRAM), and ferroelectric random-access memory (FeRAM) have emerged in the field of vision of researchers.
Compared to CMOS technology, which is widely used in chips, post-silicon nano-electronic device-based brain-inspired chips have greater potential in terms of computational density, power efficiency, computational accuracy, and learning ability. In addition, the size of the post-silicon nano-electronic device can be reduced to <2 nm with ultra-high-density integration (Pi et al.,
The performance requirements of post-silicon nano-electronic device-based brain-inspired chips largely depend on their specific applications. Figure 6A shows the performance requirements for various application scenarios including storage, inference, learning, and typical non-volatile memory. The number of simulated states (Figure 6B) determines the accuracy of weight matching between synapses, and the formation of larger neural networks requires at least 8 resistance states that can be accurately distinguished (Jacob et al.,
Figure 6

Application-dependent device metric requirements (Zhang W. Q. et al.,
Phase-change memory (PCRAM)
PCRAM is a post-silicon nano-electronic device based on GST materials such as Ge2Sb2Te5. According to different device characteristics, the composition of GST material can be further adjusted, as shown in Figure 7C. The resistance change characteristic of PCRAM is shown in Figure 7D. For example, Ge-rich GST (N-type doping) can be used in high-temperature automotive applications for better data retention (Cheng et al.,
Figure 7

Post-silicon nano-electronic device. (A) Conductive filament resistive memory (B) corresponding polar current-voltage characteristics (C) Phase-change memory (D) phase-change memory characteristics (E) Spin-transfer torque magnetic random-access memory (F) resistance-voltage characteristics of Spin-transfer torque magnetic random-access memory (G) ferroelectric random-access memory (H) polarization-voltage hysteresis characteristics (Ielmini and Wong,
Spin-transfer-torque magnetic random-access memory (STT-RAM)
Spin-transfer-torque magnetic random-access memory (STT-RAM) is a kind of memory that stores data by changing the resistance through the magnetoresistance effect of magnetic materials. The basic unit of STT-RAM is a sandwich structure composed of an insulating barrier layer sandwiched between two magneto-resistive materials, which is called a magnetic tunnel junction (MTJ). At the bottom is the fixed layer with fixed polarity, and at the top is the free layer with changeable polarity. The magnetic moment of the free layer is written under the action of the current of the upper and lower wires at the same time. When the magnetic moments of the fixed magnetic layer and the free magnetic layer are parallel in the same direction, the resistance of the magnetic tunnel junction is small. At this time, the device shows a low-resistance state. When the magnetic moments of the fixed magnetic layer and the free magnetic layer are parallel in the opposite direction, electrons are not easy to pass through the magnetic tunnel junction, and the MTJ structure shows a high resistance state, as shown in Figure 7E. The resistance-voltage characteristic of STT-RAM is shown in Figure 7F. STT-RAM stores data “0” and “1” through two different resistive states.
Resistive random-access memory (RRAM)
RRAM is a kind of post-silicon nano-electronic device that can realize the reversible conversion between high-resistance and low-resistance states under the action of an external electric field based on the resistance of non-conductive material, thus completing the storage of binary data, as shown in Figure 7A. The current96voltage characteristic of RRAM is shown in Figure 7B. According to the different conductive media, it can be divided into two categories: OxRAM (Oxide-RAM), which conducts with oxygen holes, and CBRAM (Conductive Bridge RAM), which conducts with metal ions. The write operation of RRAM includes unipolar and bipolar modes, depending on the oxide as well as the electrode material system. The unipolar mode generally requires larger write currents and has poorer endurance; therefore, the bipolar mode is preferred. A key challenge in the design of the RRAM cell structure is the variability of switching parameters. The significant variation in resistance distribution (perhaps one or two orders of magnitude) presents a challenge to the design of sensitive readout circuits, requiring write-verify techniques to program to the target state, which may at the same time cause delays in MLC operation. RRAM typically has superior process compatibility with mainstream silicon CMOS technologies.
Ferroelectric random-access memory (FeRAM)
Ferroelectric memory is a post-silicon nano-electronic device with a special process, which is formed by using synthetic lead zirconium titanium (PZT) materials to form memory crystals, as shown in Figure 7G. The polarization-voltage hysteretic characteristic of FeRAM is shown in Figure 7H. When an electric field is applied to a ferrotransistor, the central atom follows the electric field and stops at the low-energy state I. Conversely, when a reverse electric field is applied to the same ferrotransistor, the central atom moves in the crystal along the direction of the electric field and stops in another low-energy state II. A large number of central atoms move and the couples in the crystal unit cell form ferroelectric domains, and the ferroelectric domains form polarized charges under the action of an electric field. The polarization charge formed by the reversal of the ferroelectric domain under the electric field is higher, and the polarization charge formed by the ferroelectric domain without reversal under the electric field is lower. FeRAM combines the advantages of RAM and ROM. Compared with traditional non-volatile memory, FeRAM has the characteristics of high speed, low-power consumption, and long life.
Comparison of major post-silicon nano-electronic device
The above four major emerging trends are summarized as key strengths and challenges of post-silicon nano-electronic device. PCRAM, RRAM, and MRAM are called resistive memory, while FeRAM is a new memory equivalent to charge memory. Table 2 shows the performance comparison of post-silicon nano-electronic device (Lai and Lowrey,
Table 2
| Devices | MRAM | FeRAM | PCRAM | RRAM |
|---|---|---|---|---|
| Non-volatile | Yes | Yes | Yes | Yes |
| Cell size (F2) | 8 | 15–34 | 4 | 4 |
| Read latency | 30 ns | 45 ns | 50 ns | 8.5 ns |
| Write/Erase latency | 30 ns/30 ns | 10 ns/10 ns | 10 ns/20 ns | 5 ns/5 ns |
| Endurance | >1012 | 1014 | >1012 | 108 |
| Write power | High | Low | High | Low |
| High voltage required (V) | 3 | 2–3 | 1.5–3 | 1.5–3 |
| CMOS compatibility | Medium | Medium | Good | Good |
| Multi-level | No | No | Yes | Yes |
| 3D Xpoint | Yes | Yes | Yes | Yes |
| Cost | Medium | High | Low | Low |
The performance comparison of post-silicon nano-electronic device (Lai and Lowrey,
Research on construction of brain-inspired chips based on post-silicon nano-electronic device
Synapse
Combined with the design and application of brain-inspired chips, different types of non-volatile memory devices have been proposed. In the application of neural networks, according to the relationship between the adjustment of weight and the reading of weight, these devices can be divided into two categories: two-terminal devices and three-terminal devices. The two-terminal devices mainly include PCRAM, RRAM, and MRAM. Three-terminal devices mainly include flash memory and ferroelectric memory as shown in Figure 8.
Figure 8

Two-terminal devices: (A) RRAM, (B) PCM, and (C) MRAM. Three-terminal devices: (D) flash memory and (E) FeFET. Post-silicon nano-electronic device-based cell structure: (F) 1R synapse, (G) 1T1R synapse, (H) 2T1R synapse, (I) 2T2R synapse, (J) 2T2R+3T1C synapse, (K) 1T+1TriR synapse and (L) 2T+1TriR synapse. (M) neuro-synapse core, (N) neuro-synapse core in brain-inspired chips (O, P) neural network working process (Zhang W. Q. et al.,
PCRAM
Work on a PCM-based device was first proposed in 2012 (Kuzum et al.,
Figure 9

(A) Experimental LTP characteristics of Ge2Sb2Te5 (GST) PCM devices. (B) 2-PCM synapse principle (Bichler et al.,
RRAM
In the early RRAM device design, the artificial synapse device based on HfOx material adopted the one-way reset learning mode (Yu et al.,
Depending on the application, different excitation pulse programming schemes are applied for online or offline training with RRAM, so the requirements for device characteristics may vary. For example, in the offline training process, the resistance state can be iteratively programmed into the specified target layer by the write-verify method. Since the programming process is one-time, accuracy is more critical than speed in the writing process. Alibart et al. simulated this programming process by firing a series of pulses (Alibart et al.,
FeFET
FeFET synapse devices use a three-terminal structure, which is characterized by decoupling the write and read paths for the resistive state of the device. In FeFET, the programming voltage applied to the gate determines the resistance change of the device. The current is given by the drain-source current read. As mentioned earlier, as a three-terminal device, FeFET is designed for weighted summation as pseudo cross arrays. In terms of physical structure, FeFET is to apply short voltage pulses through the gate through the multi-domain effect in ferroelectric materials, so as to gradually adjust the capacitance of the gate, and finally complete the adjustment of threshold voltage and channel conductance (Oh et al.,
Neuron
Neuromorphic computing systems need to simulate not only synapses, but also neuronal dynamics, including membrane potential maintenance, transient dynamics, and neurotransmission processes (Burr et al.,
When a post-silicon nano-electronic device is used to build a neuron, the goal of the device is not the continuity of its conductance state, but rather a cumulative behavior that fires after receiving a certain number of pulses. Since each conductance state of a post-silicon nano-electronic device affects its behavior between accumulation and emission pulses, changes in these conductance states will be the focus of research.
The use of PCM devices to construct neurons was first reported in the work of Ovshinksy and Wright (Wright et al.,
Figure 10 (Tuma et al.,
Figure 10

Basic structure diagram of IBM phase-change neuron (Tuma et al.,
Al-Shedivat et al. have proposed to use TiOx-based RRAM to construct random artificial neurons (Al-Shedivat et al.,
Resistive memory has also been used in the simulation of axonal behavior. The neuron resistor (Neuristor) was first proposed as an analog device for the Hodgkin-Huxley axon (Hodgkin and Huxley,
Many research works provide more references for the practical application of memristor. A.Chandrasekar et al. studied impulsive synchronization of stochastic memristor-based recurrent neural networks with time delay and concluded that the memristive connection weights have a certain relationship with the stability of the system (Chandrasekar and Rakkiyappan,
In 2016, Sengupta et al. proposed a deep spiking neural system based on magnetic tunnel junction (MTJ), which lead to a fully trained deep neural network (DNN) transformed into an SNN on forwarding inference (Sengupta et al.,
In a later envision, the device instead uses two magnets with fixed and opposite polarities, which are connected through a DWM device with an integrated MTJ. One magnet is grounded and the other is used to receive the difference between the excitatory and inhibitory currents plus the bias current to center the response of DWM. Such current differences determine the direction of the current flowing through the DWM and the resulting magnetic polarity, which is then induced by the MTJ. Sharad et al. also proposed circuit integration schemes of unipolar and bipolar neurons, as well as device-circuit joint simulation of some common image processing applications. Moon et al. realized pattern recognition neuromorphic systems by combining Mo/PCMO synaptic devices with NbO2 insulator-metal transition neuronal devices, in which the Mo/PCMO devices exhibited excellent performance due to their high activation energy during oxidation reliability (Moon et al.,
Conclusion
The development of artificial intelligence is highly dependent on massive amounts of data. Meeting the data processing requirements of high-performance machine learning is the most important factor for brain-inspired chips.
This study summarizes the development of brain-inspired and post-silicon nano-electronic device and its applications in brain-inspired chips. The current representative post-silicon nano-electronic device artificial synaptic devices include PCM, RRAM, and FeRAM. In addition, the post-silicon nano-electronic device can also be used to construct neural components. As CMOS technology is approaching its physical limits, post-silicon nano-electronic device-based brain-inspired chips offer a promising path forward.
The brain-inspired system has a broad application prospect in the field of artificial intelligence and cognitive computing because of its low-power consumption and fast parallel computing speed (Sun B. et al.,
Future device research should focus on implementing simulated post-silicon nano-electronic device with improved performance and exploring more bio-trustworthy properties.
1. Post-silicon nano-electronic device represented by phase-change memory is continuously optimized. In the future, they will continue to improve device performance, develop large-scale integration technology, and realize heterogeneous integration and three-dimensional high-density integration of various neuromorphic devices.
2. Small-scale brain-inspired chip circuits continue to improve in terms of synaptic structure and neuron function. In the future, the collaborative design will be opened to develop large-scale scalable, and versatile post-silicon nano-electronic device-based brain-inspired chips to realize massive data processing.
3. SNN still lacks effective learning algorithms, lacks dedicated hardware platforms, and has few commercial products, which only have theoretical advantages. The research space is relatively large, and the realization of learning algorithms and hardware has broad research prospects.
Brain-inspired chips have propelled the development of brain-inspired supercomputers, giving them extreme computing speeds and massive data processing capabilities. In the future, they can also “cognition” and “thinking,” which will change the traditional working mode of computers.
Funding
This work was supported by the National Natural Science Foundation of China (92164302, 61874129, 91964204, 61904186, 61904189, 61874178), 0Strategic Priority Research Program of the Chinese Academy of Sciences (XDB44010200), Science and Technology Council of Shanghai (17DZ2291300, 19JC1416801, 2050112300), by the Youth Innovation Promotion Association CAS under Grant 2022233 and in part by the Shanghai Research and Innovation Functional Program under Grant 17DZ2260900.
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.
Statements
Author contributions
YL, HC, and ZS brought up the core concept and architecture of this manuscript. YL, HC, QW, XL, CX, and ZS wrote the article. All authors contributed to the article and approved the submitted version.
Acknowledgments
This work is done in the State Key Laboratory of Functional Materials for Informatics, Laboratory of Nanotechnology, Shanghai Institute of Microsystem and Information Technology, and Chinese Academy of Sciences. The authors express their thanks for the help provided by the lab.
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.
References
1
AlibartF.GaoL.HoskinsB. D.StrukovD. B. (2011). High-precision tuning of state for memristive devices by adaptable variation-tolerant algorithm. Nanotechnology23:075201. 10.1088/0957-4484/23/7/075201
2
Al-ShedivatM.NaousR.NeftciE.CauwenberghsG.SalamaK. N. (2015). “Inherently stochastic spiking neurons for probabilistic neural computation,” in 2015 7th International IEEE/Embs Conference on Neural Engineering (NER), 356–359 (Montpellier).
3
AverbeckB. B.LathamP. E.PougetA. (2006). Neural correlations, population coding and computation. Nat. Rev. Neurosci.7, 358–366. 10.1038/nrn1888
4
BenjaminB. V.GaoP.McquinnE.Chou D HaryS.ChandrasekaranA. R.BussatJ.et al. (2014). “Neurogrid: a mixed-analog-digital multichip system for large-scale neural simulations,” in Proceedings of the IEEE102, 699–716.
5
BezR.CappellettiP. (2012). “Emerging memory technology perspective,” in Proceedings of Technical Program of 2012 VLSI Technology, System and Application, Hsinchu, Taiwan. 10.1109/VLSI-TSA.2012.6210106
6
BezR.CappellettiP.ServalliG.PirovanoA. (2013). “Phase change memories have taken the field,” in Memory Workshop (Monterey, CA). 10.1109/IMW.2013.6582084
7
BichlerO.SuriM.QuerliozD.VuillaumeD.DeSalvoB.GamratC. (2012). Visual pattern extraction using energy-efficient “2-PCM synapse” neuromorphic architecture. IEEE Trans. Electron Dev.59, 2206–2214. 10.1109/TED.2012.2197951
8
BurrG. W.NarayananP.ShelbyR. M.SidlerS.LeblebiciY. (2015). “Large-scale neural networks implemented with non-volatile memory as the synaptic weight element: comparative performance analysis (accuracy, speed, and power),” in IEEE International Electron Devices Meeting (Washington, DC).
9
BurrG. W.ShelbyR. M.SebastianA.KimS.KimS.SidlerS.et al. (2016). Neuromorphic computing using non-volatile memory. Adv. Phys. X2, 89–124. 10.1080/23746149.2016.1259585
10
ChandrasekarA.RakkiyappanR. (2016). Impulsive controller design for exponential synchronization of delayed stochastic memristor-based recurrent neural networks. Neurocomputing173, 1348–1355. 10.1016/j.neucom.2015.08.088
11
ChengH. Y.WuJ. Y.CheekR.RaouxS.BrightskyM.GarbinD.et al. (2012). “A thermally robust phase change memory by engineering the Ge/N concentration in (Ge, N)xSbyTe z phase change material,” in 2012 International Electron Devices Meeting (San Francisco, CA).
12
CraneH. D. (1962). Neuristor - a novel device and system concept. Proc. Inst. Radio Eng.50, 2048–2060. 10.1109/JRPROC.1962.288234
13
DaviesM.SrinivasaN.LinT. H.ChinyaG.CaoY. Q.ChodayS. H.et al. (2018). Loihi: a neuromorphic manycore processor with on-chip learning. IEEE Micro38, 82–99. 10.1109/MM.2018.112130359
14
DavisonA. P.MüllerE.SchmittS.VoggingerB.LesterD.PfeilT.et al (2020). HBP Neuromorphic Computing Platform Guidebook. Available online at: https://www.humanbrainproject.eu/en/silicon-brains/how-we-work/hardware/ (accessed June 7, 2022).
15
FroemkeR. C.DanY. (2002). Spike-timing-dependent synaptic modification induced by natural spike trains. Nature416, 433–438. 10.1038/416433a
16
FukushimaK. (1980). Neocognitron: a self-organizing neural network model for a mechanism of pattern recognition unaffected by shift in position. Biol. Cybern.36, 193–202. 10.1007/BF00344251
17
GaoB.ZhouY.ZhangQ.ZhangS.YaoP.XiY.et al. (2022). Memristor-based analogue computing for brain-inspired sound localization with in situ training. Nat. Commun.13, 1–8. 10.1038/s41467-022-29712-8
18
GaoL.ChenP. Y.YuS. (2015a). Programming protocol optimization for analog weight tuning in resistive memories. IEEE Electr. Dev. Lett.36, 1157–1159. 10.1109/LED.2015.2481819
19
GaoL.WangI.-T.ChenP.-Y.SarmaV.SeoJ.-S. (2015b). Fully parallel write/read in resistive synaptic array for accelerating on-chip learning. Nanotechnology26, 455204–455204. 10.1088/0957-4484/26/45/455204
20
HodgkinA. L.HuxleyA. F. (1952). A quantitative description of membrane current and its application to conduction and excitation in nerve. J. Physiol.117, 500–544. 10.1113/jphysiol.1952.sp004764
21
HopfieldJ. J. (1982). Neural networks and physical systems with emergent collective computational abilities. Proc. Natl. Acad. Sci. U.S.A.79, 2554–2558. 10.1073/pnas.79.8.2554
22
IelminiD.WongH. S. P. (2018). In-memory computing with resistive switching devices. Nat. Electr.1, 333–343. 10.1038/s41928-018-0092-2
23
JacksonB. L.RajendranB.CorradoG. S.BreitwischM.BurrG. W.CheekR.et al. (2013). Nanoscale electronic synapses using phase change devices. ACM J. Emerg. Technol. Comput. Syst.9, 1–20. 10.1145/2463585.2463588
24
JacobB.KligysS.ChenB.ZhuM.TangM.HowardA.et al. (2017). “Quantization and training of neural networks for efficient integer-arithmetic-only inference,” in Proceedings of the IEEE Conference On Computer Vision and Pattern Recognition (Salt Lake City, UT). 10.48550/arXiv.1712.05877
25
JangW. J.LeeM. K.YooJ.KimE.YangD. Y.ParkJ.et al. (2017). Low-resistive high-work-function gate electrode for transparent a-IGZO TFTs. IEEE Trans. Electron Devices64, 164–169. 10.1109/TED.2016.2631567
26
JerryM.ChenP. Y.ZhangJ.SharmaP.DattaS. (2017). “Ferroelectric FET analog synapse for acceleration of deep neural network training,” in 2017 IEEE International Electron Devices Meeting (IEDM) (San Francisco, CA).
27
JoS. H.ChangT.EbongI.BhadviyaB. B.MazumderP.LuW. (2010). Nanoscale memristor device as synapse in neuromorphic systems. Nano Lett.10, 1297–1301. 10.1021/nl904092h
28
KimB.SongY. J.AhnS.KangY.JeongH.AhnD.et al. (2011). “Current status and future prospect of Phase Change Memory,” in IEEE, Current status and future prospect of Phase Change Memory (Xiamen). 10.1109/ASICON.2011.6157176
29
KuzumD.JeyasinghR. G.LeeB.WongH. S. (2012). Nanoelectronic programmable synapses based on phase change materials for brain-inspired computing. Nano Lett.12, 2179–2186. 10.1021/nl201040y
30
LaiS.LowreyT. (2001). “OUM - A 180 nm nonvolatile memory cell element technology for stand alone and embedded applications,” in International Electron Devices Meeting. Technical Digest (Cat. No.01CH37224) (Washington, DC: IEEE).
31
LiY.ZhongY.XuL.ZhangJ.XuX.SunH.et al. (2013). Ultrafast synaptic events in a chalcogenide memristor. Sci. Rep.3, 1–7. 10.1038/srep01619
32
LiangJ.JeyasinghR.ChenH. Y.WongH. (2011). “A 1.4μA reset current phase change memory cell with integrated carbon nanotube electrodes for cross-point memory application,” in Digest of Technical Papers - Symposium on VLSI Technology (Kyoto), 100–101.
33
MaassW. (1997). Networks of spiking neurons: the third generation of neural network models. Neural Netw.10, 1659–1671. 10.1016/S0893-6080_(97)00011-7
34
MaassW. (2014). Noise as a resource for computation and learning in networks of spiking neurons. Proc. IEEE102, 860–880. 10.1109/JPROC.2014.2310593
35
MerollaP. A.ArthurJ. V.Alvarez-IcazaR.CassidyA. S.SawadaJ.AkopyanF.et al. (2014). A million spiking-neuron integrated circuit with a scalable communication network and interface. Science345, 668–673. 10.1126/science.1254642
36
MoonK.ChaE.ParkJ.GiS.HwangH. (2015). “High density neuromorphic system with Mo/Pr0.7Ca0.3MnO3 synapse and NbO2 IMT oscillator neuron,” in 2015 IEEE International Electron Devices Meeting (IEDM) (Washington, DC). 10.1109/IEDM.2015.7409721
37
MulaosmanovicH.OckerJ.MullerS.NoackM.SlesazeckS. (2017). “Novel ferroelectric FET based synapse for neuromorphic systems,” in 2017 Symposium on VLSI Technology (Kyoto). 10.23919/VLSIT.2017.7998165
38
NesslerB.PfeifferM.BuesingL.MaassW. (2013). Bayesian computation emerges in generic cortical microcircuits through spike-timing-dependent plasticity. PLoS Comput. Biol.9:e1003037. 10.1371/journal.pcbi.1003037
39
NirschlT.PhilippJ. B.HappT. D.BurrG. W.RajendranB.LeeM. H.et al. (2007). “Write strategies for 2 and 4-bit Multi-Level Phase-Change Memory,” in 2007 IEEE International Electron Devices Meeting (Washington, DC: IEEE).
40
OhS.KimT.KwakM.SongJ.WooJ.JeonS.et al. (2017). HfZrOx-based ferroelectric synapse device with 32 levels of conductance states for neuromorphic applications. IEEE Electr. Dev. Lett.38, 732–735. 10.1109/LED.2017.2698083
41
PantaziA.WozniakS.TumaT.EleftheriouE. (2016). All-memristive neuromorphic computing with level-tuned neurons. Nanotechnology27:355205. 10.1088/0957-4484/27/35/355205
42
ParkS.KimH.ChooM.NohJ.HwangH. (2012). RRAM-based synapse for neuromorphic system with pattern recognition function. Electron Devices Meeting10.1109/IEDM.2012.6479016
43
ParkS.SheriA.KimJ.NohJ.HwangH. (2013). “Neuromorphic speech systems using advanced ReRAM-based synapse,” in Electron Devices Meeting (San Francisco, CA).
44
PeiJ.DengL.SongS.ZhaoM.ZhangY.WuS.et al. (2019). Towards artificial general intelligence with hybrid Tianjic chip architecture. Nature572, 106–111. 10.1038/s41586-019-1424-8
45
PiS.LiC.JiangH.XiaW.XinH.YangJ. J.et al. (2019). Memristor crossbar arrays with 6-nm half-pitch and 2-nm critical dimension. Nat. Nanotechnol.14, 35–39. 10.1038/s41565-018-0302-0
46
PickettM. D.Medeiros-RibeiroG.WilliamsR. S. (2013). A scalable neuristor built with Mott memristors. Nat. Mater.12, 114–117. 10.1038/nmat3510
47
RastA.GalluppiF.XinJ.FurberS. (2010). “The Leaky Integrate-and-Fire neuron: a platform for synaptic model exploration on the SpiNNaker chip,” in International Joint Conference on Neural Networks (Barcelona). 10.1109/IJCNN.2010.5596364
48
RoyK.ChakrabortyI.AliM.AnkitA.AgrawalA. (2020). “In-memory computing in emerging memory technologies for machine learning: an overview,” in 2020 57th ACM/IEEE Design Automation Conference (DAC) (San Francisco, CA).
49
RoyK.SharadM.FanD. L.YogendraK. (2013). “Beyond charge-based computation: boolean and non-boolean computing with spin torque devices,” in 2013 IEEE International Symposium on Low Power Electronics and Design (Islped) (Beijing), 139–142.
50
RumelhartD. E.HintonG. E.WilliamsR. J. (1986). Learning representations by back propagating errors. Nature323, 533–536. 10.1038/323533a0
51
SaxenaV. (2020). Mixed-signal neuromorphic computing circuits using hybrid cmos-rram integration. IEEE Trans. Circuits Syst. II Express Briefs68, 581–586. 10.1109/TCSII.2020.3048034
52
SchullerI. K.StevensR.PinoR.PechanM. (2015). Neuromorphic Computing – From Materials Research to Systems Architecture Roundtable. USDOE Office of Science (SC) (United States).
53
SenguptaA.ParsaM.HanB.RoyK. (2016). Probabilistic deep spiking neural systems enabled by magnetic tunnel junction. IEEE Trans. Electron Devices63, 2963–2970. 10.1109/TED.2016.2568762
54
ShenJ.MaD.GuZ.ZhangM.PanG. (2015). Darwin: a neuromorphic hardware co-processor based on Spiking Neural Networks. Sciece China Inform. Sci.59, 1–5. 10.1007/s11432-015-5511-7
55
SheuS. S.ChiangP. C.LinW. P.LeeH. Y.TsaiM. J. (2009). “A 5ns fast write multi-level non-volatile 1 K bits RRAM memory with advance write scheme,” in 2009 Symposium on VLSI Circuits (Kyoto).
56
SilverD.HuangA.MaddisonC. J.GuezA.SifreL.van den DriesscheG.et al. (2016). Mastering the game of Go with deep neural networks and tree search. Nature529, 484–489. 10.1038/nature16961
57
SongZ. T.LiuB.FengS. L. (2008). Development of nano phase change storage technology. J. Funct. Mater. Dev. 14:14. Available online at: https://www.researchgate.net/publication/288703901_Development_of_nano_phase_change_storage_technology
58
StefanoA.NicolaC.MarioL.ValerioM.AgostinoP.PaoloF.et al. (2016). Unsupervised learning by spike timing dependent plasticity in Phase Change Memory (PCM) synapses. Front. Neurosci.10:56. 10.3389/fnins.2016.00056
59
SunB.GuoT.ZhouG.RanjanS.WuY. A. (2021a). Synaptic devices based neuromorphic computing applications in artificial intelligence. Mater. Today Phys.18:100393. 10.1016/j.mtphys.2021.100393
60
SunB.RanjanS.ZhouG.GuoT.WuY. A. (2021b). Multistate resistive switching behaviors for neuromorphic computing in memristor. Materials Today Adv.9:100125. 10.1016/j.mtadv.2020.100125
61
SunB.ZhouG.SunL.ZhaoH.ChenY.YangF.et al. (2021c). ABO 3 multiferroic perovskite materials for memristive memory and neuromorphic computing. Nanoscale Horizons6:939. 10.1039/D1NH00292A
62
SunJ.HanG.ZengZ.WangY. (2020). Memristor-based neural network circuit of full-function pavlov associative memory with time delay and variable learning rate. IEEE Trans. Cybern.50, 2935–2945. 10.1109/TCYB.2019.2951520
63
SunJ.HanJ.LiuP.WangY. (2021a). Memristor-based neural network circuit of pavlov associative memory with dual mode switching. AEU Int. J. Electr. Commun.129:153552. 10.1016/j.aeue.2020.153552
64
SunJ.HanJ.WangY.LiuP. (2021b). “Memristor-based neural network circuit of emotion congruent memory with mental fatigue and emotion inhibition,” in IEEE Transactions on Biomedical Circuits and Systems, 15, 606–616.
65
SunK. X.ChenJ. S.YanX. B. (2021). The future of memristors: materials engineering and neural networks. Adv. Funct. Mater.31:2006773. 10.1002/adfm.202006773
66
SuriM.BichlerO.QuerliozD.CuetoO.DesalvoB. (2011). “Phase change memory as synapse for ultra-dense neuromorphic systems: application to complex visual pattern extraction,” in 2011 IEEE International Electron Devices Meeting (IEDM) (Washington, DC).
67
TamuraS.YamanakaN.SaitoT.TakanoI.YokoyamaM. (2011). “Electrically switchable graphene photo-sensor using phase-change gate filter for non-volatile data storage application with high-speed data writing and access,” in 2011 International Electron Devices Meeting (Washington, DC).
68
ThomasA. (2013). Memristor-based neural networks. J. Phys. D Appl. Phys.46:093001. 10.1088/0022-3727/46/9/093001
69
TumaT.PantaziA.Le GalloM.SebastianA.EleftheriouE. (2016). Stochastic phase-change neurons. Nat. Nanotechnol.11, 693–699. 10.1038/nnano.2016.70
70
WangI. T.LinY. C.WangY. F.HsuC. W.HouT. H. (2015). “3D synaptic architecture with ultralow sub-10 fJ energy per spike for neuromorphic computation,” in IEEE International Electron Devices Meeting (San Francisco, CA).
71
WangJ.MaoS.ZhuS.HouW.YangF.SunB. (2022). Biomemristors-based synaptic devices for artificial intelligence applications. Org. Electr.106:106540. 10.1016/j.orgel.2022.106540
72
WangZ.YinM.ZhangT.CaiY.WangY.YangY.et al. (2016). Engineering incremental resistive switching in TaOx based memristors for brain-inspired computing. Nanoscale8, 14015–14022. 10.1039/C6NR00476H
73
WrightC. D.LiuY. W.KoharyK. I.AzizM. M.HickenR. J. (2011). Arithmetic and biologically-inspired computing using phase-change materials. Adv. Mater.23, 3408–3413. 10.1002/adma.201101060
74
WuX. L.DangB. J.WangH.WuX. L.YangY. C. (2022). Spike-enabled audio learning in multilevel synaptic memristor array-based spiking neural network. Adv. Intelligent Syst.4:2100151. 10.1002/aisy.202100151
75
WuY.ZhaoR.ZhuJ.ChenF.XuM.LiG.et al. (2020). Brain-inspired global-local learning incorporated with neuromorphic computing. Nat. Commun.13, 1–14. 10.1038/s41467-021-27653-2
76
YangZ.YiL.WangX.FriedmanE. G. (2017). “Synaptic characteristics of Ag/AgInSbTe/Ta-based memristor for pattern recognition applications,” in IEEE Transactions on Electron Devices , 64, 1–6. 10.1109/TED.2017.2671433
77
YuS. (2018). “Neuro-inspired computing with emerging nonvolatile memorys,” in Proceedings of the IEEE. 106, 260–285. 10.1109/JPROC.2018.2790840
78
YuS.ChenP. Y. (2016). Emerging memory technologies: recent trends and prospects. IEEE Solid State Circuits Mag.8, 43–56. 10.1109/MSSC.2016.2546199
79
YuS.GaoB.FangZ.YuH.KangJ.WongH. S. P. (2013). A low energy oxide-based electronic synaptic device for neuromorphic visual systems with tolerance to device variation. Adv. Mater.25, 1774–1779. 10.1002/adma.201203680
80
ZangenehM.JoshiA. (2014). Design and optimization of nonvolatile multibit 1T1R resistive RAM. IEEE Trans. Very Large Scale Integr. Syst.22, 1815–1828. 10.1109/TVLSI.2013.2277715
81
ZhangW. Q.GaoB.TangJ. S.YaoP.YuS. M.ChangM. F.et al. (2020). Neuro-inspired computing chips. Nat. Electr.3, 371–382. 10.1038/s41928-020-0435-7
82
ZhangX. (2020). Research on the Neuromorphic Computing and System Applications With Memristors. Chinese Academy of Sciences.
83
ZhangY.QuP.JiY.ZhangW.GaoG.WangG.et al. (2020). A system hierarchy for brain-inspired computing. Nature586, 378–384. 10.1038/s41586-020-2782-y
Summary
Keywords
brain-inspired chips, post-silicon nano-electronic device, phase change memory, resistive memory, synapse, neuron
Citation
Lv Y, Chen H, Wang Q, Li X, Xie C and Song Z (2022) Post-silicon nano-electronic device and its application in brain-inspired chips. Front. Neurorobot. 16:948386. doi: 10.3389/fnbot.2022.948386
Received
19 May 2022
Accepted
28 June 2022
Published
27 July 2022
Volume
16 - 2022
Edited by
Di Wu, Chongqing Institute of Green and Intelligent Technology (CAS), China
Reviewed by
Bai Sun, Southwest Jiaotong University, China; Junwei Sun, Zhengzhou University of Light Industry, China; Xiaobing Yan, Hebei University, China
Updates

Check for updates
Copyright
© 2022 Lv, Chen, Wang, Li, Xie and Song.
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: Houpeng Chen chp6468@mail.sim.ac.cn
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.