3 min readfrom Machine Learning

The evaluation resolution has been shown to have a significant impact on the identification of the "learning rule" that exhibits the most brain-like characteristics at V1. [R]

Our take

Recent research challenges a widely held assumption in model-brain comparisons: that untrained convolutional neural networks (CNNs) can rival or exceed backpropagation-trained networks in early visual cortex (V1) representation. This study demonstrates that this apparent alignment is largely an artifact of evaluation resolution. Through rigorous testing across resolutions and learning rules, researchers observed a widening gap between untrained and backpropagation-trained models, highlighting the critical influence of resolution matching.

The recent preprint by Leutwyler, available on arXiv, throws a significant wrench into a frequently cited observation in the burgeoning field of computational neuroscience: the surprising ability of untrained convolutional neural networks (CNNs) to rival, and sometimes even surpass, backpropagation-trained CNNs in their representational similarity to the early visual cortex (V1). This finding, often touted as evidence for the brain's inherent efficiency or the limitations of backpropagation, is now revealed to be largely an artifact of evaluation resolution. This challenges existing interpretations of model-brain comparisons and highlights a crucial methodological consideration. The work builds on previous explorations of weight-space perception, such as those discussed in How much of the weight-space perception gap is actually symmetry? Evidence from ~1.8M fitted SIRENs, which also investigates nuances in how models learn and represent information.

Leutwyler's study meticulously examines the impact of evaluation resolution on the observed alignment between untrained and trained CNNs and the V1. By systematically varying the resolution at which a small CNN, trained on a subset of CIFAR-10, is evaluated against fMRI data from human subjects, the author demonstrates a monotonic widening of the gap between the two. This means the initial, often-cited, observation of untrained networks matching or exceeding trained ones disappears as the evaluation resolution increases. Crucially, the finding isn't unique to untrained networks; similarly trained models, including ResNet-50 and Swin-Tiny, also peak at low resolution, ruling out a training/evaluation mismatch as the sole cause. This rigorous approach, which systematically eliminates alternative explanations like low-level image structure or convergence toward global brightness, strengthens the conclusion that the initial observation was indeed an artifact. The work’s meticulous troubleshooting, including identifying and correcting a batch-norm evaluation-mode bug in previous preprints, underscores the importance of careful validation in this rapidly evolving field. The methodology employed also resonates with efforts to build more efficient spiking language models, as explored in Continued development of the model based on the SSN, demonstrating a broader interest in optimizing neural network architectures.

The implications of this work extend beyond simply debunking a specific finding. It serves as a potent reminder of the critical role of methodological rigor in model-brain comparisons. The tendency to draw sweeping conclusions about the brain’s computational principles from the behavior of relatively simple neural networks is tempered by this demonstration of how easily spurious correlations can arise from subtle experimental choices. While the study acknowledges a separate, somewhat unsettling finding regarding the limitations of current comparison styles – that even a single scalar luminance value can unexpectedly align with V1 responses – the primary takeaway is a call for greater caution and more nuanced interpretation of these comparisons. The fact that learning *does* leave a mark on representations, just not necessarily in the areas typically scrutinized, is a valuable insight in itself.

Looking forward, this research compels us to re-evaluate existing literature claiming the superiority of untrained networks and encourages more careful consideration of evaluation parameters in future studies. The author's suggestion of exploring receptive-field matching, referencing Laskar et al. (2018), offers a promising avenue for further investigation. The question remains: if the readily observed similarities between untrained networks and V1 are largely an artifact of evaluation resolution, what *does* training truly contribute to the emergence of brain-like representations? And perhaps more importantly, what other subtle methodological choices are shaping our understanding of the brain’s computational mechanisms?

The preprint can be accessed via the following link: https://arxiv.org/abs/2608.12408 (q-bio.NC / cs.LG). And for the code: https://github.com/nilsleut/evaluation-resolution-rsa

The following assertion is frequently made in model-brain comparisons: untrained convolutional neural networks (CNNs) have the capacity to match or surpass backpropagation-trained CNNs at the early visual cortex (V1) in representational similarity analysis (RSA). The present study demonstrates that this phenomenon is predominantly an artefact of evaluation resolution.

The configuration comprised a small CNN trained at 32px (CIFAR-10 subset), five learning rules (random init, backprop, feedback alignment, predictive coding, STDP), and was evaluated on THINGS-fMRI stimuli at six resolutions from 32px to 224px. The weights and normalisation were held fixed.

The primary outcome of this study is the observed gap between the untrained and backpropagation-trained (BP) V1 alignment, which widens monotonically across the range of evaluation resolutions examined. Specifically, the gap grows from −0.001±0.007 at 32 pixels to +0.044±0.006 at 224 pixels, a pattern that holds consistently across the entire resolution sweep (n=5 seeds). The result holds across five rule conditions, human fMRI, directionally single-seed macaque ephys, the full training trajectory, and two off-the-shelf 224px-trained models (ResNet-50, Swin-Tiny). Therefore, an artifact resulting from a mismatch between training and evaluation resolution is not a contributing factor, since these models also peak at low resolution.

Following the implementation of bit-identical-weight interventions wherever possible, the following were ruled out: train/eval resolution matching, Gabor/pixel low-level structure, the untrained baseline's uncalibrated batch-norm, and convergence of pooled features towards global brightness (though a single scalar luminance value did reach ρ=0.075 against V1, essentially matching the untrained network's own 0.076 — this is a separate, disconcerting result regarding the limitations of this comparison style).

A content-vs-pooling control (cap image detail at 32px, upsample, vs. allow content to vary freely) demonstrates that the dependence is predominantly contingent on image content, rather than the number of pooled positions.

One effect does survive across all resolutions: backprop > untrained at LOC, observed at every resolution tested. Learning does leave a mark on the representations — just not where the V1 comparisons usually look.

In addition: this process revealed a batch-norm evaluation-mode bug in three of my earlier preprints, which have now been corrected in this release (correction notes on the arXiv pages).

I'm happy to get feedback, especially on the framing around receptive-field matching (as in Laskar et al. 2018) in the discussion. I think it's suggestive, but I didn't test it directly.

submitted by /u/ConfusionSpiritual19
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article