Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explaining neural variances #7

Closed
vinbhaskara opened this issue Jan 5, 2021 · 1 comment
Closed

explaining neural variances #7

vinbhaskara opened this issue Jan 5, 2021 · 1 comment

Comments

@vinbhaskara
Copy link

Thank you for the code for the V1Block. Interesting work!

I was wondering how you exactly compared regular convolutional features and the ones from VOneNet to explain the Neural Variances.

Since the paper stresses that this model is SoTA in explaining these, I would be really glad if you can include the code for that too / or if you could point me to existing repositories that do that (if you are aware of any), that'd be great too!

Thanks again!

@tiagogmarques
Copy link
Collaborator

Glad you enjoyed our work!

The VOneNet is implemented exactly like any other regular CNN so the procedure to evaluate the neuronal explained variance was the same.

We used the Brain-Score platform to evaluate the V1 explained variance of the VOneBlock and the other models.
http://www.brain-score.org

All code is available at:
https://github.com/brain-score

Particularly, code for the V1 neuronal dataset are inside the brain-score package:
https://github.com/brain-score/brain-score

The V1 dataset was first used in the following study:
Freeman, J., Ziemba, C. M., Heeger, D. J., Simoncelli, E. P. & Movshon, J. A. A functional and perceptual signature of the second visual area in primates. Nat. Neurosci. 16, 974–981 (2013).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants