Mind2Matter: Creating 3D Models from EEG Signals
Journal:
arXiv
Published Date:
Apr 16, 2025
Abstract
The reconstruction of 3D objects from brain signals has gained significant
attention in brain-computer interface (BCI) research. Current research
predominantly utilizes functional magnetic resonance imaging (fMRI) for 3D
reconstruction tasks due to its excellent spatial resolution. Nevertheless, the
clinical utility of fMRI is limited by its prohibitive costs and inability to
support real-time operations. In comparison, electroencephalography (EEG)
presents distinct advantages as an affordable, non-invasive, and mobile
solution for real-time brain-computer interaction systems. While recent
advances in deep learning have enabled remarkable progress in image generation
from neural data, decoding EEG signals into structured 3D representations
remains largely unexplored. In this paper, we propose a novel framework that
translates EEG recordings into 3D object reconstructions by leveraging neural
decoding techniques and generative models. Our approach involves training an
EEG encoder to extract spatiotemporal visual features, fine-tuning a large
language model to interpret these features into descriptive multimodal outputs,
and leveraging generative 3D Gaussians with layout-guided control to synthesize
the final 3D structures. Experiments demonstrate that our model captures
salient geometric and semantic features, paving the way for applications in
brain-computer interfaces (BCIs), virtual reality, and neuroprosthetics. Our
code is available in https://github.com/sddwwww/Mind2Matter.