AIAny
Icon for item

Interpretable MEG Decoding of Perceived Speech: Cortical Sources and the Stimulus Features That Drive Retrieval

Retrieves short speech segments from MEG recordings with a compact interpretable neural decoder trained against wav2vec 2.0 embeddings, and maps decoder weights to cortical source space to reveal which acoustic and linguistic features drive retrieval.

Introduction

Why this matters Short segments of perceived speech can be recovered from noninvasive MEG, but prior deep decoders were large and hard to interpret. This work shows you can build a much smaller, branch-constrained decoder whose weights map to plausible cortical generators and whose behavior reveals which acoustic and phonetic features actually drive retrieval.

Key Findings
  • Retrieval performance: the model achieves roughly 39.7% Top-1 accuracy when selecting a 3-second segment among 1005 candidates on the MEG-MASC benchmark while using a far smaller decoder than prior work.
  • Compact, interpretable front end: the spatial attention is replaced by spherical-harmonic mapping on the MEG helmet and subject-specific representations are reduced from 270 to ~25 branches, each with a temporal filter to match source-like behavior in space and time.
  • Feature-level drivers: paired occlusion analyses show 15 of 19 tested stimulus features contribute to retrieval, with the largest effects from silence, sound intensity, vowels, and strong acoustic onsets.
  • Efficient target compression: the wav2vec target can be reduced to about a dozen learned feature dimensions without loss of accuracy, but aggressive temporal compression degrades performance.
Methods and notable details
  • Training objective: CLIP-style retrieval against wav2vec 2.0 audio embeddings, with ocular and cardiac components removed pretraining to reduce stimulus-locked shortcuts.
  • Parameter efficiency: the complete MEG decoder contains on the order of a few hundred thousand trainable parameters—substantially fewer than earlier decoders—while still mapping cleanly into source space and reproducing left-lateralized rhythmic differences.
  • Ablations: varying branch counts, depth, and temporal compression demonstrate explicit trade-offs between model size, interpretability, and retrieval accuracy.
Who it's for and trade-offs

Great fit if you are a neuroscientist or ML researcher interested in interpretable neural decoding, cortical source mapping from MEG, or understanding what speech features are recoverable from noninvasive signals. The paper is practical for investigators who prioritize model interpretability and source localization over purely scaling up decoder capacity. Look elsewhere if your primary goal is maximizing raw retrieval accuracy at any cost: extremely larger, less constrained models or different alignment/preprocessing choices may yield different numeric scores but at the expense of interpretability and source-mapping clarity.

Information

  • Websitearxiv.org
  • AuthorsIlia Semenkov, Daria Kleeva, Ivan Dakhtin, Zarina Maksudova, Alex Ossadtchi
  • Published date2026/08/02

More Items

Generates multi‑speaker speech and environmental audio from textual instructions or a reference clip, supporting zero‑shot voice cloning and detailed scene/specification control. Combines a cleaned, captioned dataset with a VAE-based multimodal generator, reward-conditioned quality control, and staged training to improve expressiveness and multi-audio modeling.

Hugging Face
AI Audio2026

Generates controllable multilingual speech from text with nine predefined timbres and custom-voice control; supports voice design, quick voice cloning and low-latency streaming (first audio packet after a single character), suitable for real-time TTS and voice-design workflows.

Continuously records egocentric visual and audio streams into a lightweight streaming memory that organizes experiences into current, short-term, and long-term tiers and retrieves multimodal evidence to answer queries about past events. Built for on-device use (smartphones/AI glasses) with dynamic retrieval routing.