Summary of: Interpretable MEG Decoding of Perceived Speech: Cortical Sources and the Stimulus Features that Drive Retrieval
Summary (Overview)
-
Interpretable architecture with physical priors: The authors build a MEG-to-speech retrieval decoder whose front end is constrained by the physics of MEG measurement (spherical-harmonic spatial attention) and physiology (factorized spatial–temporal branches), replacing the opaque 2D Fourier attention of prior work (Défossez et al.) with a physically grounded parameterization and adding trainable temporal filters matched to neuronal sources.
-
Competitive accuracy with 20× fewer parameters: The model achieves 39.75 ± 0.34% Top-1 and 70.40 ± 0.31% Top-10 accuracy among 1005 candidates on MEG-MASC, using only 486,619 trainable parameters (~20× fewer than the baseline brain decoder), while a larger K=270, five-block configuration scores 3.60 percentage points lower in Top-1 despite 14.8× more parameters.
-
Cortical source mapping: Learned weights map to source space, recovering generators consistent with the canonical speech-perception network—bilateral superior temporal gyrus, left frontal operculum/inferior frontal cortex, and medial temporal structures—with a striking hemispheric spectral asymmetry: left-lateralized branches carry an additional ~13.3 Hz component not evident on the right, consistent with the asymmetric sampling-in-time account.
-
Paired occlusion identifies 15 of 19 contributing stimulus features: The largest effects come from silence (Δr = 75.62), high loudness (60.77), vowels (38.70), and acoustic onsets (36.19); notably, random word lists behave oppositely—narrative MEG substituted into them improves retrieval, suggesting narrative structure supports neural tracking rather than merely providing anomaly responses.
-
Asymmetric compression of the target embedding: The 768-dimensional wav2vec feature axis can be reduced to ~12 learned dimensions without loss, but temporal compression (especially global pooling) collapses retrieval to near chance, revealing that the temporal trajectory of speech carries irreplaceable segment-identifying information.
Introduction and Theoretical Foundation
Background and Motivation
Deep networks can retrieve short segments of perceived speech from MEG with high accuracy, but the learned weights "match nothing an electrophysiologist can name: not a cortical location, not a rhythm, not a time course." The authors quote d'Ascoli et al.: "it is unclear whether the decoder relies on the perceptual characteristics of the speech segment or the semantic features of the underlying words."
The paper argues that decoding models should serve as scientific instruments, not just benchmarks. Classical speech-perception studies offer excellent control but suit continuous natural speech poorly. Machine learning offers the reverse approach: set a hard decoding task on natural recordings, then examine the learned decision rule.
MEG Generative Model
The theoretical foundation rests on the biophysical generative model of MEG. The main cortical contributors are intracellular currents in synchronously active pyramidal neurons, approximated by equivalent current dipoles (ECDs) with location , orientation , and time-varying amplitude . The measured sensor signal is:
where is the gain vector (topography) of the -th task-related source, are task-unrelated source topographies (spatially-correlated brain noise), and is spatially-white sensor noise. All information about the behavioral variable is confined to the subspace .
Classical Spatial Filtering
A spatial filter applied to channel time series estimates source activity:
The optimal filter must align with the target topography ( for ) while tuning away from all others. The optimal filter matrix is:
where is the data covariance and the source covariance. Three strategies exist: exhaustive search (inverse operators), optimal filtering (task-driven but limited expressivity), and deep learning (powerful but "black box").
Interpretable Factorized Architectures
The key theoretical contribution builds on Petrosyan et al. [4], who showed that in factorized spatial–temporal architectures, both filter types adapt concurrently, so interpretation must account for their mutual dependence. Each branch operates as:
where is the T-tap temporal filter. The spatial pattern of the -th source is:
where is the covariance of data filtered by the branch's temporal filter. Source localization uses MNE:
and the temporal pattern is:
The number of branches is determined as the minimum count before performance plateaus or degrades, serving as the estimate of in Eq. (1).
Methodology
Architecture
The model (Figure 2) processes 3-second, 208-channel MEG segments through:
- 3D spherical-harmonic spatial attention: Each of virtual channels is parameterized by real spherical harmonics with (degrees 0–23, 576 basis functions per channel):
with softmax normalization applied as .
-
Unmixing convolution: A shared convolution () applies an affine transformation in the virtual-channel space.
-
Subject-specific projection: Projects to interpretable branches via participant-specific , giving the effective spatial filter:
-
Depthwise temporal filters: One trainable 15-sample (150 ms) filter per branch, shared across participants: .
-
Non-linear decoder: residual temporal convolutional blocks with dilation factors , , followed by a convolutional head projecting to wav2vec feature channels.
Training and Data
- Dataset: MEG-MASC, 27 participants (22 with two sessions), 49 hour-long recordings. Audio resampled to 16 kHz, MEG from 1000 to 100 Hz. Ocular and cardiac ICA components were removed—critical because eye activity tracks linguistic structure and cardiac dynamics vary with narrative intensity, either could supply stimulus-locked shortcut information.
- Target: wav2vec 2.0 Base embeddings (average of final four hidden layers). MEG segments paired with audio starting 150 ms later (auditory latency).
- Objective: One-directional MEG-to-audio contrastive cross-entropy loss (CLIP-style), with careful handling of duplicate audio targets in minibatches.
- Optimization: AdamW, learning rate , early stopping with patience 7, validation-based checkpoint selection.
Paired MEG Occlusion Analysis
The core interpretability intervention replaces feature-marked MEG intervals with matched real-MEG donors in two conditions:
The feature-present arm controls for generic replacement damage. Nineteen features were tested: silence, silence onsets/offsets, seven phoneme classes, word onsets, pseudowords, random word lists, surprisal, predictive entropy, word frequency, loudness, and acoustic-onset strength. The rank contrast per feature is:
with statistical inference via the studentized participant mean:
tested with 100,000 participant sign-flip permutations and one-sided single-step max-T familywise-error correction:
A feature was deemed significant only if: (1) mean contrast positive, (2) , and (3) the feature-present control mean rank was below the random expectation of 503.
Empirical Validation / Results
Decoding Accuracy
| Configuration | Top-1 Accuracy | Top-10 Accuracy |
|---|---|---|
| Main model (K=25, B=2), 6 seeds | 39.75 ± 0.34% | 70.40 ± 0.31% |
| K=270, B=5 (14.8× params) | 36.15% | 67.26% |
| Défossez et al. [1] (1363 candidates) | 41.3% | 70.7% |
| Zhang et al. [10] (1464 candidates) | 39.6–41.9% | 69.2–71.1% |
Note: Direct comparison is confounded by different evaluation protocols—prior work aligned test windows to word onsets; the present work used fixed-stride windows, a harder setting.
The branch-count sweep shows sharp improvement from very small K to a plateau at K ≈ 10–25, with mild decline at larger K—evidence that the task-related subspace is compact.
Segment Duration Effects
Top-1 accuracy increased monotonically with segment duration for the main two-block model: 14.37% at 1.5s → 28.03% at 2.25s → 39.94% at 3s → 52.66% at 4s → 62.20% at 5s. Top-10 reached 86.33% at 5s. The same progression held for zero and five convolutional blocks.
Paired Occlusion Results
15 of 19 features showed significant positive occlusion effects (all with except pseudowords at ):
| Feature | Δr (rank contrast) |
|---|---|
| Silence | 75.62 |
| High loudness | 60.77 |
| Vowels | 38.70 |
| Strong acoustic onset | 36.19 |
| Fricatives | 12.80 |
| Stops | 9.27 |
| Sibilants | 7.94 |
| High surprisal | 7.34 |
| Pseudowords | 1.71 |
| Silence offsets | 1.60 |
| Liquids/glides | 1.21 |
| Nasals | 1.18 |
| Word onsets | 1.02 |
| Schwa | 0.96 |
| Silence-edge mask | 0.91 |
Not significant: predictive entropy (p=0.069), silence onsets (p=0.316), rare words (−2.98), and random word lists (−17.77, negative). The negative word-list effect was reproduced in all six trained models and indicates that narrative structure supports neural tracking—removing it reduces recoverable information even though individual words remain.
Cortical Source Localization
- RAP-MUSIC dipole fitting on the top-ten singular vectors of the cross-subject spatial-pattern matrix localized sources in bilateral auditory cortices, medial temporal lobe, and frontal lobe.
- Clustering of 675 participant–branch items (27 participants × 25 branches) yielded 49 clusters; the 12 largest organized into three groups:
- Bilateral superior temporal gyrus/plane (speech envelope tracking)
- Posterior/superior toward supramarginal region and central sulcus (dorsal-stream phonological/sensorimotor sites)
- Left frontal operculum/inferior frontal cortex plus anterior middle/inferior temporal foci (predictive reconciliation and auditory–conceptual integration)
- Hemispheric spectral asymmetry: Left-lateralized branches show a dominant slow peak below 10 Hz plus a second component at ~13.3 Hz; right-lateralized branches are single-peaked around 6.6 Hz—consistent with the asymmetric sampling-in-time account of auditory lateralization.
Compression Experiments
- Feature-axis compression: Reducing wav2vec features from 768 to 12 learned dimensions (LinearDR) leaves retrieval essentially unchanged; PCA degrades much faster, showing the MEG-relevant subspace is task-selected, not variance-dominated.
- Temporal-axis compression: Severe temporal compression causes clear performance loss; global pooling (mean, max, additive/gated attention) collapses to near chance. The temporal trajectory is irreplaceable.
Ablations
- Removing subject-conditioned spatial mappings: largest drop
- Removing spatial attention entirely: 4–5
Related papers
- FormaTheoria: Constructing Large-Scale Lean Theories from Mathematical Literature - Toward the Formalization of the Classification of Finite Simple Groups
FORMATHEORIA formalized the Classification of Finite Simple Groups in Lean at 994,000+ lines, exposing source defects and achieving 4.2x speedup via dependency-aware parallelism.
- CoRT: Counterfactual Replay for Token-Level Rubric-Guided Policy Optimization
CoRT improves token-level credit assignment in rubric-based RL for LLMs by contrasting replayed responses under counterfactual criteria-free prompts, yielding 4.4-point average gains over GRPO without extra training stages.
- WorldClaw: Agentic 3D Open-World Generation at Scale
WorldClaw generates large-scale explorable 3D worlds from text prompts via a coarse-to-fine agentic pipeline, producing editable meshes with terrain and placed objects.