paper-with-me

홈 › Papers

Biased Pareto Optimization for Subset Selection with Dynamic Cost Constraints

2024-06-18 · Dan-Xuan Liu, Chao Qian

Subset selection with cost constraints aims to select a subset from a ground set to maximize a monotone objective function without exceeding a given budget, which has various applications such as influence maximization and maximum coverage. In real-world scenarios, the budget, representing available resources, may change over time, which requires that algorithms must adapt quickly to new budgets. However, in this dynamic environment, previous algorithms either lack theoretical guarantees or require a long running time. The state-of-the-art algorithm, POMC, is a Pareto optimization approach designed for static problems, lacking consideration for dynamic problems. In this paper, we propose BPODC, enhancing POMC with biased selection and warm-up strategies tailored for dynamic environments. We focus on the ability of BPODC to leverage existing computational results while adapting to budget changes. We prove that BPODC can maintain the best known $(\alpha_f/2)(1-e^{-\alpha_f})$-approximation guarantee when the budget changes. Experiments on influence maximization and maximum coverage show that BPODC adapts more effectively and rapidly to budget changes, with a running time that is less than that of the static greedy algorithm.

📄 PDF Abstract BibTeX arXiv:2406.12383

Code (1)

lamda-bbo/BPODC 공식 구현

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

Pareto Optimization for Subset Selection with Dynamic Partition Matroid Constraints

2020-12-16 · Anh Viet Do, Frank Neumann

In this study, we consider the subset selection problems with submodular or monotone discrete objective functions under partition matroid constraints where the thresholds are dynamic. We focus on POMC, a simple Pareto op…

Solution Subset Selection for Final Decision Making in Evolutionary Multi-Objective Optimization

2020-06-15 · Hisao Ishibuchi, Lie Meng Pang, Ke Shang

In general, a multi-objective optimization problem does not have a single optimal solution but a set of Pareto optimal solutions, which forms the Pareto front in the objective space. Various evolutionary algorithms have …

Decision MakingEvolutionary Algorithms

HeFS: Helper-Enhanced Feature Selection via Pareto-Optimized Genetic Search

2025-10-21 · Yusi Fan, Tian Wang, Zhiying Yan, Chang Liu 외 arxiv

Feature selection is a combinatorial optimization problem that is NP-hard. Conventional approaches often employ heuristic or greedy strategies, which are prone to premature convergence and may fail to capture subtle yet …

Cancer Classification

Subset Selection by Pareto Optimization

2015-12-01 · NeurIPS 2015 12 · Chao Qian, Yang Yu, Zhi-Hua Zhou

Selecting the optimal subset from a large set of variables is a fundamental problem in various learning tasks such as feature selection, sparse regression, dictionary learning, etc. In this paper, we propose the POSS app…

Dictionary Learningfeature selectionregression

Robust Subset Selection by Greedy and Evolutionary Pareto Optimization

2022-05-03 · Chao Bian, Yawen Zhou, Chao Qian

Subset selection, which aims to select a subset from a ground set to maximize some objective function, arises in various applications such as influence maximization and sensor placement. In real-world scenarios, however,…