A Deep Learning Model of Long Term Declarative Episodic Memory Storage

Abstract: The human brain is complex and its inner workings have long been of scientific interest but still not well understood.  Physiologists have studied and mapped the brain’s anatomy and its neural centers and pathways.  Psychologists have developed models of the mind based on experiments with human subjects.  And artificial intelligence experts have developed computer software applications that perform human-like tasks, with deep learning models now the preferred algorithms in government and commercial applications of visual pattern recognition and speech understanding.  Because these deep learning models incorporate aspects of brain processing such as edge and line detectors found in the visual cortex, some physicists believe these models can shed light on understanding the functioning of the brain.  While artificial intelligence has made great progress in performing human-like visual and auditory sensory tasks, there has been little progress related to human memory.  Therefore, the goal of this research is to model human long-term declarative episodic memory storage using deep learning methods.  A new kind of deep neural network models will be developed for supervised feature learning to achieve the best accuracy on several widely-used datasets, such as MNIST, imagenet, and videonet.  Deep learning models will first be trained using convolutional neural networks aiming to replicate human long-term declarative episodic memory storage.  Then, long short-term memory units will be constructed in layers of a recurrent neural network, and the model will be trained and evaluated.  Frameworks will be constructed on top of Tensorflow for training and testing the deep learning models for long-term declarative episodic memory storage for tasks using different datasets.

This project is modeled on the experiments and results of an ongoing research since last year.  Published papers on this research are highlighted below.

Pace University Research day Publications (2018):

External Publications (2018~19):

Note:

Project Description:

This project involves creating a biologically inspired Neural Deep Learning Brain Model to replicate human memory storage capabilities:

This semester's extension of the project will involve:

Develop and implement a memory system with performance analysis including:


Model architecture:

Here is a graphic that illustrates the concepts of our deep learning model

our Model

Functioning Deep learning model:

which is similar to a typical deep learning neural network model.

For those who are interested learning the background, we recommend reading the Rosenblatt's Brain Memory Model (Dr. Frank Rosenblatt was the inventor of perceptrons).

Students are expected to participate in building a deep learning model utilizing the architecture above.

Current Goal: Build storage mechanism for proposed C-system.