paper-with-me

Papers

Tailoring: encoding inductive biases by optimizing unsupervised objectives at prediction time

2020-09-22 · NeurIPS 2021 12 · Ferran Alet, Maria Bauza, Kenji Kawaguchi, Nurullah Giray Kuru, Tomas Lozano-Perez, Leslie Pack Kaelbling

From CNNs to attention mechanisms, encoding inductive biases into neural networks has been a fruitful source of improvement in machine learning. Adding auxiliary losses to the main objective function is a general way of encoding biases that can help networks learn better representations. However, since auxiliary losses are minimized only on training data, they suffer from the same generalization gap as regular task losses. Moreover, by adding a term to the loss function, the model optimizes a different objective than the one we care about. In this work we address both problems: first, we take inspiration from \textit{transductive learning} and note that after receiving an input but before making a prediction, we can fine-tune our networks on any unsupervised loss. We call this process {\em tailoring}, because we customize the model to each input to ensure our prediction satisfies the inductive bias. Second, we formulate {\em meta-tailoring}, a nested optimization similar to that in meta-learning, and train our models to perform well on the task objective after adapting them using an unsupervised loss. The advantages of tailoring and meta-tailoring are discussed theoretically and demonstrated empirically on a diverse set of examples.

📄 PDF Abstract BibTeX arXiv:2009.10623

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive BiasMeta-LearningTransductive Learning

Similar Papers 제목 키워드 기반

A Survey of Inductive Biases for Factorial Representation-Learning

2016-12-15 · Karl Ridgeway

With the resurgence of interest in neural networks, representation learning has re-emerged as a central focus in artificial intelligence. Representation learning refers to the discovery of useful encodings of data that m…

Inductive BiasNovelty DetectionRepresentation LearningSurvey+1

Enhancing the Inductive Biases of Graph Neural ODE for Modeling Dynamical Systems

2022-09-22 · Suresh Bishnoi, Ravinder Bhattoo, Sayan Ranu, N. M. Anoop Krishnan

Neural networks with physics based inductive biases such as Lagrangian neural networks (LNN), and Hamiltonian neural networks (HNN) learn the dynamics of physical systems by encoding strong inductive biases. Alternativel…

Graph Inductive Biases in Transformers without Message Passing

2023-05-27 · Liheng Ma, Chen Lin, Derek Lim, Adriana Romero-Soriano 외

Transformers for graph data are increasingly widely studied and successful in numerous learning tasks. Graph inductive biases are crucial for Graph Transformers, and previous works incorporate them using message-passing …

Graph ClassificationGraph RegressionInductive BiasNode Classification

Noether Networks: Meta-Learning Useful Conserved Quantities

2021-12-06 · NeurIPS 2021 12 · Ferran Alet, Dylan Doblar, Allan Zhou, Joshua Tenenbaum 외

Progress in machine learning (ML) stems from a combination of data availability, computational resources, and an appropriate encoding of inductive biases. Useful biases often exploit symmetries in the prediction problem,…

Meta-LearningPredictionTranslation

Encoding the Euler Characteristic Transform

2026-06-09 · Nello Blaser, Odin Hoff Gardaa, Lars M. Salbu, Elena Xinyi Wang 외 arxiv

The Euler Characteristic Curve (ECC) records the Euler characteristic of a linearly embedded cell complex as a function of filtration height in a given direction, and the Euler Characteristic Transform (ECT) is the injec…

Point Clouds