paper-with-me

Papers

Gradient-EM Bayesian Meta-learning

2020-06-21 · NeurIPS 2020 12 · Yayi Zou, Xiaoqi Lu

Bayesian meta-learning enables robust and fast adaptation to new tasks with uncertainty assessment. The key idea behind Bayesian meta-learning is empirical Bayes inference of hierarchical model. In this work, we extend this framework to include a variety of existing methods, before proposing our variant based on gradient-EM algorithm. Our method improves computational efficiency by avoiding back-propagation computation in the meta-update step, which is exhausting for deep neural networks. Furthermore, it provides flexibility to the inner-update optimization procedure by decoupling it from meta-update. Experiments on sinusoidal regression, few-shot image classification, and policy-based reinforcement learning show that our method not only achieves better accuracy with less computation cost, but is also more robust to uncertainty.

📄 PDF Abstract BibTeX arXiv:2006.11764

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyFew-Shot Image Classificationimage-classificationImage ClassificationMeta-LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Bayesian Model-Agnostic Meta-Learning

2018-06-11 · NeurIPS 2018 12 · Taesup Kim, Jaesik Yoon, Ousmane Dia, Sungwoong Kim 외

Learning to infer Bayesian posterior from a few-shot dataset is an important step towards robust meta-learning due to the model uncertainty inherent in the problem. In this paper, we propose a novel Bayesian model-agnost…

Active Learningimage-classificationImage ClassificationMeta-Learning+3

Scalable Bayesian Meta-Learning through Generalized Implicit Gradients

2023-03-31 · Yilang Zhang, Bingcong Li, Shijian Gao, Georgios B. Giannakis

Meta-learning owns unique effectiveness and swiftness in tackling emerging tasks with limited data. Its broad applicability is revealed by viewing it as a bi-level optimization problem. The resultant algorithmic viewpoin…

Meta-Learning

Recasting Gradient-Based Meta-Learning as Hierarchical Bayes

2018-01-26 · ICLR 2018 1 · Erin Grant, Chelsea Finn, Sergey Levine, Trevor Darrell 외

Meta-learning allows an intelligent agent to leverage prior learning episodes as a basis for quickly improving performance on a novel task. Bayesian hierarchical modeling provides a theoretical framework for formalizing …

Meta-Learning

Parameter Identification for Electrochemical Models of Lithium-Ion Batteries Using Bayesian Optimization

2024-05-17 · Jianzong Pi, Samuel Filgueira da Silva, Mehmet Fatih Ozkan, Abhishek Gupta 외

Efficient parameter identification of electrochemical models is crucial for accurate monitoring and control of lithium-ion cells. This process becomes challenging when applied to complex models that rely on a considerabl…

Bayesian OptimizationMetaheuristic Optimization

Meta-Learning for Stochastic Gradient MCMC

2018-06-12 · ICLR 2019 5 · Wenbo Gong, Yingzhen Li, José Miguel Hernández-Lobato

Stochastic gradient Markov chain Monte Carlo (SG-MCMC) has become increasingly popular for simulating posterior samples in large-scale Bayesian modeling. However, existing SG-MCMC schemes are not tailored to any specific…

Efficient ExplorationMeta-LearningPhysical Intuition