paper-with-me

Papers

Bilevel Optimization for Feature Selection in the Data-Driven Newsvendor Problem

2022-09-12 · Breno Serrano, Stefan Minner, Maximilian Schiffer, Thibaut Vidal

We study the feature-based newsvendor problem, in which a decision-maker has access to historical data consisting of demand observations and exogenous features. In this setting, we investigate feature selection, aiming to derive sparse, explainable models with improved out-of-sample performance. Up to now, state-of-the-art methods utilize regularization, which penalizes the number of selected features or the norm of the solution vector. As an alternative, we introduce a novel bilevel programming formulation. The upper-level problem selects a subset of features that minimizes an estimate of the out-of-sample cost of ordering decisions based on a held-out validation set. The lower-level problem learns the optimal coefficients of the decision function on a training set, using only the features selected by the upper-level. We present a mixed integer linear program reformulation for the bilevel program, which can be solved to optimality with standard optimization solvers. Our computational experiments show that the method accurately recovers ground-truth features already for instances with a sample size of a few hundred observations. In contrast, regularization-based techniques often fail at feature recovery or require thousands of observations to obtain similar accuracy. Regarding out-of-sample generalization, we achieve improved or comparable cost performance.

📄 PDF Abstract BibTeX arXiv:2209.05093

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel OptimizationExplainable Modelsfeature selection

Similar Papers 제목 키워드 기반

Bilevel Coreset Selection in Continual Learning: A New Formulation and Algorithm

2023-09-21 · NeurIPS 2023 11

Coreset is a small set that provides a data summary for a large dataset, such that training solely on the small set achieves competitive performance compared with a large dataset. In rehearsal-based continual learning, t…

Bilevel Optimization: Convergence Analysis and Enhanced Design

2020-10-15 · Kaiyi Ji, Junjie Yang, Yingbin Liang

Bilevel optimization has arisen as a powerful tool for many machine learning problems such as meta-learning, hyperparameter optimization, and reinforcement learning. In this paper, we investigate the nonconvex-strongly-c…

Bilevel OptimizationHyperparameter OptimizationMeta-Learning

Provably Faster Algorithms for Bilevel Optimization and Applications to Meta-Learning

2020-09-28 · Kaiyi Ji, Junjie Yang, Yingbin Liang

Bilevel optimization has arisen as a powerful tool for many machine learning problems such as meta-learning, hyperparameter optimization, and reinforcement learning. In this paper, we investigate the nonconvex-strongly-c…

Bilevel OptimizationHyperparameter OptimizationMeta-Learning

Provably Faster Algorithms for Bilevel Optimization via Without-Replacement Sampling

2024-11-07 · Junyi Li, Heng Huang

Bilevel Optimization has experienced significant advancements recently with the introduction of new efficient algorithms. Mirroring the success in single-level optimization, stochastic gradient-based algorithms are widel…

Bilevel Optimization

BOBCAT: Bilevel Optimization-Based Computerized Adaptive Testing

2021-08-17 · Aritra Ghosh, Andrew Lan

Computerized adaptive testing (CAT) refers to a form of tests that are personalized to every student/test taker. CAT methods adaptively select the next most informative question/item for each student given their response…

Bilevel OptimizationQuestion Selection