Submodular Meta-Learning
Arman Adibi, Aryan Mokhtari, Hamed Hassani

TL;DR
This paper introduces a discrete meta-learning framework that leverages prior tasks to quickly adapt solutions to new tasks with reduced computational cost, especially effective for submodular functions.
Contribution
It proposes a novel discrete meta-learning approach with algorithms and theoretical guarantees for submodular tasks, extending meta-learning to the discrete domain.
Findings
Significant reduction in computational complexity for new tasks
Effective performance with small loss compared to full optimization
Strong theoretical guarantees for monotone submodular tasks
Abstract
In this paper, we introduce a discrete variant of the meta-learning framework. Meta-learning aims at exploiting prior experience and data to improve performance on future tasks. By now, there exist numerous formulations for meta-learning in the continuous domain. Notably, the Model-Agnostic Meta-Learning (MAML) formulation views each task as a continuous optimization problem and based on prior data learns a suitable initialization that can be adapted to new, unseen tasks after a few simple gradient updates. Motivated by this terminology, we propose a novel meta-learning framework in the discrete domain where each task is equivalent to maximizing a set function under a cardinality constraint. Our approach aims at using prior data, i.e., previously visited tasks, to train a proper initial solution set that can be quickly adapted to a new task at a relatively low computational cost. This…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Data Classification · Infrastructure Maintenance and Monitoring
