paper-with-me

Papers

Online Constrained Meta-Learning: Provable Guarantees for Generalization

2023-09-21 · NeurIPS 2023 11

Meta-learning has attracted attention due to its strong ability to learn experiences from known tasks, which can speed up and enhance the learning process for new tasks. However, most existing meta-learning approaches only can learn from tasks without any constraint. This paper proposes an online constrained meta-learning framework, which continuously learns meta-knowledge from sequential learning tasks, and the learning tasks are subject to hard constraints. Beyond existing meta-learning analyses, we provide the upper bounds of optimality gaps and constraint violations produced by the proposed framework, which considers the dynamic regret of online learning, as well as the generalization ability of the task-specific models. Moreover, we provide a practical algorithm for the framework, and validate its superior effectiveness through experiments conducted on meta-imitation learning and few-shot image classification.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

A Meta-Learning Control Algorithm with Provable Finite-Time Guarantees

2020-08-30 · Deepan Muthirayan, Pramod Khargonekar

In this work we provide provable regret guarantees for an online meta-learning control algorithm in an iterative control setting, where in each iteration the system to be controlled is a linear deterministic system that …

Meta-Learning

Provable Guarantees for Gradient-Based Meta-Learning

2019-02-27 · Mikhail Khodak, Maria-Florina Balcan, Ameet Talwalkar

We study the problem of meta-learning through the lens of online convex optimization, developing a meta-algorithm bridging the gap between popular gradient-based meta-learning and classical regularization-based multi-tas…

Deep LearningGeneralization BoundsMeta-Learning

Constrained Meta Reinforcement Learning with Provable Test-Time Safety

2026-01-29 · Tingting Ni, Maryam Kamgarpour arxiv

Meta reinforcement learning (RL) allows agents to leverage experience across a distribution of tasks on which the agent can train at will, enabling faster learning of optimal policies on new test tasks. Despite its succe…

Reinforcement Learning

Meta-Learning Guarantees for Online Receding Horizon Learning Control

2020-10-21 · Deepan Muthirayan, Pramod P. Khargonekar

In this paper we provide provable regret guarantees for an online meta-learning receding horizon control algorithm in an iterative control setting, where in each iteration the system to be controlled is a linear determin…

Meta-Learning

Sorting out Lipschitz function approximation

2018-11-13 · Cem Anil, James Lucas, Roger Grosse

Training neural networks under a strict Lipschitz constraint is useful for provable adversarial robustness, generalization bounds, interpretable gradients, and Wasserstein distance estimation. By the composition property…

Adversarial RobustnessGeneralization Bounds