Abstract:Currently, individuals with arm mobility impairments (referred to as "patients") face limited technological solutions due to two key challenges: (1) non-invasive prosthetic devices are often prohibitively expensive and costly to maintain, and (2) invasive solutions require high-risk, costly brain surgery, which can pose a health risk. Therefore, current technological solutions are not accessible for all patients with different financial backgrounds. Toward this, we propose a low-cost technological solution called MindArm, an affordable, non-invasive neuro-driven prosthetic arm system. MindArm employs a deep neural network (DNN) to translate brain signals, captured by low-cost surface electroencephalogram (EEG) electrodes, into prosthetic arm movements. Utilizing an Open Brain Computer Interface and UDP networking for signal processing, the system seamlessly controls arm motion. In the compute module, we run a trained DNN model to interpret filtered micro-voltage brain signals, and then translate them into a prosthetic arm action via serial communication seamlessly. Experimental results from a fully functional prototype show high accuracy across three actions, with 91% for idle/stationary, 85% for handshake, and 84% for cup pickup. The system costs approximately $500-550, including $400 for the EEG headset and $100-150 for motors, 3D printing, and assembly, offering an affordable alternative for mind-controlled prosthetic devices.
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve
The main problem this paper attempts to solve is to provide a low-cost, non-invasive neuro-driven prosthetic system for patients with limited arm mobility (hereinafter referred to as "patients"). Current technological solutions face two major challenges:
1. **Non-invasive prosthetic devices**: These devices are usually expensive and have high maintenance costs.
2. **Invasive solutions**: These solutions require high-risk, high-cost brain surgeries, posing a threat to the patient's health.
Therefore, existing technological solutions are not easily accessible to patients from different economic backgrounds. To address this issue, the authors propose a system called **MindArm**, which is a low-cost, non-invasive neuro-driven prosthetic arm system. MindArm uses deep neural networks (DNN) to convert brain signals captured by low-cost surface electroencephalography (EEG) electrodes into prosthetic arm movements.
### Main Objectives
- **Develop a low-cost solution**: Make it affordable for patients from different economic backgrounds.
- **Improve signal processing accuracy**: Ensure the system can correctly convert brain signals into prosthetic arm movements.
- **Non-invasive design**: Avoid high-risk brain surgeries and reduce health risks.
### Research Background
Currently, there are millions of people with limb disabilities worldwide, with approximately 5.4 million people living in a paralyzed state in the United States alone, and 57.7 million people globally living with limitations due to limb amputations. These patients face severe daily life obstacles, but due to the high cost of many existing innovative technologies, they cannot access effective technological solutions.
### Existing Solutions and Their Limitations
- **Non-invasive solutions**: Such as devices based on surface EEG electrodes, although they do not require implantation, the signal quality may be affected by environmental noise.
- **Invasive solutions**: Such as implanted brain-computer interfaces (BCI), although the signal quality is higher, the surgery risk is high and the cost is expensive.
### Innovations of MindArm
- **Low cost**: The total system cost is about $500-550, including a $400 EEG headgear and $100-150 for motors, 3D printing, and assembly costs.
- **High accuracy**: Experimental results show that MindArm has an accuracy of 91%, 85%, and 84% for three actions (resting, handshake, picking up a cup) respectively.
- **Modular design**: The prosthetic arm design is modular, allowing easy replacement of parts and reducing maintenance costs.
### Methodology
- **EEG data collection and extraction**: Brain signals are collected using a Ganglion board and transmitted via UDP network to a Python IDE for processing.
- **Signal denoising**: Methods such as band-pass filtering and metal insulation are used to reduce environmental noise interference.
- **Neural network training**: DNN is used to train the model, extracting features from low-resolution EEG signals and classifying them into different prosthetic arm movements.
- **Prosthetic arm design**: 3D printing technology is used to manufacture a lightweight and sturdy prosthetic arm structure with 3 degrees of freedom.
### Results
Experimental results show that the MindArm system demonstrates a high success rate in performing three predefined actions, proving its effectiveness as a low-cost, non-invasive brain-controlled prosthetic arm.