paper-with-me

홈 › Papers

Meta-Learning the Inductive Biases of Simple Neural Circuits

2022-11-24 · William Dorrell, Maria Yuffa, Peter Latham

Training data is always finite, making it unclear how to generalise to unseen situations. But, animals do generalise, wielding Occam's razor to select a parsimonious explanation of their observations. How they do this is called their inductive bias, and it is implicitly built into the operation of animals' neural circuits. This relationship between an observed circuit and its inductive bias is a useful explanatory window for neuroscience, allowing design choices to be understood normatively. However, it is generally very difficult to map circuit structure to inductive bias. Here, we present a neural network tool to bridge this gap. The tool meta-learns the inductive bias by learning functions that a neural circuit finds easy to generalise, since easy-to-generalise functions are exactly those the circuit chooses to explain incomplete data. In systems with analytically known inductive bias, i.e. linear and kernel regression, our tool recovers it. Generally, we show it can flexibly extract inductive biases from supervised learners, including spiking neural networks, and show how it could be applied to real animals. Finally, we use our tool to interpret recent connectomic data illustrating its intended use: understanding the role of circuit features through the resulting inductive bias.

📄 PDF Abstract BibTeX arXiv:2211.13544

Code (1)

wilburdoz/meta_learning_inductive_bias 공식 구현 pytorch

Tasks

Inductive BiasMeta-Learning

Similar Papers 제목 키워드 기반

Universal linguistic inductive biases via meta-learning

2020-06-29 · R. Thomas McCoy, Erin Grant, Paul Smolensky, Thomas L. Griffiths 외

How do learners acquire languages from the limited data available to them? This process must involve some inductive biases - factors that affect how a learner generalizes - but it is unclear which inductive biases can ex…

Language AcquisitionMeta-Learning

A Closer Look at Learned Optimization: Stability, Robustness, and Inductive Biases

2022-09-22 · James Harrison, Luke Metz, Jascha Sohl-Dickstein

Learned optimizers -- neural networks that are trained to act as optimizers -- have the potential to dramatically accelerate training of machine learning models. However, even when meta-trained across thousands of tasks …

Inductive Bias

Meta-Learning Neural Procedural Biases

2024-06-12 · Christian Raymond, Qi Chen, Bing Xue, Mengjie Zhan

The goal of few-shot learning is to generalize and achieve high performance on new unseen learning tasks, where each task has only a limited number of examples available. Gradient-based meta-learning attempts to address …

Few-Shot LearningMeta-Learning

Teasing Apart Architecture and Initial Weights as Sources of Inductive Bias in Neural Networks

2025-02-27 · Gianluca Bencomo, Max Gupta, Ioana Marinescu, R. Thomas McCoy 외

Artificial neural networks can acquire many aspects of human knowledge from data, making them promising as models of human learning. But what those networks can learn depends upon their inductive biases -- the factors ot…

Inductive BiasMeta-Learning

Distilling Symbolic Priors for Concept Learning into Neural Networks

2024-02-10 · Ioana Marinescu, R. Thomas McCoy, Thomas L. Griffiths

Humans can learn new concepts from a small number of examples by drawing on their inductive biases. These inductive biases have previously been captured by using Bayesian models defined over symbolic hypothesis spaces. I…

Inductive BiasMeta-Learning