paper-with-me

Papers

Adaptive Submodular Meta-Learning

2020-12-11 · Shaojie Tang, Jing Yuan

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 where a brand new solution is computed for each new task, our meta-learning based approach leads to lower computational overhead at test time since the initial solution set is pre-computed in the training stage. To solve this problem, we propose a two-phase greedy policy and show that it achieves a $1/2$ approximation ratio for the monotone case. For the non-monotone case, we develop a two-phase randomized greedy policy that achieves a $1/32$ approximation ratio.

📄 PDF Abstract BibTeX arXiv:2012.06070

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

A Parameterized Family of Meta-Submodular Functions

2020-06-23 · Mehrdad Ghadiri, Richard Santiago, Bruce Shepherd

Submodular function maximization has found a wealth of new applications in machine learning models during the past years. The related supermodular maximization models (submodular minimization) also offer an abundance of …

Diversity

Robust Adaptive Submodular Maximization

2021-07-23 · Shaojie Tang

The goal of a sequential decision making problem is to design an interactive policy that adaptively selects a group of items, each selection is based on the feedback from the past, in order to maximize the expected utili…

Active LearningDecision MakingMarketingSequential Decision Making

Beyond Pointwise Submodularity: Non-Monotone Adaptive Submodular Maximization in Linear Time

2020-08-11 · Shaojie Tang

In this paper, we study the non-monotone adaptive submodular maximization problem subject to a cardinality constraint. We first revisit the adaptive random greedy algorithm proposed in \citep{gotovos2015non}, where they …

A Unified Approach to Submodular Maximization Under Noise

2025-10-24 · Kshipra Bhawalkar, Yang Cai, Zhe Feng, Christopher Liaw 외 arxiv

We consider the problem of maximizing a submodular function with access to a noisy value oracle for the function instead of an exact value oracle. Similar to prior work, we assume that the noisy oracle is persistent in t…

Budgeted stream-based active learning via adaptive submodular maximization

2016-12-01 · NeurIPS 2016 12 · Kaito Fujii, Hisashi Kashima

Active learning enables us to reduce the annotation cost by adaptively selecting unlabeled instances to be labeled. For pool-based active learning, several effective methods with theoretical guarantees have been develope…

Active Learning