Bidirectional representational alignment between biological and artificial neural networks
Summary
This paper presents a computational framework for steering representational geometry to improve bidirectional alignment between biological and artificial neural networks, showing a 55% relative enhancement in bidirectional predictivity.
View Cached Full Text
Cached at: 08/20/26, 10:24 AM
# Bidirectional Representational Alignment Between Biological and Artificial Neural Networks
Source: [https://arxiv.org/html/2608.18244](https://arxiv.org/html/2608.18244)
Abhinn KaushikBrokoslaw LaschowskiThanks:This research was partially supported by the Schroeder Institute for Brain Innovation and Recovery\.Thanks:S\. Kostousov is with the Department of Physics, University of Toronto, Toronto, ON, Canada; \(e\-mail: samuel\.kostousov@mail\.utoronto\.ca\)\.Thanks:A\. Kaushik is with the Department of Computer Science, University of Toronto, Toronto, ON, Canada; \(e\-mail: abhi\.kaushik@mail\.utoronto\.ca\)\.Thanks:B\. Laschowski is with the Department of Mechanical and Industrial Engineering, University of Toronto, Toronto, ON, Canada; and the KITE Research Institute, University Health Network, Toronto, ON, Canada \(e\-mail: brokoslaw\.laschowski@utoronto\.ca\)\.
###### Abstract
Recent work has shown that representational alignment between biological and artificial neural networks is asymmetric: model representations predict neural responses much better than neural responses predict model representations\. This asymmetry raises the question of whether representational geometry contributes to bidirectional representational alignment\. We hypothesized that steering representational geometry during training can systematically influence bidirectional alignment\. To test this hypothesis, we developed a computational framework that integrates spectral regularization with bidirectional predictivity analyses\. As an initial demonstration, we evaluated our framework using self\-supervised contrastive vision models\. Steering the spectral geometry of the learned representations substantially increased reverse predictivity with modest reductions in forward predictivity, yielding a 55% relative improvement in bidirectional predictivity\. These improvements were accompanied by reduced effective dimensionality and a reorganization of the shared representational subspace, within which forward and reverse predictivity became approximately symmetric at intermediate spectral exponents\. Overall, these findings demonstrate that representational geometry can be systematically steered to modulate bidirectional representational alignment between biological and artificial neural networks\.
###### Index Terms:
representation learning, machine learning, neural networks, representational alignment, mechanistic interpretability, artificial intelligence
## IIntroduction
Understanding how intelligence emerges from neural computations remains a central challenge in both machine learning and computational neuroscience\. One promising approach is representational alignment, which compares the internal representations across different neural networks\. By comparing the internal representations rather than external behavior alone, representational alignment provides a framework for studying the computational principles underlying intelligent systems and contributes to a deeper mechanistic understanding of intelligence\[[1](https://arxiv.org/html/2608.18244#bib.bib1),[2](https://arxiv.org/html/2608.18244#bib.bib2),[3](https://arxiv.org/html/2608.18244#bib.bib3),[4](https://arxiv.org/html/2608.18244#bib.bib4),[5](https://arxiv.org/html/2608.18244#bib.bib5),[6](https://arxiv.org/html/2608.18244#bib.bib6),[7](https://arxiv.org/html/2608.18244#bib.bib7)\]\.
Artificial neural networks can develop representations that predict neural activity despite not being explicitly optimized using neural data\[[8](https://arxiv.org/html/2608.18244#bib.bib8),[3](https://arxiv.org/html/2608.18244#bib.bib3),[9](https://arxiv.org/html/2608.18244#bib.bib9)\]\. This observation is consistent with the Platonic Representation Hypothesis, which suggests that task optimization may recover fundamental principles of neural representation\[[10](https://arxiv.org/html/2608.18244#bib.bib10),[11](https://arxiv.org/html/2608.18244#bib.bib11)\]\. However, improvements in task performance do not always coincide with similar improvements in representational alignment, indicating that additional properties of learned representations may influence alignment\[[12](https://arxiv.org/html/2608.18244#bib.bib12),[7](https://arxiv.org/html/2608.18244#bib.bib7)\]\.
Representational alignment is most commonly evaluated using forward predictivity, which measures how accurately model representations predict neural activity in response to the same stimuli\[[8](https://arxiv.org/html/2608.18244#bib.bib8),[13](https://arxiv.org/html/2608.18244#bib.bib13),[4](https://arxiv.org/html/2608.18244#bib.bib4)\]\. Recently,\[[14](https://arxiv.org/html/2608.18244#bib.bib14)\]introduced reverse predictivity, which measures how accurately neural activity predicts model representations\. Using both metrics, they found a significant asymmetry: model representations predict neural responses much better than neural responses predict model representations\.
Previous research has shown that neural representations exhibit characteristic spectral geometry\[[15](https://arxiv.org/html/2608.18244#bib.bib15)\], while regularizing representational geometry in artificial neural networks can alter the learned representations, model behavior, and alignment\[[16](https://arxiv.org/html/2608.18244#bib.bib16),[17](https://arxiv.org/html/2608.18244#bib.bib17)\]\. We hypothesized that steering representational geometry during learning can systematically influence bidirectional representational alignment\.
To test this hypothesis, we developed a computational framework that combines controlled spectral steering during representation learning with bidirectional predictivity analyses \(Fig\.[1](https://arxiv.org/html/2608.18244#S1.F1)\)\. As an initial demonstration, we applied our framework to self\-supervised contrastive vision models and evaluated their alignment with representations in visual cortex\. Our experiments show that steering representational geometry can substantially reduce forward–reverse predictivity asymmetry \(i\.e\., mainly by increasing reverse predictivity\) and that these changes are accompanied by reduced effective dimensionality and a reorganization of the shared representational subspace\. Overall, this research provides a controlled framework for studying how properties of learned representational geometry influence bidirectional alignment between biological and artificial neural networks\.
Fig\. 1:Our computational framework for studying the relationship between representational geometry and bidirectional representational alignment between biological and artificial neural networks\. During training, a standard learning objective is combined with spectral regularization to steer the spectral geometry of the learned representations by regularizing the spectral decay exponent\. During validation, bidirectional predictivity is evaluated using forward and reverse predictivity on stimuli with neural data\.
## IIMethods
Our framework integrates spectral regularization for steering representational geometry with bidirectional predictivity analyses\. As an initial demonstration, we implemented our framework using self\-supervised contrastive vision models\. Contrastive learning was selected because previous work\[[14](https://arxiv.org/html/2608.18244#bib.bib14)\]has shown that forward–reverse predictivity asymmetry is particularly pronounced in this class of models, providing a suitable setting for evaluating changes in bidirectional representational alignment\. Our source code is available at[https://github\.com/skostousov/Bidirectional\-Representational\-Alignment](https://github.com/skostousov/Bidirectional-Representational-Alignment)for reproducibility\.
### II\-ADataset
To evaluate our framework, we used ImageNet\-1k for model training and a macaque inferotemporal \(IT\) cortex benchmark for evaluation\. Specifically, we trained the model using a subset of ImageNet\-1k\[[18](https://arxiv.org/html/2608.18244#bib.bib18)\]consisting of 100 images from each of the 1,000 classes, with balanced 80/20 training and validation splits\. Class labels were not used during self\-supervised training because the contrastive learning objective depends only on correspondences between independently augmented views of the same image\. Bidirectional alignment was evaluated using an IT cortex benchmark\[[3](https://arxiv.org/html/2608.18244#bib.bib3),[19](https://arxiv.org/html/2608.18244#bib.bib19)\], comprising neural responses from 168 recording sites to 3,200 visual stimuli\. Neural responses were averaged across 50 repeated presentations, and only sites with split\-half reliability greater than 0\.7 were retained\. Neural data were used only for evaluation and did not influence model training, allowing forward and reverse predictivity to be interpreted as post hoc measures of bidirectional representational alignment\.
### II\-BModel
Using these datasets, we implemented our framework using SimCLR\[[20](https://arxiv.org/html/2608.18244#bib.bib20)\], which consists of a ResNet\-50 encoder\[[21](https://arxiv.org/html/2608.18244#bib.bib21)\]followed by a two\-layer projection head that maps image representations into a 128\-dimensional contrastive embedding space\. We trained the baseline model using the standard SimCLR objective\. In the regularized condition, the architecture, optimization procedure, and evaluation protocol were kept fixed, and only the training objective was modified to steer representational geometry through spectral regularization\.
Spectral regularization was applied to encoder\.layer4\.0\.bn1, the first batch\-normalization layer in the first bottleneck block of the encoder’s final residual stage \(encoder\.layer4\.0\)\. This bottleneck block has been reported to exhibit the strongest forward predictivity\[[14](https://arxiv.org/html/2608.18244#bib.bib14)\]\. Activations from encoder\.layer4\.0\.bn1 were used for all subsequent analyses\. For a batch ofBBimages, the activations were flattened into an activation matrixA∈ℝB×DA\\in\\mathbb\{R\}^\{B\\times D\}, whereD=C×H×WD=C\\times H\\times Wdenotes the flattened feature dimension\.
### II\-CTraining
Using this model, we trained our framework following the standard SimCLR protocol\[[20](https://arxiv.org/html/2608.18244#bib.bib20)\]\. Two independently augmented views were generated from each image using the SimCLR augmentation pipeline\. We trained the models for 200 epochs using stochastic gradient descent with momentum, cosine learning\-rate decay with a 10\-epoch warmup, and mixed\-precision training when supported by hardware\. All remaining hyperparameters followed the standard SimCLR implementation\. We used the InfoNCE contrastive learning objective, which maximizes agreement between independently augmented views of the same image while minimizing agreement between views of different images\[[22](https://arxiv.org/html/2608.18244#bib.bib22)\]\. For a batch ofBBimages, the InfoNCE loss was computed as
ℒInfoNCE=−1B∑j=1Blogexp\(sim\(qj,kj\+\)/τ\)∑i=1Bexp\(sim\(qj,ki\)/τ\),\\mathcal\{L\}\_\{\\text\{InfoNCE\}\}=\-\\frac\{1\}\{B\}\\sum\_\{j=1\}^\{B\}\\log\\frac\{\\exp\(\\text\{sim\}\(q\_\{j\},k\_\{j\}^\{\+\}\)/\\tau\)\}\{\\sum\_\{i=1\}^\{B\}\\exp\(\\text\{sim\}\(q\_\{j\},k\_\{i\}\)/\\tau\)\},\(1\)
wheresim\(qj,ki\)\\text\{sim\}\(q\_\{j\},k\_\{i\}\)denotes cosine similarity between embeddings,kj\+k\_\{j\}^\{\+\}is the positive pair corresponding toqjq\_\{j\}, andτ\\tauis the temperature hyperparameter\. In the spectral regularization experiments, we fixedτ=0\.2\\tau=0\.2so that changes in representational geometry could be mainly attributed to spectral regularization\. In addition to the contrastive loss, our framework computes a spectral regularization term from the activations of the selected encoder layer to steer representational geometry during learning\. For each training batch, the activation matrixAAwas used to estimate the eigenspectrum of the learned representations\. The activation matrix was centered across samples, after which we performed a low\-rank singular value decomposition using the first 40 principal components\. The normalized explained variance spectrum was computed from singular valuesSiS\_\{i\}as
λi=Si2∑jSj2\.\\lambda\_\{i\}=\\frac\{S\_\{i\}^\{2\}\}\{\\sum\_\{j\}S\_\{j\}^\{2\}\}\.\(2\)
Assuming that the explained variance spectrum follows an approximate power\-law decay
λi∝i−α,\\lambda\_\{i\}\\propto i^\{\-\\alpha\},\(3\)
where the spectral exponentα\\alphawas estimated by ordinary least squares on the log–log spectrum\[[16](https://arxiv.org/html/2608.18244#bib.bib16)\]\. The fit was computed over principal components 5–15, corresponding to the approximately linear portion of the spectrum\. The spectral regularization term penalized deviations from a target spectral exponentα^\\hat\{\\alpha\}:
ℒspectrum=λ\|α−α^\|,\\mathcal\{L\}\_\{\\text\{spectrum\}\}=\\lambda\|\\alpha\-\\hat\{\\alpha\}\|,\(4\)
whereλ\\lambdacontrols the strength of the spectral regularization\. The total training objective was
ℒtotal=ℒInfoNCE\+ℒspectrum\.\\mathcal\{L\}\_\{\\text\{total\}\}=\\mathcal\{L\}\_\{\\text\{InfoNCE\}\}\+\\mathcal\{L\}\_\{\\text\{spectrum\}\}\.\(5\)
Rather than directly optimizing bidirectional alignment, our framework steers the representational geometry by regularizing the spectral decay exponent\. The target spectral exponentα^\\hat\{\\alpha\}was fixed throughout each training run and initialized to approximately 1, consistent with eigenspectra reported for visual cortex\[[15](https://arxiv.org/html/2608.18244#bib.bib15)\]\. Additional target values were also evaluated to characterize how representational geometry influences bidirectional alignment\. To improve training stability, we introduced the spectral regularization after the first 10 training epochs\.
### II\-DInference
Using the trained framework, we evaluated bidirectional representational alignment using forward and reverse predictivity\. For both metrics, activations were extracted from the selected encoder layer for each stimulus with neural data\. To compute forward explained variance, we fit ridge regression models from the model activations to each recorded neuron using five\-fold cross\-validation\. Predictivity was quantified as the squared reliability\-corrected Pearson correlation between predicted and observed responses on held\-out data, where the raw correlation was divided by the geometric mean of the corresponding split\-half reliabilities before squaring and converting to a percentage\. To compute reverse explained variance, we fit ridge regression models from the neural responses to each model unit using the same cross\-validation and reliability\-correction procedure\. Forward and reverse predictivity were computed by averaging the explained variance across neurons and model units, respectively\. We also computed bidirectional predictivity, an asymmetry\-penalizing composite metric introduced by\[[14](https://arxiv.org/html/2608.18244#bib.bib14)\]:
BPI=2RfwdRrevRfwd\+Rrev,BPI=\\frac\{2R\_\{fwd\}R\_\{rev\}\}\{R\_\{fwd\}\+R\_\{rev\}\},\(6\)
whereRfwdR\_\{fwd\}andRrevR\_\{rev\}denote the forward and reverse explained variance, respectively\. To further characterize the mechanisms underlying bidirectional representational alignment, we identified the top 20% of model units with the highest reverse predictivity, referred to as*common units*, and recalculated forward and reverse predictivity using this subset\. The same analysis was performed for the bottom 20% of units, referred to as*unique units*\. We also evaluated the effective dimensionality of the learned representations\. Using the normalized explained variance spectrum\{λi\}\\\{\\lambda\_\{i\}\\\}computed from the stimuli used for evaluation, we calculated effective dimensionality as the participation ratio:
ED=\(∑iλi\)2∑iλi2\.\\mathrm\{ED\}=\\frac\{\\left\(\\sum\_\{i\}\\lambda\_\{i\}\\right\)^\{2\}\}\{\\sum\_\{i\}\\lambda\_\{i\}^\{2\}\}\.\(7\)
### II\-EExperiments
Using these training and inference procedures, we evaluated our framework across a range of target spectral exponentsα^\\hat\{\\alpha\}and spectral regularization strengthsλ\\lambda\. All remaining training hyperparameters were held fixed\. Evaluations were performed after training due to high computational cost\. All analyses were organized according to the measured spectral exponentα\\alpharather than the target exponentα^\\hat\{\\alpha\}because lower regularization strengths did not always achieve the intended target value\. This allowed us to study how steering representational geometry influenced bidirectional representational alignment independent of the nominal optimization target\. The measured spectral exponent provided a more meaningful explanatory variable than the nominal regularization target\. Models were grouped into measured spectral\-exponent bins of0\.30\.3–0\.50\.5,0\.50\.5–0\.80\.8,0\.80\.8–1\.21\.2, and1\.21\.2–1\.61\.6for analysis, with the unregularized baseline included separately\. Combinations of spectral\-exponent bins and regularization strengths containing fewer than three models were excluded\.
## IIIResults
Fig\. 2:Forward and reverse explained variance across the measured spectral exponents forλ=3\\lambda=3\. The white point is the unregularized baseline\. Error bars represent the median absolute deviation\.Fig\. 3:Forward and reverse explained variance across the measured spectral exponents forλ=2\\lambda=2\. The white point is the unregularized baseline\. Error bars represent the median absolute deviation\.First, we confirmed that spectral regularization was able to steer the representational geometry\. The measured spectral exponents increased with the target spectral exponent, and stronger regularization produced closer agreement between the measured and target values\. We observed no systematic differences in agreement between the measured and target values across the evaluated targets\. Only target values larger than the baseline were evaluated\. These results demonstrate that spectral regularization can systematically steer the spectral geometry of the learned representations\.
We then evaluated how steering representational geometry influenced reverse, forward, and bidirectional predictivity\. Reverse predictivity increased with the measured spectral exponent atλ=3\\lambda=3\(Fig\.[2](https://arxiv.org/html/2608.18244#S3.F2)\)\. Relative to the unregularized baseline, models with larger measuredα\\alphaexhibited higher reverse explained variance, with the largest improvements observed in the highest\-α\\alphabin, where reverse explained variance increased from12%12\\%to29%29\\%\. A similar trend was observed atλ=2\\lambda=2\(Fig\.[3](https://arxiv.org/html/2608.18244#S3.F3)\)\. An exception was the worse\-than\-baseline reverse predictivity for models regularized to a similar spectral exponent as the unregularized baseline\. As shown in Fig\.[4](https://arxiv.org/html/2608.18244#S3.F4), reverse predictivity increased with the measured spectral exponent and regularization strength\. Larger measuredα\\alphawere generally associated with larger reverse explained variance across the population of model units, indicating that improvements were not confined to a small subset \(Fig\.[5](https://arxiv.org/html/2608.18244#S3.F5)\)\.
Fig\. 4:Reverse explained variance as a function of the measured spectral exponentα\\alphaand regularization strengthλ\\lambda\. The white point is the unregularized baseline\. Error bars represent the median absolute deviation\.Fig\. 5:Distributions of reverse explained variance across model units forλ=3\\lambda=3\. The white distribution is the unregularized baseline\. Error bands are the standard error of the mean\.Forward predictivity exhibited a different relationship\. Relative to the baseline, forward explained variance generally decreased under spectral regularization \(Figs\.[2](https://arxiv.org/html/2608.18244#S3.F2)and[3](https://arxiv.org/html/2608.18244#S3.F3)\)\. Unlike reverse predictivity, forward predictivity varied comparatively less across the measuredα\\alphaat a fixed regularization strength\. The distributions of forward explained variance were consistent with these findings \(Fig\.[7](https://arxiv.org/html/2608.18244#S3.F7)\)\. Regularization shifted the distributions toward lower forward explained variance, with relatively small differences across the measured spectral exponents\. Grouping models by measuredα\\alphasuggested that forward predictivity was more strongly associated with spectral regularization strength than with the measured spectral exponent \(Fig\.[8](https://arxiv.org/html/2608.18244#S3.F8)\)\. These findings suggest that larger spectral exponents are primarily associated with increased reverse predictivity, while stronger regularization enables higherα\\alphabut is also associated with reduced forward predictivity\.
To evaluate the net effect of this trade\-off, we computed bidirectional predictivity, which jointly quantifies forward and reverse predictivity while penalizing asymmetry between them\. Bidirectional predictivity increased with the measured spectral exponent \(Fig\.[6](https://arxiv.org/html/2608.18244#S3.F6)\)\. Although steering the representational geometry reduced forward predictivity, it substantially increased reverse predictivity, reducing asymmetry between the two directions and increasing bidirectional predictivity from approximately 20% to 31%, corresponding to a relative improvement of 55%\. Together, these findings demonstrate that spectral regularization can systematically influence bidirectional representational alignment\. The accompanying changes in representational geometry are consistent with our hypothesis that representational geometry contributes to this improvement\.
Fig\. 6:Bidirectional predictivity as a function of the measured spectral exponentα\\alphafor models withλ=3\\lambda=3\. The white point is the unregularized baseline\. Error bars represent the median absolute deviation\.Fig\. 7:Distributions of forward explained variance across recorded neurons for models withλ=3\\lambda=3\. The white distribution represents the unregularized baseline\. Error bands are the standard error of the mean\.Fig\. 8:Forward explained variance as a function of the measured spectral exponentα\\alphaand spectral regularization strengthλ\\lambda\. The white point is the unregularized baseline\. Error bars are the median absolute deviation\.We further studied bidirectional predictivity by separately analyzing common and unique model units\. Here, common units are the top 20% of model units ranked by reverse predictivity, whereas unique units are the bottom 20%\. Because common units are defined according to reverse predictivity, analyzing forward predictivity within this subset allowed us to characterize how representations most strongly shared with neural activity changed under spectral regularization\. As shown in Fig\.[9](https://arxiv.org/html/2608.18244#S3.F9), reverse predictivity among common units increased with the measured spectral exponent, reaching45%45\\%in the highestα\\alphabin while forward predictivity fell to37%37\\%\. Unique units exhibited a similar trend but with substantially smaller gains in reverse predictivity \(Fig\.[10](https://arxiv.org/html/2608.18244#S3.F10)\)\. These results indicate that spectral regularization preferentially reorganizes the representational structure most strongly shared between artificial and biological neural networks, with the largest improvements in reverse predictivity occurring among the common units\.
For intermediate measuredα\\alpha, the forward–reverse asymmetry was nearly eliminated within the common\-unit subspace, with forward and reverse predictivity reaching comparable levels\. This result suggests that steering representational geometry preferentially reorganizes model representations already shared with—and predictive of—neural activity, improving their linear recoverability\. Consistent with this, effective dimensionality decreased as the measuredα\\alphaincreased \(Fig\.[11](https://arxiv.org/html/2608.18244#S3.F11)\), indicating that steering representational geometry progressively concentrates representational variance into fewer effective dimensions\. Together, these findings suggest that improved bidirectional representational alignment is accompanied by a reorganization of the shared representational subspace and a broader concentration of population\-level variance\. Although spectral regularization likely induces multiple changes to the learned representations, these observations are consistent with our hypothesis that representational geometry contributes to improved bidirectional predictivity\.
Fig\. 9:Forward and reverse explained variance for common model units \(top 20% ranked by reverse predictivity\)\. The white point denotes the unregularized baseline\. Error bars are the median absolute deviation\.Fig\. 10:Forward and reverse explained variance for unique model units \(bottom 20% ranked by reverse predictivity\)\. The white point denotes the unregularized baseline\. Error bars are the median absolute deviation\.Fig\. 11:Effective dimensionality as a function of the measured spectral exponentα\\alpha\. The white point represents the unregularized baseline\. Error bars represent the median absolute deviation\.
## IVDiscussion
In this study, we developed a computational framework for steering representational geometry and showed that doing so influences bidirectional representational alignment between biological and artificial neural networks\. Steering the spectral geometry of the learned representations increased reverse predictivity with only modest reductions in forward predictivity, reducing asymmetry between the two directions and improving overall bidirectional predictivity\. These changes were associated with a reorganization of the shared representational subspace and reduced effective dimensionality, providing insight into potential mechanisms underlying the improved representational alignment\.
These findings extend previous work on representational alignment\. For example, task\-optimized models have been shown to develop representations that predict neural activity despite not being explicitly optimized using neural data\[[8](https://arxiv.org/html/2608.18244#bib.bib8),[3](https://arxiv.org/html/2608.18244#bib.bib3),[9](https://arxiv.org/html/2608.18244#bib.bib9)\]\. Recently,\[[14](https://arxiv.org/html/2608.18244#bib.bib14)\]showed that this alignment is asymmetric, with model representations predicting neural responses much better than neural responses predict model representations\. Our research demonstrates that this asymmetry is not fixed, but can be reduced when representational geometry is steered during learning\. Increasing the measured spectral exponent primarily improved reverse predictivity, while forward predictivity was more strongly associated with the regularization strength\. Within the common representational subspace, forward and reverse predictivity became approximately symmetric at intermediate spectral exponents\. Together, these findings demonstrate that forward–reverse asymmetry can be systematically steered by interventions that change the organization of the learned representations and are consistent with representational geometry contributing to this asymmetry\.
Our findings also extend previous work on representational geometry\. For example, research has shown that neural representations exhibit characteristic spectral geometry\[[15](https://arxiv.org/html/2608.18244#bib.bib15)\], while the spectral properties of artificial neural networks have been associated with representation quality and external behavior\[[16](https://arxiv.org/html/2608.18244#bib.bib16)\]\. Building on previous research\[[16](https://arxiv.org/html/2608.18244#bib.bib16)\], our framework applies controlled spectral steering to systematically study its effects on bidirectional representational alignment\.
Notably, we found that bidirectional alignment continued to improve beyond the previously reported spectral exponent of approximatelyα=1\\alpha=1in the visual cortex\[[15](https://arxiv.org/html/2608.18244#bib.bib15)\], indicating that matching this spectral exponent is not itself sufficient to maximize alignment\. Increasing spectral exponents were also associated with reduced effective dimensionality and improved reverse predictivity within the common representational subspace, consistent with previous research linking effective dimensionality to bidirectional representational alignment\[[14](https://arxiv.org/html/2608.18244#bib.bib14)\]\. More broadly, our research establishes representational geometry as a steerable property of learned representations, providing a framework for studying its role in bidirectional representational alignment\.
One limitation of our work is that the spectral exponent provides only one characterization of representational geometry\. Representations with similar spectral exponents may differ in other geometric or statistical properties, and spectral regularization may alter properties of the learned representations beyond the spectral exponent itself\. We found that forward predictivity varied with regularization strength even among models with similar measured spectral exponents, indicating that the observed changes in bidirectional alignment cannot be attributed exclusively to the spectral exponent\. Accordingly, the measured spectral exponent should be interpreted as one property of learned representations associated with changes in alignment rather than as the sole causal determinant of such changes\. Another limitation is the scope of our evaluation\. As a proof\-of\-concept, we demonstrated our framework using a self\-supervised contrastive ResNet\-50 model and evaluated alignment at one model layer using a single neural benchmark\. Whether the observed trends generalize across other architectures, learning objectives, model layers, and datasets remains to be determined\.
These limitations motivate future research\. First, additional properties of representational geometry beyond the spectral exponent should be studied to determine which properties most strongly influence bidirectional representational alignment\. Developing more selective approaches for steering representational geometry, including adaptive or scheduled spectral regularization, could also help disentangle the effects of representational geometry from those introduced by regularization strength\. The generality of our findings should also be evaluated across other architectures, learning objectives, model layers, representations, and datasets\[[23](https://arxiv.org/html/2608.18244#bib.bib23),[24](https://arxiv.org/html/2608.18244#bib.bib24)\]\. Finally, our computational framework could be extended to study the representational alignment between pairs of deep learning models\[[25](https://arxiv.org/html/2608.18244#bib.bib25)\]\. This would allow for more controlled investigations of how representational geometry influences alignment and could inform broader approaches for understanding and interpreting learned representations\[[26](https://arxiv.org/html/2608.18244#bib.bib26),[27](https://arxiv.org/html/2608.18244#bib.bib27)\]\.
## VAcknowledgments
We wish to thank members of the Machine Intelligence Lab for their insightful discussions and feedback\. We dedicate this research to the students and researchers in Ukraine\. Their resilience and unwavering commitment to learning and education continue to serve as a beacon of hope and inspiration to the global academic community\.
## References
- \[1\]Y\. Bengio, A\. Courville, and P\. Vincent, “Representation learning: A review and new perspectives,”IEEE Trans\. Pattern Anal\. Mach\. Intell\., vol\. 35, no\. 8, pp\. 1798–1828, 2013, doi: 10\.1109/TPAMI\.2013\.50\.
- \[2\]K\. Kar and J\. J\. DiCarlo, “The quest for an integrated set of neural mechanisms underlying object recognition in primates,”Annu\. Rev\. Vis\. Sci\., vol\. 10, pp\. 91–121, 2024, doi: 10\.1146/annurev\-vision\-112823\-030616\.
- \[3\]M\. Schrimpfet al\., “Integrative benchmarking to advance neurally mechanistic models of human intelligence,”Neuron, vol\. 108, no\. 3, pp\. 413–423, 2020, doi: 10\.1016/j\.neuron\.2020\.07\.040\.
- \[4\]I\. Sucholutskyet al\., “Getting aligned on representational alignment,”Trans\. Mach\. Learn\. Res\., 2025\.
- \[5\]C\. Olahet al\., “The Building Blocks of Interpretability,”Distill, vol\. 3, no\. 3, 2018, doi: 10\.23915/distill\.00010\.
- \[6\]D\. Bauet al\., “Network Dissection: Quantifying Interpretability of Deep Visual Representations,” inProc\. IEEE Conf\. Comput\. Vis\. Pattern Recognit\. \(CVPR\), 2017, pp\. 6541–6549, doi: 10\.1109/CVPR\.2017\.354\.
- \[7\]S\. Kornblith, M\. Norouzi, H\. Lee, and G\. Hinton, “Similarity of neural network representations revisited,” inProc\. Int\. Conf\. Mach\. Learn\. \(ICML\), 2019, pp\. 3519–3529\.
- \[8\]D\. Yaminset al\., “Performance\-optimized hierarchical models predict neural responses in higher visual cortex,”Proc\. Natl\. Acad\. Sci\. USA, vol\. 111, no\. 23, pp\. 8619–8624, 2014, doi: 10\.1073/pnas\.1403112111\.
- \[9\]C\. Zhuanget al\., “Unsupervised neural network models of the ventral visual stream,”Proc\. Natl\. Acad\. Sci\. U\.S\.A\., vol\. 118, no\. 3, Art\. no\. e2014196118, 2021, doi: 10\.1073/pnas\.2014196118\.
- \[10\]M\. Huh, B\. Cheung, T\. Wang, and P\. Isola, “Position: The Platonic Representation Hypothesis,” inProc\. Int\. Conf\. Mach\. Learn\. \(ICML\), vol\. 235, pp\. 20617–20642, 2024\.
- \[11\]R\. Cao and D\. Yamins, “Explanatory models in neuroscience, Part 2: Functional intelligibility and the contravariance principle,”Cognitive Systems Research, vol\. 85, p\. 101200, 2024, doi: 10\.1016/j\.cogsys\.2023\.101200\.
- \[12\]J\. Kubiliuset al\., “Brain\-like object recognition with high\-performing shallow recurrent ANNs,” inAdvances in Neural Information Processing Systems \(NeurIPS\), 2019\.
- \[13\]J\. Featheret al\., “Brain\-model evaluations need the NeuroAI Turing test,” arXiv preprint, 2025, doi: 10\.48550/arXiv\.2502\.16238\.
- \[14\]S\. Muzellec and K\. Kar, “Reverse predictivity for bidirectional comparison of neural networks and biological brains,”Nature Machine Intelligence, vol\. 8, pp\. 474–488, 2026, doi: 10\.1038/s42256\-026\-01204\-0\.
- \[15\]C\. Stringeret al\., “High\-dimensional geometry of population responses in visual cortex,”Nature, vol\. 571, no\. 7765, pp\. 361–365, 2019, doi: 10\.1038/s41586\-019\-1346\-5\.
- \[16\]R\. Gerumet al\., “Different spectral representations in optimized artificial neural networks and brains,” inProc\. Conf\. Cogn\. Comput\. Neurosci\. \(CCN\), 2022, doi: 10\.32470/CCN\.2022\.1243\-0\.
- \[17\]S\. Leno, A\. Petrovych, and B\. Laschowski, “Topological regularization for neural representational alignment,”bioRxiv, 2026\.
- \[18\]J\. Denget al\., “ImageNet: A large\-scale hierarchical image database,” inProc\. IEEE Conf\. Comput\. Vis\. Pattern Recognit\. \(CVPR\), 2009, pp\. 248–255, doi: 10\.1109/CVPR\.2009\.5206848\.
- \[19\]N\. J\. Majaj, H\. Hong, E\. A\. Solomon, and J\. J\. DiCarlo, “Simple learned weighted sums of inferior temporal neuronal firing rates accurately predict human core object recognition performance,”J\. Neurosci\., vol\. 35, no\. 39, pp\. 13402–13418, 2015, doi: 10\.1523/JNEUROSCI\.5181\-14\.2015\.
- \[20\]T\. Chen, S\. Kornblith, M\. Norouzi, and G\. Hinton, “A simple framework for contrastive learning of visual representations,” inProc\. Int\. Conf\. Mach\. Learn\. \(ICML\), 2020\.
- \[21\]K\. He, X\. Zhang, S\. Ren, and J\. Sun, “Deep residual learning for image recognition,” inProc\. IEEE Conf\. Comput\. Vis\. Pattern Recognit\. \(CVPR\), 2016, pp\. 770–778\.
- \[22\]T\. Wang and P\. Isola, “Understanding contrastive representation learning through alignment and uniformity on the hypersphere,” inProc\. Int\. Conf\. Mach\. Learn\. \(ICML\), 2020\.
- \[23\]B\. Wong and B\. Laschowski, “Diffusion latent representations for neural decoding,”bioRxiv, 2026\.
- \[24\]S\. Zbaranska, A\. Rajeev, S\. Josselyn, and B\. Laschowski, “A brain\-inspired framework for memory prioritization in neural networks based on valence,”bioRxiv, 2026\.
- \[25\]Y\. Bansal, P\. Nakkiran, and B\. Barak, “Revisiting model stitching to compare neural representations,” inAdv\. Neural Inf\. Process\. Syst\. \(NeurIPS\), vol\. 34, pp\. 225–236, 2021\.
- \[26\]G\. Aguilaret al\., “Knowledge distillation from internal representations,” inProc\. AAAI Conf\. Artif\. Intell\., vol\. 34, no\. 05, pp\. 7350–7357, 2020, doi: 10\.1609/aaai\.v34i05\.6229\.
- \[27\]J\. Chow, Y\. Yang, and B\. Laschowski, “Interpreting rewards from inverse reinforcement learning,”bioRxiv, 2026\.Similar Articles
Biological Plausibility and Representational Alignment of Feedback Alignment in Convolutional Networks
This paper evaluates the biological plausibility and representational alignment of feedback alignment algorithms in convolutional networks, comparing them to standard backpropagation on CIFAR-10. The authors find that modified feedback alignment methods converge on internal representations similar to those produced by backpropagation, suggesting functional success through mimicking representational geometry.
Resolving superposition in AI for interpretability and cross-modal alignment in patient-neuronal images
This paper introduces sparse autoencoders to resolve superposition in neural networks, improving interpretability and geometric fidelity of latent spaces, and presents GW-map for cross-modal alignment between image representations and single-cell RNA sequencing data.
Teaching AI to see the world more like we do
Google DeepMind published a paper in Nature detailing a method to align AI visual representations with human cognitive structures, improving model robustness and reliability.
Improving Relative Representations with Learned Anchors and Whitened Inner Products
This paper proposes improvements to Relative Representations by learning robust semantic anchors and using a geometry-aware similarity metric, enabling nearly lossless information transfer and stable zero-shot communication between independently trained models of varying architectures.
Symmetry in the Wild: The Role of Equivariance in Neural Fluid Surrogates
This paper investigates the role of group-equivariant architectures in neural fluid dynamics surrogates, introducing the AB-GATr model. It finds that equivariance is beneficial when data lacks strong alignment, but can degrade performance on highly aligned datasets.