bio.rodeo
ModelsOrganizationsLeaderboardAbout
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

AboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Biosignals foundation models
Biosignals

Meta sEMG Neuromotor Interface

Meta AI

Surface-EMG wristband foundation models that decode hand gestures, handwriting, and wrist movement from thousands of users, generalizing cross-user without per-person calibration.

Released: July 2025

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.

#Key Features

  • Calibration-free cross-user generalization: Generic decoders trained on thousands of participants exceed 90% offline classification accuracy on held-out users for gesture detection and handwriting, with no per-person calibration required.
  • Dry-electrode wristband (sEMG-RD): The research device uses 48 electrode pins forming 16 bipolar channels sampled at 2 kHz, with low noise (2.46 µVrms), no skin preparation, four wrist sizes, and wireless operation.
  • Three task-specific models: Separate checkpoints handle discrete gestures (pinches, thumb swipes), handwriting transcription, and one-dimensional continuous wrist navigation.
  • Closed-loop interactive performance: In real-time use, the system reaches 0.88 gesture detections per second, 0.66 target acquisitions per second for wrist navigation, and handwriting at 20.9 words per minute.
  • Optional personalization: Fine-tuning the generic handwriting model on a single user's data yields a roughly 16% median reduction in character error rate beyond the already-strong generic baseline.

#Technical Details

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.

#Applications

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.

#Impact

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.

Citations

A generic non-invasive neuromotor interface for human-computer interaction

Kaifosh, P., et al. (2025) A generic non-invasive neuromotor interface for human-computer interaction. Nature.

DOI: 10.1038/s41586-025-09255-w

A generic noninvasive neuromotor interface for human-computer interaction

Preprint

Sussillo, D., et al. (2024) A generic noninvasive neuromotor interface for human-computer interaction. bioRxiv.

DOI: 10.1101/2024.02.23.581779

Recent citations

Papers that recently cited this model.

Not enough citation data yet.

Top citations

The most-cited papers that cite this model.

Not enough citation data yet.

Citations

Total Citations51
Influential9
References0

GitHub

Stars239
Forks42
Open Issues0
Contributors2
Last Push10mo ago
LanguageJupyter Notebook

Fields of citing research

Not enough data

Openness

bio.rodeo opennessClosed · low usability and reproducibility
13Closed
Usability — can I run it?13
Reproducibility — can I retrain it?11
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

cnnconformerelectromyographygesture_recognitionhandwriting_recognitionhuman_computer_interactionlstmneuromotorsupervisedzero_shot

Resources

GitHub RepositoryResearch PaperDataset