paper-with-me

Papers

Hypernetworks in Meta-Reinforcement Learning

2022-10-20 · Jacob Beck, Matthew Thomas Jackson, Risto Vuorio, Shimon Whiteson

Training a reinforcement learning (RL) agent on a real-world robotics task remains generally impractical due to sample inefficiency. Multi-task RL and meta-RL aim to improve sample efficiency by generalizing over a distribution of related tasks. However, doing so is difficult in practice: In multi-task RL, state of the art methods often fail to outperform a degenerate solution that simply learns each task separately. Hypernetworks are a promising path forward since they replicate the separate policies of the degenerate solution while also allowing for generalization across tasks, and are applicable to meta-RL. However, evidence from supervised learning suggests hypernetwork performance is highly sensitive to the initialization. In this paper, we 1) show that hypernetwork initialization is also a critical factor in meta-RL, and that naive initializations yield poor performance; 2) propose a novel hypernetwork initialization scheme that matches or exceeds the performance of a state-of-the-art approach proposed for supervised settings, as well as being simpler and more general; and 3) use this method to show that hypernetworks can improve performance in meta-RL by evaluating on multiple simulated robotics benchmarks.

📄 PDF Abstract BibTeX arXiv:2210.11348

Code (1)

jacooba/hyper 공식 구현 pytorch

Tasks

Meta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

Recurrent Hypernetworks are Surprisingly Strong in Meta-RL

2023-09-26 · NeurIPS 2023 11 · Jacob Beck, Risto Vuorio, Zheng Xiong, Shimon Whiteson

Deep reinforcement learning (RL) is notoriously impractical to deploy due to sample inefficiency. Meta-RL directly addresses this sample inefficiency by learning to perform few-shot learning when a distribution of relate…

Deep Reinforcement LearningFew-Shot LearningReinforcement Learning (RL)

Hypernetworks for Zero-shot Transfer in Reinforcement Learning

2022-11-28 · Sahand Rezaei-Shoshtari, Charlotte Morissette, Francois Robert Hogan, Gregory Dudek 외

In this paper, hypernetworks are trained to generate behaviors across a range of unseen task conditions, via a novel TD-based training objective and data from a set of near-optimal RL solutions for training tasks. This w…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+2

Generalizing Supervised Deep Learning MRI Reconstruction to Multiple and Unseen Contrasts using Meta-Learning Hypernetworks

2023-07-13 · Sriprabha Ramanarayanan, Arun Palla, Keerthi Ram, Mohanasankar Sivaprakasam

Meta-learning has recently been an emerging data-efficient learning technique for various medical imaging operations and has helped advance contemporary deep learning models. Furthermore, meta-learning enhances the knowl…

Image ReconstructionInductive BiasMeta-LearningMRI Reconstruction+1

DHP: Differentiable Meta Pruning via HyperNetworks

2020-03-30 · ECCV 2020 8 · Yawei Li, Shuhang Gu, Kai Zhang, Luc van Gool 외

Network pruning has been the driving force for the acceleration of neural networks and the alleviation of model storage/transmission burden. With the advent of AutoML and neural architecture search (NAS), pruning has bec…

AutoMLDenoisingimage-classificationImage Classification+5

Principled Weight Initialization for Hypernetworks

2023-12-13 · ICLR 2020 1 · Oscar Chang, Lampros Flokas, Hod Lipson

Hypernetworks are meta neural networks that generate weights for a main neural network in an end-to-end differentiable manner. Despite extensive applications ranging from multi-task learning to Bayesian deep learning, th…

Multi-Task Learning