A spiking neural network for energy efficient image recognition in internet-of-things application

Nowadays, most of the neuron models used in artificial neural networks (such as ReLU) are second-generation neuron models which are mainly used to deal with numerical simulations. The third-generation neuron model used in spiking neural networks is inspired by biological authenticity which can proce...

Full description

Bibliographic Details
Main Author: Chen, ShenShaoJu
Other Authors: Goh Wang Ling
Format: Final Year Project (FYP)
Language:English
Published: 2019
Subjects:
Online Access:http://hdl.handle.net/10356/77497
Description
Summary:Nowadays, most of the neuron models used in artificial neural networks (such as ReLU) are second-generation neuron models which are mainly used to deal with numerical simulations. The third-generation neuron model used in spiking neural networks is inspired by biological authenticity which can process signals based on impulsive processing. The spiking network has high computational efficiency and better bio-authenticity as compared to tradition neural networks. However, there is no suitable training methods to empower its performance, such that its error rate is lower than other famous neural networks in the market. The purpose of this project is to define a method to convert a pre-trained convolutional neural network to a Spiking neural network. The convolution neural network is written in python language with Pytorch and Keras framework and trained offline. The conversion method will be identified through studying literature review. In the literature review, a comprehensive discussion regarding non-spiking and spiking neural network architecture will be conducted. The aim of this discussion is to identify the difference between two networks and current challenges faced in converting a non-spiking network to spiking network. This will help to select the best method in the current research field to develop a SNN. Simulation will be carried out to examine the performance of the neural network before and after the conversion. From the simulation result, SNN uses less operations as compared to the original CNN in achieving similar performance. This highlights the potential of SNN when applied on energy efficient image recognition in Internet-of-Things application.