返回精选
AI 精选动态 智能评分 65

Meta开源非侵入式脑机接口系统

来源: twitter关注列表
作者: Rohan Paul (@rohanpaul_ai)
发布于: 2026-06-30
收录于: 2026-06-30
AI 推荐理由
非侵入式脑机接口准确率从8%跃升至78%,采用LLM后处理是亮点,值得阅读原文了解技术细节。
核心解读
Meta开源了非侵入式脑机接口系统Brain2Qwerty v2,通过MEG头盔读取脑信号,9名志愿者输入约22000句子,平均单词准确率61%,最强参与者达78%,超过50%的句子解码误差不超过1个单词,远超此前非侵入方法8%的准确率。系统使用深度学习处理原始信号,并微调LLM修复语言错误。
全文
Meta open-sourced a brain-to-text system that reaches 78% word accuracy without surgery. Brain2Qwerty v2 converts non-invasive brain recordings into text with 61% average word accuracy and 78% for its strongest participant. The system reads MEG signals from a helmet, not electrodes placed inside brain tissue. 9 volunteers typed about 22,000 sentences while researchers recorded 10 hours of neural activity each. Brain2Qwerty v1 mostly mapped brain signals to single typed characters. It tries to recover characters, words, and full sentence meaning together. The system studies those brain signals and tries to turn them into the words you wanted to type. - 61% average word accuracy across all participants - 78% word accuracy for the top participant - 50%+ of sentences decoded with no more than 1 word error Performance improves as the data pile grows Raw brain signals are messy because many mental and physical processes fire at once. Deep learning handles that mess by learning patterns directly from the original recordings. A fine-tuned LLM then uses language context to repair likely word and sentence errors. This explains why the system beats earlier non-invasive methods reporting 8% word accuracy. More than half of sentences from the strongest participant had one word error or less. Accuracy also improved as training data grew, suggesting more recordings may close more of the gap. https://video.twimg.com/amplify_video/2072095756379684864/vid/avc1/1280x720/LmC691co6t7_mBuO.mp4?tag=28 ![photo](https://pbs.twimg.com/media/HMGQH7vacAAikRY.jpg) Rohan Paul (@rohanpaul_ai): https://t.co/RrNuNv0zqT
#技术突破#AI#开源