A Parameter-efficient Multi-subject Model for Predicting fMRI Activity
2023-08-04Code Available0· sign in to hype
Connor Lane, Gregory Kiar
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/cmi-dair/algonauts23OfficialIn paperpytorch★ 8
Abstract
This is the Algonauts 2023 submission report for team "BlobGPT". Our model consists of a multi-subject linear encoding head attached to a pretrained trunk model. The multi-subject head consists of three components: (1) a shared multi-layer feature projection, (2) shared plus subject-specific low-dimension linear transformations, and (3) a shared PCA fMRI embedding. In this report, we explain these components in more detail and present some experimental results. Our code is available at https://github.com/cmi-dair/algonauts23.