Showing posts with label fear. Show all posts
Showing posts with label fear. Show all posts

Sunday, March 13, 2016

EEG feature of fear downregulation

How do you identify fear immediately? How do you classify fear from EEG? How would you quantify fear? These questions bothered me in the beginning when I started researching the intersection of emotions, affective physiological responses and EEG signal processing. I imagined a biofeedback computer game / therapy program that helps people conquer their fears by rewarding them in the process. As time went on, my empirical knowledge and experimental data were extended, which, though changed the questions, not the vision. Here I'd like to outline how it all happened, what are the results and prospects of the research.

Experiment

While reading papers on EEG response upon fear stimulation, I was quite annoyed that the stimuli used in previous experiments were mostly IAPS images or video clips from horror movies (yeah, The Shining) completely taken out of context. To this day I believe that such stimuli are not sufficient to evoke strong enough emotional responses in a time period higher than a couple of seconds, and thus unable to provide insight into the big picture of fear regulation.

The experimental design hasn't changed much since my previous measurements, but gameplay and webcam videos were also recorded this time, in addition to EEG, heart rate (HR), and galvanic skin response (GSR) vital signals. First open-, then closed-eye measurements were taken for Individual Alpha Frequency estimation. Participants then played the "daylight" version of a computer FPS game as the baseline measurement. Only the "night" version contained fear inducing stimuli.

Friday, August 8, 2014

Model of the basal amygdala - computational Pavlovian fear conditioning

After the first week of the CAMP course we had to decide which project we intended to do next week. I was always interested in how fear and anxiety evolve in the brain so at the end I decided taking a joint project with my course fellow Cristiano Köhler about modeling the basal amygdala - a part of amygdala which is involved in the formation of fear and extinction memories. The main task was to reproduce a model of the basal amygdala and investigate its behavior. Our helpful supervisor was Arvind Kumar, one of the authors of the paper [1] that describes the model in the first place.

Objectives

At first, we reproduced the model of Vlachos et al., 2011 of the basolateral amygdala. The task of the model is to be able to remember a conditional stimulus (CS, e.g. flute tone) paired to an unconditional stimulus (US, e.g. electric shock) - so basically after applying Pavlovian fear conditioning on the model, it takes the same conditional stimulus (without the shock) as a cue of fear. However, further presentations of CS alone results in a decline of this conditioned response - that process is called fear extinction. Another phenomenon is called fear renewal, which shows the context-dependency of fear conditioning and extinction: after the fear conditioning and extinction period in context A (CTXA) and context B (CTXB) respectively, a repeated CS presentation in context A immediately brings back the fear memories despite the effect of the extinction period.

Model

The model intends to reproduce the functions of the basal amygdala. It's a large-scale spiking neuron network implemented in Python, utilizing the Brian library. The model consists of 4000 leaky integrate-and-fire neurons - 3600 so called excitatory and 400 inhibitory neurons. Three kind of inputs are given to the system as Poisson spike trains: (1) CS-US pairs, (2) context information to a subset of neurons and (3) background noise to all the neurons. Plasticity is established in the connections between the inputs (CS-US, context information) and the excitatory neurons. Further plasticity is introduced in the synapses from inhibitory to excitatory neurons to investigate the effects it may bring about.

Distribution of inputs in the spiking neural network model. CS-US are provided to all neurons while CTX input is fed only to a subpopulations of excitatory neurons - from [1].