Implementing a foveal-pit inspired filter in a Spiking Convolutional Neural Network: a preliminary study
Shriya T.P. Gupta and Basabdatta S. Bhattacharya
This repository contains code for the architecture presented in the paper.
This code base is built using Nengo-dl with Tensorflow as the underlying framework for the neuromorphic simulator. The code files are provided in the form jupyter notebooks which can be run as is on Google Colaboratory.
The experiments have been carried out as described in the paper for the following datasets:
- The MNIST digit recognition dataset
- A subset of the Caltech dataset placed in the caltech_subset folder.
The following libraries need to be installed other than the basic libraries like numpy, scipy etc. to run the colaboratory notebooks (with installation commands and versions already provided in the files in this repository):
Nengo, Nengo-dl, Pillow, Skimage
The outputs plots from the network are stored as .png images in the results folder.
If you find this project useful in your research, please consider citing:
@inproceedings{gupta2020implementing,
title={Implementing a foveal-pit inspired filter in a Spiking Convolutional Neural Network: a preliminary study},
author={Gupta, Shriya TP and Bhattacharya, Basabdatta Sen},
booktitle={2020 International Joint Conference on Neural Networks (IJCNN)},
pages={1--8},
year={2020},
organization={IEEE}
}