Summary
The paper considers deep networks as a model of the visual stream, specifically V1. The authors systematically study the impact of various biological additions to deep networks on alignment of deep nets' representations with V1 recordings.
Strengths
The paper considers several features of the early visual stream that can be added to deep networks, and tests the influence of those features on image classification performance and V1 alignment. While some individual features have been considered before, the approach and especially ablation studies here are novel and, in my opinion, interesting to the community.
The final result is interesting too: combining all 4 architectural features alone resulted in the best V1 alignment (0.605 vs. 0.594 of the top1 V1 model www.brain-score.org/model/vision/623). Adding adversarial features improved it to 0.629, which seems very significant -- the median V1 score at www.brain-score.org/ is less than 0.5.
Weaknesses
The results in Tab. 3 suggest that V1-like features significantly hurt ImageNet performance -- the best V1 model is 16% less accurate than the best ImageNet model. This is mostly due to adversarial training. I think the authors should discuss why it has such an effect.
Two important ablation studies are missing:
1. Adversarial training only, since it has a big effect on both V1 alignment and ImageNet performance.
2. Untrained networks with all/some biological features. All discussed features change the distribution of neural responses even in untrained networks, so it might be that V1 improvements come from that distribution change alone, not from training with those features.
I also suggest the authors include, at least in the appendix, Brain-Scores for other areas (V2, V4, IT) and behavioural data. This is the standard way to evaluate models on Brain-Score, so having all results would make comparisons to other models easier.
Questions
Is it possible to provide a baseline for the "best possible" V1 score by comparing Brain-Score neural data to itself (e.g. with K-fold cross-validation)? I don't think it was done in the original Brain-Score papers, so it's definitely not a hard requirement here. But it would be a great addition.
### Minor issues
> [Line 20] Advances in neuroscience have long been proposed as essential to realizing the next generation of artifical intelligence (AI).
Is that true? I'm not quite sure… also misspelled artificial
> [22] (e.g, convolutional neural networks and mechanisms of attention) owe their origins to biological intelligence
Conv nets need a citation; attention too, and I’m not sure if attention mechanism in transformers were even inspired by biology on the implementation level (see https://www.frontiersin.org/articles/10.3389/fncom.2020.00029/full which says "While the spirit of
attention in machine learning is certainly inspired by psychology,
its implementations do not always track with what is known
about biological attention, as will be noted below.")
Overall: \cite doesn’t generate links to bibliography?
> [45] In specific
I don’t think this phrase is commonly used. “Specifically” or “in particular” would read better.
> [151] these DoG convolutions were only applied to a fraction of the input feature map
Why?
Fig. 1D can benefit from a more detailed explanation. I want to say the original image is on the right but then the transformation doesn’t preserve retinotopy.
> [209] alternate
Alternative
Color-coding Tab. 3 would be great!
The code is in the supplementary, so the authors should indicate it in the main text (and perhaps add it to github afterwards)
### Rebuttal acknowledgement
I have read the rebuttal and responded to the authors. I think it addressed all (minor) concerns that I had, and I still think 7 (accept) is an appropriate score.
Rating
7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
The limitations and impacts are addressed.