atimcenko / finger-flex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO:

  • make by default this branch. remove another.( transfer to main)
  • Rename repo -> FingerFlex
  • Add architecture
  • Add abstract
  • Add results
  • Add video here
  • Add how to cite
  • Add pwc buttom above
  • Add twister

Comments from the git workshop

  • Create main.py function
  • Describe how dataset can be loaded
  • Nice requirements file with version
  • Make .py files out of .ipynb
  • Figure generating script

FingerFlex: Inferring Finger Trajectories from ECoG signals

Vladislav Lomtev · Alexander Kovalev · Alex Timchenko

Paper | Project Page | Some text

We propose FingerFlex, a new state of the art model for prediction finger movements from brain activity(ECoG).


Abstract

Motor brain-computer interface (BCI) development relies critically on neural time series decoding algorithms. Recent advances in deep learning architectures allow for automatic feature selection to approximate higher-order dependencies in data. This article presents the FingerFlex model - a convolutional encoder-decoder architecture adapted for finger movement regression on electrocorticographic (ECoG) brain data. State-of-the-art performance was achieved on a publicly available BCI competition IV dataset 4 with a correlation coefficient between true and predicted trajectories up to 0.74. The presented method provides the opportunity for developing fully-functional high-precision cortical motor brain-computer interfaces.

Model

Model architecture

Results

We test our FingerFlex on multiple datasets BCI Competition IV and Stanfore which covers various subjects and different ECoG positions.

Example.mp4

How to check

Citation

@article{fingerflex2022,
  title={FingerFlex: Inferring Finger Trajectories from ECoG signals},
  author={Lomtev, Vladislav and Kovalev, Alexander and Timchenko, Alexey},
  journal={arXiv preprint arXiv:2211.01960},
  year={2022}
}

About

License:MIT License


Languages

Language:Jupyter Notebook 100.0%