In this work, we propose the first autoregressive (AR)-based framework for visual reconstruction from fMRI signals, built upon the Visual Autoregressive Model (VAR).
For technical details and further analysis, please see the report ReMindAR_report.pdf.
The model first decodes fMRI voxel data into multi-scale latent features using an MLP and upsampling modules. These features are then used to guide a visual autoregressive (VAR) model, which progressively predicts finer-scale representations and reconstructs the final image.
Overview of the proposed AR-based fMRI-to-image reconstruction pipeline

Results generated in the VAR pipeline.

Results generated in the joint pipeline (VAR pipeline and CLIP pipeline).

Comparison of ReMindAR’s reconstruction performance on perceptual and semantic evaluation metrics against other models.

git clone https://github.com/99ninew/ReMindAR.gitset.up to create a conda environment that contains all the necessary packages required to run our codes. Then, activate the environment with conda activate remindarcd src
. setup.sh
This repository contains Python files and Jupytor notebooks for
Besides, all the above Jupytor notebooks have corresponding python files.
We refer to the high-level pipeline training and evaluation methods outlined in the MindEye Github repository.
9 commits
Jupyter Notebook
92.0%
Python
8.0%
In this work, we propose the first autoregressive (AR)-based framework for visual reconstruction from fMRI signals, built upon the Visual Autoregressive Model (VAR).
For technical details and further analysis, please see the report ReMindAR_report.pdf.
The model first decodes fMRI voxel data into multi-scale latent features using an MLP and upsampling modules. These features are then used to guide a visual autoregressive (VAR) model, which progressively predicts finer-scale representations and reconstructs the final image.
Overview of the proposed AR-based fMRI-to-image reconstruction pipeline

Results generated in the VAR pipeline.

Results generated in the joint pipeline (VAR pipeline and CLIP pipeline).

Comparison of ReMindAR’s reconstruction performance on perceptual and semantic evaluation metrics against other models.

git clone https://github.com/99ninew/ReMindAR.gitset.up to create a conda environment that contains all the necessary packages required to run our codes. Then, activate the environment with conda activate remindarcd src
. setup.sh
This repository contains Python files and Jupytor notebooks for
Besides, all the above Jupytor notebooks have corresponding python files.
We refer to the high-level pipeline training and evaluation methods outlined in the MindEye Github repository.
9 commits
Jupyter Notebook
92.0%
Python
8.0%