paper-with-me

Papers

Machine Learning for Online Algorithm Selection under Censored Feedback

2021-09-13 · Alexander Tornede, Viktor Bengs, Eyke Hüllermeier

In online algorithm selection (OAS), instances of an algorithmic problem class are presented to an agent one after another, and the agent has to quickly select a presumably best algorithm from a fixed set of candidate algorithms. For decision problems such as satisfiability (SAT), quality typically refers to the algorithm's runtime. As the latter is known to exhibit a heavy-tail distribution, an algorithm is normally stopped when exceeding a predefined upper time limit. As a consequence, machine learning methods used to optimize an algorithm selection strategy in a data-driven manner need to deal with right-censored samples, a problem that has received little attention in the literature so far. In this work, we revisit multi-armed bandit algorithms for OAS and discuss their capability of dealing with the problem. Moreover, we adapt them towards runtime-oriented losses, allowing for partially censored data while keeping a space- and time-complexity independent of the time horizon. In an extensive experimental evaluation on an adapted version of the ASlib benchmark, we demonstrate that theoretically well-founded methods based on Thompson sampling perform specifically strong and improve in comparison to existing methods.

📄 PDF Abstract BibTeX arXiv:2109.06234

Code (1)

alexandertornede/online_as 공식 구현

Tasks

BIG-bench Machine LearningThompson Sampling

Similar Papers 제목 키워드 기반

Generalization Error Bounds for Learning under Censored Feedback

2024-04-14 · Yifan Yang, Ali Payani, Parinaz Naghizadeh

Generalization error bounds from learning theory provide statistical guarantees on how well an algorithm will perform on previously unseen data. In this paper, we characterize the impacts of data non-IIDness due to censo…

Learning TheoryRecommendation Systems

Online Learning of Independent Cascade Models with Node-level Feedback

2021-09-06 · Shuoguang Yang, Van-Anh Truong

We propose a detailed analysis of the online-learning problem for Independent Cascade (IC) models under node-level feedback. These models have widespread applications in modern social networks. Existing works for IC mode…

parameter estimation

Run2Survive: A Decision-theoretic Approach to Algorithm Selection based on Survival Analysis

2020-07-06 · Alexander Tornede, Marcel Wever, Stefan Werner, Felix Mohr 외

Algorithm selection (AS) deals with the automatic selection of an algorithm from a fixed set of candidate algorithms most suitable for a specific instance of an algorithmic problem class, where "suitability" often refers…

Survival Analysis

Online Learning Approach for Survival Analysis

2024-02-07 · Camila Fernandez, Pierre Gaillard, Joseph de Vilmarest, Olivier Wintenberger

We introduce an online mathematical framework for survival analysis, allowing real time adaptation to dynamic environments and censored data. This framework enables the estimation of event time distributions through an o…

Survival Analysis

Neural interval-censored survival regression with feature selection

2022-06-14 · Carlos García Meixide, Marcos Matabuena, Louis Abraham, Michael R. Kosorok

Survival analysis is a fundamental area of focus in biomedical research, particularly in the context of personalized medicine. This prominence is due to the increasing prevalence of large and high-dimensional datasets, s…

feature selectionregressionSurvival AnalysisVariable Selection