LGMLJan 3, 2020

Automated Relational Meta-learning

arXiv:2001.00745v1102 citations
AI Analysis

This work addresses task heterogeneity in meta-learning for efficient learning with small data, offering an automated approach to improve model interpretability and performance, though it appears incremental as it builds on existing task-specific methods.

The paper tackled the challenge of task heterogeneity in meta-learning by proposing an automated relational meta-learning framework that extracts cross-task relations and constructs a meta-knowledge graph, resulting in superior performance over state-of-the-art baselines in experiments on 2D toy regression and few-shot image classification.

In order to efficiently learn with small amount of data on new tasks, meta-learning transfers knowledge learned from previous tasks to the new ones. However, a critical challenge in meta-learning is the task heterogeneity which cannot be well handled by traditional globally shared meta-learning methods. In addition, current task-specific meta-learning methods may either suffer from hand-crafted structure design or lack the capability to capture complex relations between tasks. In this paper, motivated by the way of knowledge organization in knowledge bases, we propose an automated relational meta-learning (ARML) framework that automatically extracts the cross-task relations and constructs the meta-knowledge graph. When a new task arrives, it can quickly find the most relevant structure and tailor the learned structure knowledge to the meta-learner. As a result, the proposed framework not only addresses the challenge of task heterogeneity by a learned meta-knowledge graph, but also increases the model interpretability. We conduct extensive experiments on 2D toy regression and few-shot image classification and the results demonstrate the superiority of ARML over state-of-the-art baselines.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes