Research
A Cognitive Process-Inspired Architecture for Subject-Agnostic Brain Visual Decoding
A Cognitive Process-Inspired Architecture for Subject-Agnostic Brain Visual Decoding Overview Research area: Brain visual decoding — reconstructing viewed videos from fMRI brain activity, with a focus
- arXiv
- 2511.02565
- Published
- 2025-11-04
- Authors
- Jingyu Lu, Haonan Wang, Qixiang Zhang, Xiaomeng Li
AI summary
A Cognitive Process-Inspired Architecture for Subject-Agnostic Brain Visual DecodingOverview
Research area: Brain visual decoding — reconstructing viewed videos from fMRI brain activity, with a focus on cross-subject (subject-agnostic) generalization rather than per-subject models.
Technical level: Intermediate. The paper combines neuroscience-inspired architectural design (ventral/dorsal visual streams) with standard deep learning components (ViT backbones, OpenCLIP embeddings, contrastive losses, diffusion priors, VAEs), so readers benefit from familiarity with either vision-language models or cognitive neuroscience.
Scope: The paper introduces VCFlow, a hierarchical fMRI-to-video decoding framework that works on previously unseen subjects without any retraining, and evaluates it quantitatively and via ablation on the cc2017 fMRI-video dataset.
What This Paper Is About
Most fMRI-to-video decoding models are trained and tested on the same individual. When such a model meets a new person, it typically needs roughly 12 hours of that person's own data and heavy computation before it can produce anything. The authors ask whether a model can instead decode video from the brain of a subject it has never been trained on, and they answer with an architecture that mirrors how the human visual cortex processes information in two streams (ventral for semantics, dorsal for motion) plus a disambiguation mechanism that separates subject-specific from subject-general signals.
Key Contributions
-
Formulating the problem setting: The authors state they are the first to formulate fMRI-to-video decoding in a subject-agnostic setting, where the model applies to previously unseen subjects without any retraining.
-
The VCFlow architecture: A dual-stream, cortex-inspired framework that splits fMRI voxels by functional region of interest (early visual, ventral, dorsal) and aligns each group with a different level of CLIP representation — early CLIP ViT layers for low-level features, CLIP vision embeddings for high-level semantics, and CLIP video embeddings for motion.
-
Subject-invariant learning via redistribution and contrastive alignment: A Subject-Agnostic Redistribution Adapter (SARA) uses a redistribution layer and a bidirectional contrastive (InfoNCE) objective plus a subject-classification loss to separate generalizable semantics from subject-specific identity information.
-
Efficiency claim: Compared with fully subject-specific approaches, VCFlow is reported to lose only 7% accuracy on average across all evaluation metrics, while producing each reconstructed video in 10 seconds with no retraining.
Main Findings
-
Subject-agnostic accuracy on frame-level semantics: On the averaged results across three subject splits, VCFlow reaches 14.0% on the 50-way ImageNet-category frame classification and 77.9% on the 2-way task. The paper's text describes the 50-way result as a 46% relative gain over GLFA* (9.6%), while the comparison row in Table 1 reports +45.8% relative to GLFA*.
-
Pixel-level reconstruction: VCFlow's averaged SSIM is 0.396 and PSNR is 10.478, versus 0.137 SSIM for GLFA* and 0.380 SSIM / 9.612 PSNR for NEURONS*.
-
Video-level metrics: Averaged video-level results are 18.2% (50-way action classification, Kinetics-400, 400 classes) and 84.5% (2-way), with a CLIP-pcc spatiotemporal continuity score of 0.940, versus 0.931 for NEURONS*.
-
Comparison against a method that uses test-subject data: VCFlow (14.0% averaged 50-way) surpasses GLFA (11.6%), even though GLFA pretrains its encoder on fMRI data from all subjects — a setting that conflicts with the subject-agnostic paradigm.
-
Ablation on key components (subject 1): Adding modules progressively improves results — brain-signal pretraining only gives 11.3% (50-way frame), adding HCAM gives 10.4%, adding SARA gives 11.8%, adding HED gives 12.4%, and adding image pretraining gives 14.2%. The authors report HED as providing the most significant gains, particularly in high-level semantics and reconstruction quality.
-
ROI partitioning matters: Comparing two ROI assignment schemes on subject 1, Scheme A (14.2% 50-way frame; 0.944 CLIP-pcc) outperformed Scheme B (12.4%; 0.913 CLIP-pcc).
-
Interpretability: Projecting the three embedding types onto the cortical surface showed early-vision embeddings corresponding to early visual areas V1 through V4, ventral embeddings activating in FFA and PPA (with more diffuse projection across broader cortex), and dorsal embeddings aligning with motion-related regions, particularly MST.
-
Efficiency: The paper contrasts conventional pipelines requiring more than 12 hours of per-subject data against VCFlow's 10-second per-video inference with no retraining.
Methodology in Plain English
The starting intuition. The human visual cortex is organized into an early stage that detects basic features like edges, orientation and color, then two downstream pathways: a ventral stream that handles abstract semantics (what the object is) and a dorsal stream that handles motion and spatial dynamics (how it moves). The authors build a network whose structure imitates this.
Splitting the brain data. Instead of feeding all fMRI voxels into one encoder, they group voxels by functional ROI into early-visual, ventral, and dorsal sets, while also keeping a full-brain representation. A ViT backbone extracts features from each, and a Cross-Attention module fuses them across cognitive levels.
Aligning to CLIP. Each feature type is matched to the level of CLIP representation that fits it: low-level features to embeddings from early CLIP ViT layers, high-level semantics to CLIP vision embeddings, and motion to CLIP video embeddings. Alignment uses the BiMixCo loss, and a diffusion prior (the same prior loss used in DALL·E 2) moves the full-brain features into the OpenCLIP embedding space.
Disentangling subject identity. The SARA module expands the token dimension and passes features through a redistribution layer that produces two token groups: semantic tokens and subject-specific tokens. Three losses train this: a BiMixCo alignment loss pulling semantic tokens toward CLIP embeddings, a symmetric InfoNCE loss over a moving window across subjects to force mutual alignment of semantic representations, and a cross-entropy subject-classification loss so the subject-specific tokens retain individual identity information. The authors note this inter-subject contrastive scheme becomes more effective and stable as the number of subjects grows.
Decoding through explicit auxiliary tasks. Rather than decoding embeddings directly into pixels, the Hierarchical Explicit Decoder converts each feature type into an intermediate modality: ventral features drive image caption generation and object category classification; early-visual features drive a segmentation task; dorsal features are projected into the frame dimension and aligned to blurry video representations in a VAE latent space to capture motion. Loss weights follow a progressive schedule (starting at 1, rising to 10, decaying back to 1) applied to the four losses with distinct offset periods.
Pretraining and evaluation data. The backbone is pretrained on the DIR and GOD datasets (eight subjects, 1,250 natural images across 200 categories, 3.0-Tesla Siemens MAGNETOM Verio scanner; 1,200 images from 150 categories for training and 50 images from 50 categories for testing). Video reconstruction experiments use the cc2017 dataset: per subject, 18 training and 5 testing video clips of 8 minutes each, with test fMRI averaged across 10 repetitions, giving 8640 training and 1200 testing synchronized fMRI-video pairs per subject, at a 2-second temporal resolution with a roughly 6-second temporal shift for hemodynamic delay. Evaluation combines frame-level semantic classification (1,000 ImageNet categories, top-1, averaged over 100 trials), frame-level SSIM and PSNR, video-level action classification (400 Kinetics-400 classes with a VideoMAE-based classifier), and CLIP-pcc for spatiotemporal continuity.
Why This Matters
Impact on research. The paper argues that the field's standard evaluation protocol — training and testing on the same subjects — hides a practical failure mode that matters most in clinical use. By re-framing the task as subject-agnostic and showing that a purpose-built architecture can beat a data-level alignment method that uses all subjects' fMRI for pretraining, it sets a different target for the community: generalization across people, not peak accuracy on one person.
Real-world applications (as framed by the authors):
- Large-scale clinical screening, where a model must handle many new individuals rather than one trained individual.
- Clinical rehabilitation contexts that cannot afford lengthy per-patient model training.
- Detection or assessment contexts involving conditions such as schizophrenia, hallucinations, or cognitive impairments, where the authors say subject-specific models are impractical due to retraining cost.
- Real-time clinical and neuroscience applications, which the authors cite as the reason cross-subject generalization is essential.
Industry relevance. The 10-second inference without retraining is the key practical claim: it shifts brain-decoding deployment from a per-patient calibration project to a fixed-model inference service. That is relevant to neurotechnology and medical-device companies exploring brain-computer interfaces and diagnostic tooling, where per-subject training time and compute cost are direct barriers to scale. The paper reports a 7% average accuracy drop relative to fully subject-specific pipelines as the price of this convenience.
Future Directions
- Scaling to more subjects. The authors state that the inter-subject contrastive training paradigm becomes more effective and more stable as the number of subjects increases, which suggests larger multi-subject cohorts as an open direction; the paper does not report results on larger cohorts.
- Resolving borderline ROI assignments. Appendix A.3 notes that dual-stream theory does not give a definitive assignment for every ROI in the visual cortex and that some borderline regions remain ambiguous, so better principled partitioning remains open.
- Clinical validation. The motivating examples (schizophrenia, hallucinations, cognitive impairments, screening, rehabilitation) are presented as motivation rather than as experiments; the paper reports no clinical-population results.
- Comparison against fully subject-specific methods. The paper states that results comparing with subject-specific methods are provided in Appendix C, which is outside the truncated content summarized here, so the size of the real gap against the strongest per-subject pipelines is not established in the main text.
Target Audience
Researchers and graduate students in brain-computer interfaces, computational neuroscience, and multimodal vision-language modeling; clinical and translational researchers interested in fMRI-based diagnostics who need to know whether a decoding model can be deployed on new patients without retraining; and machine learning practitioners studying cross-subject transfer, disentanglement, and contrastive representation learning. Readers focused purely on within-subject reconstruction benchmarks will find the value here lies in the problem formulation and the cross-subject architecture rather than in absolute reconstruction quality.
Authors’ abstract
Subject-agnostic brain decoding, which aims to reconstruct continuous visual experiences from fMRI without subject-specific training, holds great potential for clinical applications. However, this direction remains underexplored due to challenges in cross-subject generalization and the complex nature of brain signals. In this work, we propose Visual Cortex Flow Architecture (VCFlow), a novel hierarchical decoding framework that explicitly models the ventral-dorsal architecture of the human visual system to learn multi-dimensional representations. By disentangling and leveraging features from early visual cortex, ventral, and dorsal streams, VCFlow captures diverse and complementary cognitive information essential for visual reconstruction. Furthermore, we introduce a feature-level contrastive learning strategy to enhance the extraction of subject-invariant semantic representations, thereby enhancing subject-agnostic applicability to previously unseen subjects. Unlike conventional pipelines that need more than 12 hours of per-subject data and heavy computation, VCFlow sacrifices only 7\% accuracy on average yet generates each reconstructed video in 10 seconds without any retraining, offering a fast and clinically scalable solution. The source code will be released upon acceptance of the paper.