Mechanism for feature learning in neural networks and backpropagation-free machine learning models

post by Matt Goldenberg (mr-hire) · 2024-03-19T14:55:59.296Z · LW · GW · 1 comments

This is a link post for https://www.science.org/doi/10.1126/science.adi5639

Understanding how neural networks learn features, or relevant patterns in data, for prediction is necessary for their reliable use in technological and scientific applications. In this work, we presented a unifying mathematical mechanism, known as Average Gradient Outer Product (AGOP), that characterized feature learning in neural networks. We provided empirical evidence that AGOP captured features learned by various neural network architectures, including transformer-based language models, convolutional networks, multi-layer perceptrons, and recurrent neural networks. Moreover, we demonstrated that AGOP, which is backpropagation-free, enabled feature learning in machine learning models, such as kernel machines, that apriori could not identify task-specific features. Overall, we established a fundamental mechanism that captured feature learning in neural networks and enabled feature learning in general machine learning models.

1 comments

Comments sorted by top scores.

comment by mishka · 2024-03-19T22:15:36.538Z · LW(p) · GW(p)

I don't see a non-paywalled version of this paper, but here are two closely related preprints by the same authors:

"Mechanism of feature learning in deep fully connected networks and kernel machines that recursively learn features", https://arxiv.org/abs/2212.13881

"Mechanism of feature learning in convolutional neural networks", https://arxiv.org/abs/2309.00570