paper-with-me

홈 › Papers

Warmstarting of Model-based Algorithm Configuration

2017-09-14 · Marius Lindauer, Frank Hutter

The performance of many hard combinatorial problem solvers depends strongly on their parameter settings, and since manual parameter tuning is both tedious and suboptimal the AI community has recently developed several algorithm configuration (AC) methods to automatically address this problem. While all existing AC methods start the configuration process of an algorithm A from scratch for each new type of benchmark instances, here we propose to exploit information about A's performance on previous benchmarks in order to warmstart its configuration on new types of benchmarks. We introduce two complementary ways in which we can exploit this information to warmstart AC methods based on a predictive model. Experiments for optimizing a very flexible modern SAT solver on twelve different instance sets show that our methods often yield substantial speedups over existing AC methods (up to 165-fold) and can also find substantially better configurations given the same compute budget.

📄 PDF Abstract BibTeX arXiv:1709.04636

Code (0)

등록된 구현이 없습니다.

Tasks

model

Similar Papers 제목 키워드 기반

Warmstarting for Scaling Language Models

2024-11-11 · Neeratyoy Mallik, Maciej Janowski, Johannes Hog, Herilalaina Rakotoarison 외

Scaling model sizes to scale performance has worked remarkably well for the current large language models paradigm. The research and empirical findings of various scaling studies led to novel scaling results and laws tha…

Efficient Automatic Tuning for Data-driven Model Predictive Control via Meta-Learning

2024-03-30 · Baoyu Li, William Edwards, Kris Hauser

AutoMPC is a Python package that automates and optimizes data-driven model predictive control. However, it can be computationally expensive and unstable when exploring large search spaces using pure Bayesian Optimization…

Bayesian OptimizationMeta-LearningModel Predictive Control

When is Warmstarting Effective for Scaling Language Models?

2026-05-13 · Neeratyoy Mallik, Maciej Janowski, Johannes Hog, Herilalaina Rakotoarison 외 arxiv

Model growth from a given checkpoint aims to accelerate training of a larger model, offering potential resource savings. Despite recent interest, warmstarting has seen limited practical adoption in large-scale training. …

Learning from Data-Rich Problems: A Case Study on Genetic Variant Calling

2019-11-12 · Ren Yi, Pi-Chuan Chang, Gunjan Baid, Andrew Carroll

Next Generation Sequencing can sample the whole genome (WGS) or the 1-2% of the genome that codes for proteins called the whole exome (WES). Machine learning approaches to variant calling achieve high accuracy in WGS dat…

Data Augmentation

Auto-PyTorch Tabular: Multi-Fidelity MetaLearning for Efficient and Robust AutoDL

2020-06-24 · Lucas Zimmer, Marius Lindauer, Frank Hutter

While early AutoML frameworks focused on optimizing traditional ML pipelines and their hyperparameters, a recent trend in AutoML is to focus on neural architecture search. In this paper, we introduce Auto-PyTorch, which …

AutoMLNeural Architecture Search