Moving Beyond Diffusion: Hierarchy-to-Hierarchy Autoregression for fMRI-to-Image Reconstruction
Xu Zhang, Ruijie Quan, Wenguan Wang, Yi Yang
TL;DR
MindHier reframes fMRI-to-image reconstruction as a coarse-to-fine process that exploits a hierarchy of neural embeddings rather than a fixed high-level feature. It introduces a Hierarchical fMRI Encoder (HFE) that maps fMRI signals to a sequence of embeddings $E=\{\mathbf{e}_1, \dots, \mathbf{e}_M\}$ and aligns them to CLIP features via a structural loss $\mathcal{L}_{MSE}$ and a semantic SoftCLIP loss. The reconstruction is performed by a scale-wise autoregressive generator with scale-aware guidance, where $p(R|E)=\prod_{k=1}^K p(r_k|r_{<k},\mathbf{s}_k)$ and $h_k= M - \left\lfloor M(k-1)/K \right\rfloor$, starting with $s_1=\mathbf{e}_M$ and progressively using $\mathbf{s}_k=\mathbf{e}_{h_k}$. On NSD, MindHier achieves state-of-the-art semantic fidelity with CLIP-based scores reaching $96.4\%$ and competitive structural metrics, while producing a $2.64$-second inference per image—about a $4.67\times$ speedup over diffusion baselines—and more deterministic reconstructions than prior methods. This cognitively aligned framework thus advances efficient, semantically faithful decoding of visual stimuli from brain activity.
Abstract
Reconstructing visual stimuli from fMRI signals is a central challenge bridging machine learning and neuroscience. Recent diffusion-based methods typically map fMRI activity to a single high-level embedding, using it as fixed guidance throughout the entire generation process. However, this fixed guidance collapses hierarchical neural information and is misaligned with the stage-dependent demands of image reconstruction. In response, we propose MindHier, a coarse-to-fine fMRI-to-image reconstruction framework built on scale-wise autoregressive modeling. MindHier introduces three components: a Hierarchical fMRI Encoder to extract multi-level neural embeddings, a Hierarchy-to-Hierarchy Alignment scheme to enforce layer-wise correspondence with CLIP features, and a Scale-Aware Coarse-to-Fine Neural Guidance strategy to inject these embeddings into autoregression at matching scales. These designs make MindHier an efficient and cognitively-aligned alternative to diffusion-based methods by enabling a hierarchical reconstruction process that synthesizes global semantics before refining local details, akin to human visual perception. Extensive experiments on the NSD dataset show that MindHier achieves superior semantic fidelity, 4.67x faster inference, and more deterministic results than the diffusion-based baselines.
