Adaptive Submodular Meta-Learning
Shaojie Tang, Jing Yuan

TL;DR
This paper introduces an adaptive meta-learning framework for submodular optimization problems, enabling efficient task adaptation with reduced computational costs through a two-phase greedy approach.
Contribution
It proposes a novel adaptive submodular meta-learning model and develops greedy algorithms with approximation guarantees for both monotone and non-monotone cases.
Findings
Two-phase greedy policy achieves 1/2 approximation for monotone case.
Randomized greedy policy achieves 1/32 approximation for non-monotone case.
Meta-learning approach reduces computational overhead at test time.
Abstract
Meta-Learning has gained increasing attention in the machine learning and artificial intelligence communities. In this paper, we introduce and study an adaptive submodular meta-learning problem. The input of our problem is a set of items, where each item has a random state which is initially unknown. The only way to observe an item's state is to select that item. Our objective is to adaptively select a group of items that achieve the best performance over a set of tasks, where each task is represented as an adaptive submodular function that maps sets of items and their states to a real number. To reduce the computational cost while maintaining a personalized solution for each future task, we first select an initial solution set based on previously observed tasks, then adaptively add the remaining items to the initial solution set when a new task arrives. As compared to the solution…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Domain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning
