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 long-form, text-controlled music with explicit arrangement and planning. Uses a 50 Hz single-codebook tokenizer, a flow-matching diffusion Transformer to predict VAE latents, and an MoE autoregressor with ABC‑CoT planning to produce 48 kHz audio up to 5m30s.

Provides a realtime audio–language foundation model for fully duplex spoken interaction that listens, interprets acoustic cues, reasons, and speaks in parallel. Key features include Deep Perception for acoustic understanding, Seamless Duplex for synchronized streams, and Think‑While‑Speaking for parallel private reasoning; reports strong benchmark results.

Progressively prunes and distills audio encoders for speech LLMs to cut inference cost while preserving decoder-facing embeddings, using behavioral probes, representation alignment, cross-scale distillation and LoRA finetuning; reports reduced macro-error on Chinese–English benchmarks.