메뉴
BL
The Decoder 27일 전

메타, 비수술적 뇌파 텍스트 변환 AI 성능 대폭 향상

IMP
8/10
핵심 요약

메타(Meta)의 FAIR 연구팀은 뇌파(EEG/MEG)와 같은 비침습적 신호만으로 문장을 텍스트로 변환하는 'Brain2Qwerty v2' 모델을 발표했습니다. 수많은 데이터와 언어 모델(LLM)을 결합해 위험한 수술 없이도 뇌 칩植入(임플란트) 기술의 격차를 크게 좁혔으며, 이는 뇌졸중 등으로 말을 잃은 환자들의 실용적인 의사소통을 돕는 중요한 발전입니다.

번역된 본문

메타(Meta)의 비침습적 뇌-텍스트 변환 AI가 수술용 뇌 임플란트와의 격차를 좁히고 있다.

메타의 FAIR 연구팀은 비침습적 뇌파 기록만으로 전체 문장을 복원하는 'Brain2Qwerty v2' 모델을 공개했다. 이 모델의 평균 단어 오류율(WER)은 39%로 낮아졌으며, 가장 우수한 성능을 보인 참가자의 경우 22%에 불과했다.

뇌 손상으로 인해 말을 하거나 움직일 수 없게 된 사람들은 의사소통을 위한 새로운 방법이 필요하다. 뇌 임플란트가 이를 안정적으로 수행할 수 있지만, 위험한 수술을 필요로 한다. 메타의 AI 부서인 FAIR은 수술이 필요 없는 대안을 연구해 왔으며, 최근 'Brain2Qwerty v2'를 통해 큰 발전을 이루었다.

연구를 위해 연구진은 두개골 외부의 자기장을 측정하는 뇌자도(MEG) 기술을 사용하여 9명의 건강한 지원자의 뇌 활동을 기록했다. 각 참가자는 10시간 동안 녹음되었으며, 이들은 총 22,000개의 문장을 타이핑했다. 실험은 참가자가 문장을 듣고, 잠시 멈춘 뒤, 화면에서 글자를 보지 않고 키보드로 입력하는 방식으로 진행되었다. 모델은 이 타이핑 단계에서 캡처된 뇌 신호로부터 문장을 복원한다. 논문에 따르면, 측정 가능한 활동은 주로 손가락 움직임을 제어하는 운동 피질(motor cortex)에서 발생한다.

10배 더 많은 데이터로 키 입력 타이밍 불필요 초기 버전인 Brain2Qwerty v1은 신호를 정렬하기 위해 각 키 입력의 정확한 타임스탬프가 필요했다. 반면 버전 2는 연속적인 신호 창(window)으로 작동하며 타이밍 정보 없이도 스스로 문자를 할당한다. 이 비동기식 접근 방식은 시스템이 아직 실시간 threshold를 넘지는 못했지만, 실시간 사용으로 나아가는 길의 핵심 장벽을 제거했다.

연구진은 더 어려운 작업이 가능해진 이유가 새 데이터셋에 기존보다 1인당 10배 더 많은 녹화 데이터와 훨씬 더 다양한 문장이 포함되어 있기 때문이라고 설명했다. 팀에 따르면 이 모델은 세 가지 AI 핵심 요소에 의존한다. 우선 딥러닝이 이전에 사용되던 수동 제작 인식 단계를 대체했다. 시스템은 문자, 단어, 전체 문장의 세 가지 수준에서 신호를 처리한다. 또한 팀은 AI 에이전트를 사용하여 최적화 코드를 직접 작성하게 했다. 문장 수준에서는 언어 모델(Qwen3)을 미세 조정하여 노이즈가 많은 뇌 신호를 일관된 문장으로 형성한다.

Brain2Qwerty v2는 평균 단어 오류율이 39%로, 언어 모델이 없는 기존 인코더의 55%와 비교해 향상되었다. 최고 성능의 참가자를 기준으로 28%의 문장이 완벽하게 해독되었으며, 47%의 문장은 최대 하나의 단어만 틀렸다.

단어 정확도는 향상, 문자 오류는 증가 연구팀은 Brain2Qwerty v2를 두 가지 단순한 방식과 비교했다. 첫 번째는 언어 모델의 보정 없이 뇌 신호에서 직접 문자를 읽어내는 기존 인코더(Raw encoder)다. 두 번째는 Brain2Qwerty v1의 방식으로, 엔그램(N-gram) 모델이 인코더 출력을 교정한다. 이 모델은 대규모 텍스트 컬렉션에서 문자 시퀀스의 통계적 가능성을 알고 개별 문자열을 부분적으로 수정하지만, 전체 문장을 구성하지는 못한다.

성능은 세 가지 수준에서 측정되었다. 문자 오류율(CER)은 잘못된 글자 수를 세고, 단어 오류율(WER)은 잘못된 단어 수를 센다. 그리고 의미론적 오류율(Semantic error rate)은 의미가 타겟 문장에서 얼마나 벗어났는지 포착한다. 단어와 의미 측면에서 Brain2Qwerty v2가 승리한다. 단어 오류율은 기존 인코더의 55%, v1의 엔그램 모델의 43%에 비해 39%로 떨어졌다.

하지만 문자 수준에서는 상황이 반대다. v2는 31%의 오류율을 기록하여 기존 인코더(28%) 및 엔그램 모델(26%)보다 더 나쁜 결과를 보였다. 그 이유는 언어 모델 때문이다. 언어 모델은 뇌 신호가 명확히 뒷받침하지 못하더라도 유창한 문장을 생성하도록 훈련되었다. 확신이 없을 때, 이 모델은 문법적으로는 완벽하지만 완전히 틀린 문장을 지어내기도 한다. 성능이 가장 낮았던 참가자의 경우, 모델은 타겟 문장 대신 "had she not fallen down the stairs"로 해독하는 실수를 범했다.

원문 보기
원문 보기 (영어)
Meta's non-invasive brain-to-text AI is closing the gap with surgical implants Maximilian Schreiner View the LinkedIn Profile of Maximilian Schreiner Jul 1, 2026 Nano Banana Pro prompted by THE DECODER Meta's FAIR research team has released Brain2Qwerty v2, a model that reconstructs full sentences from non-invasive brain recordings. The average word error rate drops to 39 percent, and the best participant hits 22 percent. People who lose the ability to speak or move after a brain injury need a way to communicate. Brain implants already do this reliably, but they require risky surgery. Meta's AI division FAIR has been working on a surgery-free alternative for some time and now shows a major improvement with Brain2Qwerty v2 . For the study, researchers recorded brain activity from nine healthy volunteers using magnetoencephalography (MEG), a technique that measures magnetic fields outside the skull. Each person was recorded for ten hours. Together, they typed a total of 22,000 sentences. The setup worked like this. Participants heard a sentence, paused briefly, then typed it on a keyboard without seeing the text on screen. The model reconstructs the sentence from brain signals captured during that typing phase. According to the paper, the measurable activity comes mainly from the motor cortex, which controls finger movements. Ten times more data lets the model ditch keystroke timing The direct predecessor, Brain2Qwerty v1, still needed the exact timestamp of every single keystroke to align the signals. Version 2 works with a continuous signal window instead and assigns characters on its own, with no timing information. This asynchronous approach removes a key barrier on the path to real-time use, even though the system hasn't crossed that threshold yet. The harder task only works, the researchers say, because the new dataset contains ten times more recordings per person and far more varied sentences than the original. The model relies on three AI building blocks, according to the team. Deep learning replaced the hand-built recognition steps used before. The system processes signals at three levels: characters, words, and full sentences. And the team used AI agents to write the optimization code themselves. For the sentence level, a language model (Qwen3) is fine-tuned to shape noisy brain signals into coherent sentences. Brain2Qwerty v2 reaches an average word error rate of 39 percent, compared to 55 percent for the raw encoder without a language model. For the best participant, 28 percent of sentences are decoded perfectly, and 47 percent contain at most one wrong word. Better words, but more wrong characters The team compares Brain2Qwerty v2 against two simpler methods. The first is the raw encoder, which reads characters directly from the brain signal with no language model smoothing the output. The second is the approach from Brain2Qwerty v1, where an N-gram model corrects the encoder output. That kind of model knows the statistical likelihood of letter sequences from large text collections and patches individual character strings locally, but it doesn't form whole sentences. Performance is measured at three levels. Character error rate (CER) counts wrong letters. Word error rate (WER) counts wrong words. And semantic error rate captures how far the meaning drifts from the target sentence. On words and meaning, Brain2Qwerty v2 wins. The word error rate drops to 39 percent, compared to 55 percent for the raw encoder and 43 percent for the N-gram model from v1. At the character level, the picture flips. Here v2 hits 31 percent errors, worse than the raw encoder (28 percent) and the N-gram model (26 percent). The reason is the language model: It's trained to produce fluent sentences, even when the brain signal doesn't really support them. When in doubt, it invents a grammatically clean but completely wrong sentence. For the worst-performing participant, the model decoded "had she not fallen down the stairs" instead of the target sentence "cars are not allowed on this road." A total miss that drives the character error rate up. The N-gram model only corrects locally and stays closer to individual letters, but rarely produces a real word. Since successful communication depends on meaning, not exact character matches, the team considers the better word and semantic scores the more relevant progress. An earlier fMRI-based study, for comparison, hit 92 to 94 percent word errors. When AI optimizes AI research The work also has an auto-research component: three independent agents based on Claude Opus 4.6 were tasked with lowering the error rate on their own by modifying code and running experiments. They found techniques like label smoothing, modality dropout, and shorter prompts that held up across all participants, beating a standard optimization method by a clear margin. But when given an open-ended task, the same agents failed. Their extensive code changes crashed most compute jobs. Human research remains a critical part of the process for now, the team concludes. The gap to implanted systems remains large, however. Invasive interfaces achieve below two percent word error rate for typing. But Brain2Qwerty v2's accuracy keeps climbing with more data, and no ceiling is in sight yet, so the researchers see collecting more recordings as a straightforward lever. Still, open questions remain: There are significant differences between participants, the study is limited to healthy volunteers making real typing movements, and real-time capability is still missing. As a path to clinical use, the team points to portable MEG sensors that work at room temperature. Tests showed that even half the sensors deliver nearly full performance. A window into the brain, not just a medical tool The work builds on a longer research track at FAIR led by neuroscientist Jean-Rémi King. His team already decoded perceived speech from MEG and EEG data in 2022 and generated images from brain activity in milliseconds in 2023. Most recently, the team showed TRIBE v2, a model that predicts brain activity instead of measuring it. The direct predecessor Brain2Qwerty v1, which reconstructed typed sentences with up to 80 percent character-level accuracy and achieved a character error rate of 29 percent on MEG and 65 percent on EEG across 35 participants, has since been published in Nature Neuroscience . Behind Brain2Qwerty sits a broader research program that King sees as more than an engineering challenge. Neuroscience and AI have been tightly linked from the start, he said in an interview with The Decoder : "AI today also makes it clear that some of the concepts we take for granted - like reasoning or thinking - may need to be re-evaluated in light of what deep learning algorithms are now capable of." For King, models that translate brain activity into text aren't just a medical tool. They're a window into how the brain itself works. AI News Without the Hype – Curated by Humans Subscribe to THE DECODER for ad-free reading, a weekly AI newsletter, our exclusive "AI Radar" frontier report six times a year, full archive access, and access to our comment section. Subscribe now --> Read on for the full picture. Subscribe for hype-free coverage. Access to all THE DECODER articles. Read without distractions – no Google ads. Access to comments and community discussions. Weekly AI newsletter. 6 times a year: “AI Radar” – deep dives on key AI topics. Up to 25 % off on KI Pro online events. Access to our full ten-year archive. Get the latest AI news from The Decoder. Subscribe to The Decoder -->