paper-with-me

Papers

Dynamic Surrogate Switching: Sample-Efficient Search for Factorization Machine Configurations in Online Recommendations

2022-09-29 · Blaž Škrlj, Adi Schwartz, Jure Ferlež, Davorin Kopič, Naama Ziporin

Hyperparameter optimization is the process of identifying the appropriate hyperparameter configuration of a given machine learning model with regard to a given learning task. For smaller data sets, an exhaustive search is possible; However, when the data size and model complexity increase, the number of configuration evaluations becomes the main computational bottleneck. A promising paradigm for tackling this type of problem is surrogate-based optimization. The main idea underlying this paradigm considers an incrementally updated model of the relation between the hyperparameter space and the output (target) space; the data for this model are obtained by evaluating the main learning engine, which is, for example, a factorization machine-based model. By learning to approximate the hyperparameter-target relation, the surrogate (machine learning) model can be used to score large amounts of hyperparameter configurations, exploring parts of the configuration space beyond the reach of direct machine learning engine evaluation. Commonly, a surrogate is selected prior to optimization initialization and remains the same during the search. We investigated whether dynamic switching of surrogates during the optimization itself is a sensible idea of practical relevance for selecting the most appropriate factorization machine-based models for large-scale online recommendation. We conducted benchmarks on data sets containing hundreds of millions of instances against established baselines such as Random Forest- and Gaussian process-based surrogates. The results indicate that surrogate switching can offer good performance while considering fewer learning engine evaluations.

📄 PDF Abstract BibTeX arXiv:2209.14598

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter Optimization

Similar Papers 제목 키워드 기반

Stage-dependent integer-binary encoding in factorization-machine black-box optimization

2026-06-22 · Ryo Ogawa, Mayumi Nakano, Yuya Seki, Shu Tanaka arxiv

Black-box optimization (BBO) deals with problems where objective functions lack explicit analytical forms and are expensive to evaluate. Factorization machine with quadratic-optimization annealing (FMQA) constructs a sur…

Teacher Forcing as Generalized Bayes: Optimization Geometry Mismatch in Switching Surrogates for Chaotic Dynamics

2026-04-28 · Andre Herz, Daniel Durstewitz, Georgia Koppe arxiv

Identity teacher forcing (ITF) enables stable training of deterministic recurrent surrogates for chaotic dynamical systems and has been highly effective for dynamical systems reconstruction (DSR) with recurrent neural ne…

Deep Switching Auto-Regressive Factorization:Application to Time Series Forecasting

2020-09-10 · Amirreza Farnoosh, Bahar Azari, Sarah Ostadabbas

We introduce deep switching auto-regressive factorization (DSARF), a deep generative model for spatio-temporal data with the capability to unravel recurring patterns in the data and perform robust short- and long-term pr…

Time SeriesTime Series AnalysisTime Series ForecastingTime Series Prediction+2

Surrogate Modeling via Factorization Machine and Ising Model with Enhanced Higher-Order Interaction Learning

2025-07-02 · Anbang Wang, Dunbo Cai, Yu Zhang, Yangqing Huang 외 arxiv

Recently, a surrogate model was proposed that employs a factorization machine to approximate the underlying input-output mapping of the original system, with quantum annealing used to optimize the resulting surrogate fun…

Agentic Bayesian Optimization through Surrogate-Augmented Autoresearch

2026-07-31 · Paul Brunzema, Louis Tiao, Nhat Le, Kevin De Angeli 외 arxiv

Bayesian optimization (BO) has become the standard tool for sample-efficient optimization and owes its efficiency to uncertainty-aware search driven by generic statistical priors. Richer domain priors can improve BO in p…