šŸ’» 🧠 Contact school.brainhack@gmail.com for questions! 🧠 šŸ’»

Investigating the effect of alpha band on TRFs

By Kuan-Yu Chen, Ruo-Chi Yao, Liang-Mei Lin, & Ming-Feng Hsin
Published on June 25, 2024

"In our study of three participants, removing the alpha band affected TRFs, with some features being suppressed and others enhanced. This simplification highlighted local signals, making brain activity clearer. However, it’s unclear if these enhanced signals represent true brain activity or noise, requiring further analysis for validation."

Project definition

Background

The alpha band (α-wave) is a type of brainwave with a frequency range of approximately 8 to 12 Hz, often associated with relaxation and closed-eye states. Temporal Response Functions (TRFs) are models used to analyze the brain’s response to time-series stimuli, particularly in the context of speech processing.

Given our interest in understanding whether α-waves influence TRFs during language processing, our project aims to explore the impact of including or excluding α-waves on TRFs. Using an open dataset, we seek to determine how the presence or absence of α-waves affects the modeling and interpretation of neural responses in speech processing.

Data

Stimuli

For the EEG recordings in the Alice Dataset, participants listened to the first chapter of ā€œAlice’s Adventures in Wonderland.ā€ This chapter consists of 2,129 words arranged into 84 sentences, with an average sentence length of 25.8 words (SD = 24.2). The total duration of the audio is approximately 12.4 minutes.

###怀Participants

The study included 49 adult participants who were native English speakers, aged between 18 and 29, with 14 males in the group. All participants reported having normal hearing and no neurological disorders.

Procedure

Participants were equipped with 61 actively-amplified electrodes plus one ground electrode (actiCap, Brain Products GmbH), arranged according to the Easycap M10 layout for uniform scalp coverage. During the experiment, the audiobook was played at a volume set 45 dB above the participant’s hearing threshold. After the audio session, participants completed an eight-question multiple-choice quiz about the story. The experimental session took between 1 to 1.5 hours to complete.

In our project, 3 EEG data sets were chosen randomly. This repository offer the analyzed TRF, you might want to download because running the analysis from scratch could be time consuming

Tools

The dataset processing by using mne-python

Workflow

– download data from the Alice repository and run estimate_trf script to get the processed data

– use the raw data to do ICA, remove the reaction of alpha band and save as a new fif

– run estimate_trf again to get the removed alpha data

procedure

Results

subject 13 output1 subject 18 output2 subject 38 output

Conclusion and acknowledgement

In our study of three participants, removing the alpha band affected TRFs, with some features being suppressed and others enhanced. This simplification highlighted local signals, making brain activity clearer. However, it’s unclear if these enhanced signals represent true brain activity or noise, requiring further analysis for validation.

Reference

Alice dataset: https://github.com/Eelbrain/Alice/tree/main

Bhattasali, S., Brennan, J., Luh, W. M., Franzluebbers, B., & Hale, J. (2020). The Alice Datasets: fMRI & EEG observations of natural language comprehension. In Proceedings of the Twelfth Language Resources and Evaluation Conference (pp. 120-125).

See also these similar projects

The Friends Compendium: A brief visual and statistical description of FRIENDS

The main goal of this brainhack project and the website is to do basic statistical analyses to the friends annotations data and to present the results …

Discover this project

Neuroimaging data and file structures in Python

Learning the basics of neuroimaging file format with Nibabel.

Discover this project

Twin normative modelling project

In this project I am trying to train and test a normative model on a neuroimaging data set containing twin longitudinal data. I want to look at both …

Discover this project