Meta learning

Learn to learn

ϕ\phi: learnable component

Find a function FϕF^{\phi} that finds fθf^{\theta}

Training task = training data(support set) + Testing data(query set)

  • ML
    Within-task learning

    L(θ)=ekL(\theta) = \sum e^k training data

  • Meta
Across-task learning

L(ϕ)=lnL(\phi) = \sum l^n training task

Model-agnostic meta-learning(MAML)
Network architecture search(NAS)