Before: Microstate research Homepage Next: Traveling wave project

Undergraduate Research in Working Memory

Update: I am now working with PhD candidate Ying Fan on an auditory working memory experiment. I simulated a recurrent neural network to explore how frequency and position of stimuli are represented in the network, dependent on the experiment setting. Here are some basic results (details available upon request):

Experiment and Network Design:

During each trial, participants will hear a sequence of three tones and see a cue, then compare the cued item with a target after a white noise impulse. We manipulated the difficulty of the task and explored the difference in feature representation in the network.

The artificial neural network contains only one LSTM layer and one output layer. The 24-dimensional input is encoded in a (pseudo-) continous attractor for frequency with 20 neurons and 4 extra neurons for visual cue. The input is processed by the LSTM layer and transformed into another 24-dimensional output, then sent to the only one output neuron.

Training:

Due to RNN's extremely powerful memory, we have to make sure it "understands" the experiment rather than memorizes each trial. This figure demonstrates that our model successfully utilized cue information and achieved high accuracy.

Encoding:

We performed traditional Representational Similarity Analysis (RSA) on the "neural activity" of the network. Here we show the results from 8 neurons, data categorized by (frequency, position) pairs (6 * 3 = 18 groups).

We plotted the tuning curves of each neuron. It's clear that some neurons only encode frequency (e.g. the bottom-left one) but some encode frequency and position jointly.

We explored the proportion of variance explained by frequency or position for each neuron. We can see that most neurons mainly encode frequency, but some encode both.

Stimulation:

We also explored how the network reacted after cue and noise impulse. We see that after the cue, the network still represent frequency and position jointly.

However, after the noise impulse, the information for position is no longer presevered.

Influence of task difficulty:

We also explored the influence of task difficulty on the way how network represented information. Generally speaking, we found that the more difficult the task, the more integrated the representation of frequency and position. (Results available upon request.)

 

Introduction

I have been researching in the neural basis of sequential working memory in the Lab of Prof. Luo, Huan for nearly a year. I reviewed the literature, selected the research topic, designed the experiment, collected the data and analyzed the result on my own. This experience enabled me to carry out a research project independently and equipped me with many useful tools including experiment presentation, ERP and time-frequency analysis with Psychtoolbox, EEGLAB and Fieldtrip. More details about my project is available here.

Background

Selective Entrainment of Theta Oscillations in the Dorsal Stream Causally Enhances Auditory Working Memory Performance

 

Experiment

Intuition

Although this paper regarded backward replaying as a kind of mental manipulation, this manipulation is apparently special since it has something to do with the temporal organization of the memory contents. Besides, theta oscillation is often associated with temporal organization in the literature. Therefore, probably this result only reflects the neural mechanism for temporal organization instead of mental manipulation. So we want to design another kind of mental manipulation to examine whether this condition triggers different oscillatory pattern with the original ones.

Target

Design

The pipeline is similar to the original one, but we incorporate two more kinds of mental manipulation in the delay period:

 

Preliminary Result (Ongoing)

Behavioral

Reaction time:

Accuracy:

Cluster-level permutation-based ANOVA over four conditions for delay period ERP amplitude:

This result was consistent with the reference paper that the left centroparietal channels' ERPs were significantly modulated by task conditions. For comparison see Figure 2 in the aforementioned paper.

Time-frequency analysis

Average oscillatory power in the delay period:

Here the power was z-scored against the baseline between -1~0s before the onset of S1. We can see that the four condition generally follows the same activation pattern: mild decrease in global beta power, strong increase in occipital alpha power and no significant change in global theta power. (This will be tested by averaging all data and perform a cluster level t-test later.) Besides, as we predicted, only the REVERSED condition which requires the temporal reorganization of memory contents triggered an increase of theta power. Therefore, we computed the difference between every manipulated condition and the SIMPLE condition and we are currently working on it.

Difference in oscillatory power:

Time courses of the oscillatory power:

The last two figures are posted just for illustration of our analysis method and we will update the result soon.

Decoding Analysis

We try to investigate the time course of mental manipulation as well as their neural mechanism through decoding. Since there are 108 kinds of stimuli in our experiment, it's hard to decode them directly. Therefore, we categorized them using their contour and built an LSTM network to classify the binned EEG signal. We trained the network with a short clip of data and tested it over the whole retention period:

Trained at the beginningTrained in the middleTrained at the end

We can see that the representation is relatively stable, so the decoder can generalize across a wide range of time. Below is the confusion matrix for the first decoder:

Method

 


Blogs Back to top Homepage