我为何离开 OpenAI 去构建心灵感应
I’m leaving OpenAI to build telepathy

原始链接: https://naomibashkansky.com/blog/telepathy/

为了将大脑活动解码为文本,我们正在应用人工智能领域的“苦涩教训”:与其依赖人工设计的算法,不如通过扩大计算规模和数据采集来提升模型性能。尽管侵入式脑机接口仍然不切实际,但经济实惠的非侵入式硬件的进步,使我们能够以前所未有的规模收集数据。 我们的研究展示了清晰的缩放定律,即模型准确率随着训练数据量的对数增长而线性提升。我们目前正处于大脑解码的“GPT-2时代”,预测结果与目标文本之间的语义相似度正不断增加。 至关重要的是,现实应用并不要求完美的解码。就像嘈杂的GPS信号在结合地图与路线后会变得高度准确一样,我们利用大语言模型(LLM)和上下文信息,将嘈杂的脑电信号提炼为有意义的输出。随着我们持续扩大规模,这些系统正变得越来越有效。若想了解更多关于我们数据采集过程的信息,或参与我们的研究,请访问 Conduit 博客。

最近 Hacker News 上一篇题为《我为何离开 OpenAI 去研发心灵感应》的文章引发了用户的热烈讨论。该开发者正将重心从传统人工智能转向心灵感应技术,并强调使用非侵入式硬件。 社区的反应褒贬不一,从质疑到猜测应有尽有。人们主要的担忧包括隐私问题,特别是“思想审查”或私人思维被非法获取的风险;以及技术可行性,例如非侵入式脑机接口在信号噪声方面的局限性。另一些人则思考该技术是否可以实现双向交互(即向大脑输入思想),或者它最终能否作为高质量数据,通过人类反馈强化学习(RLHF)来提升 AI 的对齐水平。虽然一些用户幽默地探讨了其伦理问题和潜在的反乌托邦后果,但也有人将其视为超越现有生产力工具的变革性飞跃。
相关文章

原文

In theory, it’s simple. Our input is brain activity, and our target output is what the person was doing at the time – for example, what text the person wrote. Given the brain activity, we want to predict output that is semantically similar to what the person wrote.

To train models that can predict text given brain signals, we must apply the same lesson learned by those predicting text given speech audio, or text given preceding text: the bitter lesson. The lesson roughly states that you should throw more useful compute at your model, and your model will become better than any ingenious algorithm you could've hand-crafted. That means we must scale up our data collection by orders of magnitude beyond what has ever been done in academia.

It’s hard to collect enough data using invasive methods. Few people want a chip in their brain! But non-invasive methods are getting much better. The hardware is improving and getting cheaper, though I apologize for being vague about the particularities of our hardware.

As we're training on more data, the model is predicting text that is more semantically similar to the subject-written text. Yes, there's some irreducible error due to noise, but for most modalities we're not yet in a regime where we're pushing against that. Concretely, the scaling laws are looking good: the cosine similarity of our latent space predictions with the target latent spaces goes up as a straight line with respect to the logarithm of the number of hours of data. We're in the GPT-2 era.

We don’t need perfect decoding to be useful. Your thoughts will be like GPS in a city: a noisy GPS signal isn’t enough to determine your exact location. But combined with a map and a navigation route — equivalently, the LLM and context — it becomes remarkably accurate.

To read up on how we do data collection, check out Conduit's blog post. If you're more of the active learning type, come be a research participant!

联系我们 contact @ memedata.com