The Meta-Learning Problem
Given data from T1,⋯,Tn, quickly solve new task Ttest.
Assume that meta-training tasks and meta-test task drawn i.i.d. from same task distribution.
T1,⋯,Tn∼p(T),Tj∼p(T)
For example, the task can be: a robot performing different tasks or giving feedback to students on different exams.
- k-shot learning: learning with k examples per class (or k examples total for regression)
- N-way classification: choosing between N classes
- k-shot N-way learning:
General recipe for Meta-Learning problem
Black-box Adaptation approach
Optimization-based Adaptation approach
Black-box vs. Optimization-based
Non-Parametric
'Robotics & Perception > Multi-task Learning & Meta-learning' 카테고리의 다른 글
[CS330] 06. Advanced Meta-Learning: Task Construction (0) | 2022.06.15 |
---|---|
[CS330] 02. Multi-Task Learning & Transfer learning Basics (0) | 2022.06.05 |
[CS330] 01. Course Introduction (0) | 2022.06.05 |
[CS330 Chelsea Finn] Deep Multi-task learning and Meta-learning Contents (0) | 2022.04.19 |