Lavender’s Status Report for March 13

I created an Overleaf project for the team to collaborate on our status report. For the report, I will work on the implementation section for signal processing, design tradeoffs and related work. In our design review, someone suggested that we could include the frequency component of EEG signals in our preprocessing step to potentially reduce individual calibration time. I thought this was a good idea and I looked into integrating this step into our preprocessing. Next week I plan to start testing our controller implementation with synthetic data from the Emotiv App.

Eryn’s Status Report for March 13

This week I spent quite some time writing the script and preparing for the design review presentation. Aside from that, I continued working on my game and was about to finish the front end. Next week, I should be able to deliver a basic prototype and will focus on writing the design review report.

Team Status Report for Mar 13

The team finished the design review presentation and received helpful feedback regarding further reducing the latency and making justification for latency metrics. We will address those feedbacks in our design review document and further improve our design. We continued the game app dev, set up the ML infra, started training existing models with an open-access dataset. Next week, we will work on the design review report and test out the controller implementation. 

Team Status Report for Mar 6

The team finished literature review on potential methodologies and applicable datasets, found some verified working implementations we may experiment with, decided on the denoising approach and concluded all our research results in the design review presentation. Next week, we are going to elaborate them in more detail in our design review report and start implementing denoising, representation learning algorithms and the game in parallel.

Eryn’s Status Report for Mar 6

I examined the open-access datasets we will be using for model pretraining and looked into how the data are being collected, which of the datasets are more suitable for our purpose, whether they contain the information we need, what the format looks like, which could be used for training and which could be used for testing. Upon careful analysis the “motion imagery, uncued classifier” dataset from Berlin BCI group is selected. Besides that I contributed to the design review slides and prepared for making next week’s presentation. Next week, besides practicing for the presentation, I’m going to resume my game development.

Lavender’s Status Report for Mar 6

I did literature review for the EEG Image approach for representation learning. I looked into denoising techniques for EEG signals such as removing eye-blinking artifacts with real-time short-term fourier transform. I also improved and updated the Gantt chart for our project management. I contributed to making the design review presentation and the design review document. I also helped Eryn practice the presentation. I plan to continue implementing the signal processing software and start designing the controller with Chris next week.

Chris’s Status Report for March 6

I did literature reviews to look for open-source datasets for pretraining our models, and I found a dataset suitable for our purpose. In the literature review I also looked for existing models with good enough performance and similar use cases to our needs, and identified working implementations of these models on github with adequate peer recommendation (based on github stars). Next week we will work on the design report and I plan to implement denoising algorithms, as well as to examine the feasibility of using the models and algorithms we collected on CPU.