Surface-EMG wristband foundation models that decode hand gestures, handwriting, and wrist movement from thousands of users, generalizing cross-user without per-person calibration.
The Meta sEMG Neuromotor Interface is a set of deep-learning models that decode intended hand and wrist movements from surface electromyography (sEMG) recorded at the wrist, turning muscle activity into computer input. It was developed by the CTRL-labs team at Reality Labs, Meta (New York, NY) and published in Nature in July 2025, with an earlier preprint posted to bioRxiv in February 2024. The work addresses a long-standing obstacle for non-invasive neuromotor interfaces: sEMG signals vary enormously between people because of differences in anatomy, skin, and electrode placement, which historically forced each user to record their own calibration data before a decoder would work.
The central result is that, given enough training participants, a single generic model can generalize to entirely new users with no person-specific calibration. The team built a dry-electrode research wristband (sEMG-RD) and a scalable data pipeline to record from thousands of consenting participants, then trained task-specific decoders for three interaction modalities: discrete gestures, handwriting, and continuous wrist control. Each generic model works out of the box on held-out people, and optional per-user fine-tuning provides a further improvement.
This entry covers a neuromotor biosignals model rather than a single shared backbone: the release provides three separate pretrained checkpoints, one per task, alongside code, training recipes, and the associated datasets.
The three decoders use architectures matched to their tasks. The discrete-gesture model applies a 1D convolutional front end followed by an LSTM; the handwriting model uses a conformer operating on multivariate power-frequency (MPF) features; and the wrist-control model uses an LSTM on MPF features. All consume the 16-channel, 2 kHz sEMG stream from the wristband. Training corpora were collected per task at large scale: roughly 4,900 participants for discrete gestures, 6,627 for handwriting, and 162 for wrist control, totaling more than 11,000 participants and hundreds of hours of labeled sEMG. The released training/validation/test splits in the open-source repository (80/10/10 participants per task) reproduce the published pipeline, with evaluation metrics that may differ slightly from the paper due to subsampling. Generalization scales with participant count: accuracy on held-out users rises steadily as more people are added to training, which is the core empirical finding behind the calibration-free claim.
The models target hands-free, always-available computer input from a wristband: text entry by handwriting, discrete command gestures for menus and selections, and cursor- or pointer-style navigation from wrist posture. Because decoding works without per-user calibration, the approach is well suited to consumer human-computer interaction, augmented- and virtual-reality control, and accessibility scenarios where touchscreens or keyboards are impractical. The released code, checkpoints, and datasets also serve researchers studying sEMG decoding, neuromotor interfaces, and biosignal foundation models.
This is among the first demonstrations that a non-invasive neuromotor interface can work reliably on new users straight away, removing the calibration burden that has limited sEMG and brain-computer interfaces for decades. By open-sourcing the models, training code, and large multi-participant datasets, Meta has provided the biosignals community with a substantial public benchmark for cross-user sEMG decoding. The main limitations are practical rather than conceptual: the models are specialized per task rather than a unified backbone, performance still benefits from optional personalization, and the data and code are released under a non-commercial license, restricting commercial reuse.
Kaifosh, P., et al. (2025) A generic non-invasive neuromotor interface for human-computer interaction. Nature.
DOI: 10.1038/s41586-025-09255-wSussillo, D., et al. (2024) A generic noninvasive neuromotor interface for human-computer interaction. bioRxiv.
DOI: 10.1101/2024.02.23.581779Papers that recently cited this model.
The most-cited papers that cite this model.
Not enough data