# Translating neural signals to text using a Brain-Machine Interface

**Authors:** Janaki Sheth, Ariel Tankus, Michelle Tran, Nader Pouratian, Itzhak, Fried, William Speier

arXiv: 1907.04265 · 2019-07-10

## TL;DR

This paper presents a novel brain-machine interface that decodes text directly from neural signals with high accuracy and speed, surpassing existing systems and allowing naturalistic communication for patients with neurodegenerative diseases.

## Contribution

The study introduces a new BCI framework combining frequency band isolation, LSTM decoding, and language-informed particle filtering for direct neural-to-text translation.

## Key findings

- Achieved high decoding accuracy on data from six patients.
- Significantly improved speed and bit rate over previous BCI systems.
- Produced naturalistic text output without restricting to a predefined vocabulary.

## Abstract

Brain-Computer Interfaces (BCI) help patients with faltering communication abilities due to neurodegenerative diseases produce text or speech output by direct neural processing. However, practical implementation of such a system has proven difficult due to limitations in speed, accuracy, and generalizability of the existing interfaces. To this end, we aim to create a BCI system that decodes text directly from neural signals. We implement a framework that initially isolates frequency bands in the input signal encapsulating differential information regarding production of various phonemic classes. These bands then form a feature set that feeds into an LSTM which discerns at each time point probability distributions across all phonemes uttered by a subject. Finally, these probabilities are fed into a particle filtering algorithm which incorporates prior knowledge of the English language to output text corresponding to the decoded word. Performance of this model on data obtained from six patients shows encouragingly high levels of accuracy at speeds and bit rates significantly higher than existing BCI communication systems. Further, in producing an output, our network abstains from constraining the reconstructed word to be from a given bag-of-words, unlike previous studies. The success of our proposed approach, offers promise for the employment of a BCI interface by patients in unfettered, naturalistic environments.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.04265/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1907.04265/full.md

## References

26 references — full list in the complete paper: https://tomesphere.com/paper/1907.04265/full.md

---
Source: https://tomesphere.com/paper/1907.04265