← Search

Arna Ghosh

8 accepted papers

2025

Tracing the Representation Geometry of Language Models from Pretraining to Post-training

NeurIPS 2025poster

Standard training metrics like loss fail to explain the emergence of complex capabilities in large language models. We take a spectral approach to investigate the geometry of learned representations across pretraining and post-training, measuring effective rank (RankMe) and eigenspectrum decay (αReQ…

Cited by 0SourceScholar
2024

Harnessing small projectors and multiple views for efficient vision pretraining

NeurIPS 2024poster

Recent progress in self-supervised (SSL) visual representation learning has led to the development of several different proposed frameworks that rely on augmentations of images but use different loss functions. However, there are few theoretically grounded principles to guide practice, so practical…

2024

Learning Successor Features the Simple Way

NeurIPS 2024poster

In Deep Reinforcement Learning (RL), it is a challenge to learn representations that do not exhibit catastrophic forgetting or interference in non-stationary environments. Successor Features (SFs) offer a potential solution to this challenge. However, canonical techniques for learning SFs from pixel…

2024

Synaptic Weight Distributions Depend on the Geometry of Plasticity

ICLR 2024spotlight

A growing literature in computational neuroscience leverages gradient descent and learning algorithms that approximate it to study synaptic plasticity in the brain. However, the vast majority of this work ignores a critical underlying assumption: the choice of distance for synaptic changes - i.e. th…

2023

How gradient estimator variance and bias impact learning in neural networks

ICLR 2023poster

There is growing interest in understanding how real brains may approximate gradients and how gradients can be used to train neuromorphic chips. However, neither real brains nor neuromorphic chips can perfectly follow the loss gradient, so parameter updates would necessarily use gradient estimators t…

Cited by 9SourcePDFScholar
2023

Learning better with Dale’s Law: A Spectral Perspective

NeurIPS 2023poster

Most recurrent neural networks (RNNs) do not include a fundamental constraint of real neural circuits: Dale's Law, which implies that neurons must be excitatory (E) or inhibitory (I). Dale's Law is generally absent from RNNs because simply partitioning a standard network's units into E and I populat…

2022

$\alpha$-ReQ : Assessing Representation Quality in Self-Supervised Learning by measuring eigenspectrum decay

NeurIPS 2022accept

Self-Supervised Learning (SSL) with large-scale unlabelled datasets enables learning useful representations for multiple downstream tasks. However, assessing the quality of such representations efficiently poses nontrivial challenges. Existing approaches train linear probes (with frozen features) to…

Cited by 35SourcePDFScholar
2022

Beyond accuracy: generalization properties of bio-plausible temporal credit assignment rules

NeurIPS 2022accept

To unveil how the brain learns, ongoing work seeks biologically-plausible approximations of gradient descent algorithms for training recurrent neural networks (RNNs). Yet, beyond task accuracy, it is unclear if such learning rules converge to solutions that exhibit different levels of generalizatio…