paper-with-me

Papers

Meta-Learning Update Rules for Unsupervised Representation Learning

2018-03-31 · ICLR 2019 5 · Luke Metz, Niru Maheswaranathan, Brian Cheung, Jascha Sohl-Dickstein

A major goal of unsupervised learning is to discover data representations that are useful for subsequent tasks, without access to supervised labels during training. Typically, this involves minimizing a surrogate objective, such as the negative log likelihood of a generative model, with the hope that representations useful for subsequent tasks will arise as a side effect. In this work, we propose instead to directly target later desired tasks by meta-learning an unsupervised learning rule which leads to representations useful for those tasks. Specifically, we target semi-supervised classification performance, and we meta-learn an algorithm -- an unsupervised weight update rule -- that produces representations useful for this task. Additionally, we constrain our unsupervised update rule to a be a biologically-motivated, neuron-local function, which enables it to generalize to different neural network architectures, datasets, and data modalities. We show that the meta-learned update rule produces useful features and sometimes outperforms existing unsupervised learning techniques. We further show that the meta-learned unsupervised update rule generalizes to train networks with different widths, depths, and nonlinearities. It also generalizes to train on data with randomly permuted input dimensions and even generalizes from image datasets to a text task.

📄 PDF Abstract BibTeX arXiv:1804.00222

Code (2)

tensorflow/models 공식 구현 tf
tensorflow/models/tree/master/research/learning_unsupervised_learning tf

Tasks

Meta-LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Learning Unsupervised Learning Rules

2019-05-01 · ICLR 2019 5 · Luke Metz, Niru Maheswaranathan, Brian Cheung, Jascha Sohl-Dickstein

A major goal of unsupervised learning is to discover data representations that are useful for subsequent tasks, without access to supervised labels during training. Typically, this goal is approached by minimizing a surr…

Meta-Learning

Augmenting Supervised Learning by Meta-learning Unsupervised Local Rules

2021-03-17 · NeurIPS Workshop Neuro_AI 2019 12 · Jeffrey Cheng, Ari Benjamin, Benjamin Lansdell, Konrad Paul Kordin

The brain performs unsupervised learning and (perhaps) simultaneous supervised learning. This raises the question as to whether a hybrid of supervised and unsupervised methods will produce better learning. Inspired by th…

Meta-Learning

Meta-Learning Bidirectional Update Rules

2021-04-10 · Mark Sandler, Max Vladymyrov, Andrey Zhmoginov, Nolan Miller 외

In this paper, we introduce a new type of generalized neural network where neurons and synapses maintain multiple states. We show that classical gradient-based backpropagation in neural networks can be seen as a special …

Meta-Learning

MTL2L: A Context Aware Neural Optimiser

2020-07-18 · Nicholas I-Hsien Kuo, Mehrtash Harandi, Nicolas Fourrier, Christian Walder 외

Learning to learn (L2L) trains a meta-learner to assist the learning of a task-specific base learner. Previously, it was shown that a meta-learner could learn the direct rules to update learner parameters; and that the l…

Multi-Task Learning

Meta-Learning Parameterized First-Order Optimizers using Differentiable Convex Optimization

2023-03-29 · Tanmay Gautam, Samuel Pfrommer, Somayeh Sojoudi

Conventional optimization methods in machine learning and controls rely heavily on first-order update rules. Selecting the right method and hyperparameters for a particular task often involves trial-and-error or practiti…

Meta-Learning