MedARC-AI / MindEye_Imagery

MIT License
4 stars 0 forks source link

Build denoising autoencoders for imagery data to extract the most meaningful dimensions of variance. #9

Closed reesekneeland closed 5 days ago

reesekneeland commented 4 months ago

This is a good task for people without access to GPUs.

Existing work in the Naselaris lab has built voxel-to-voxel mapping models that extract key dimensions of variance corresponding to the signal in the stimulus. We want to map vision voxels to imagery voxels, but this could also be done to map vision activity patterns to other vision activity patterns, creating a denoising autoencoder for vision, but that is likely a separate research direction.

The task is to, in a cross-validated fashion (train on 5 or 11, test on 1), create a denoising model using the NSD-Imagery data that can produce denoised imagery betas that might be easier for the decoding model to read.

Training Steps:

Testing Steps:

image

jonxuxu commented 4 months ago

Happy to take a stab at this

reesekneeland commented 4 months ago

I believe Cesar is looking at this too, please follow up with him before starting new work so we can avoid duplicating efforts