paper-with-me

Papers

Hyperparameter Optimization with Differentiable Metafeatures

2021-02-07 · Hadi S. Jomaa, Lars Schmidt-Thieme, Josif Grabocka

Metafeatures, or dataset characteristics, have been shown to improve the performance of hyperparameter optimization (HPO). Conventionally, metafeatures are precomputed and used to measure the similarity between datasets, leading to a better initialization of HPO models. In this paper, we propose a cross dataset surrogate model called Differentiable Metafeature-based Surrogate (DMFBS), that predicts the hyperparameter response, i.e. validation loss, of a model trained on the dataset at hand. In contrast to existing models, DMFBS i) integrates a differentiable metafeature extractor and ii) is optimized using a novel multi-task loss, linking manifold regularization with a dataset similarity measure learned via an auxiliary dataset identification meta-task, effectively enforcing the response approximation for similar datasets to be similar. We compare DMFBS against several recent models for HPO on three large meta-datasets and show that it consistently outperforms all of them with an average 10% improvement. Finally, we provide an extensive ablation study that examines the different components of our approach.

📄 PDF Abstract BibTeX arXiv:2102.03776

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter Optimization

Methods 이 논문이 사용한 방법론

HPO In machine learning, a hyperparameter is a parameter whose value is used to control learning process, and HPO is the problem of choosing a set of optimal hyperparameters for a…

Similar Papers 제목 키워드 기반

Algorithm Selection for Collaborative Filtering: the influence of graph metafeatures and multicriteria metatargets

2018-07-23 · Tiago Cunha, Carlos Soares, André C. P. L. F. de Carvalho

To select the best algorithm for a new problem is an expensive and difficult task. However, there are automatic solutions to address this problem: using Metalearning, which takes advantage of problem characteristics (i.e…

Collaborative Filteringfeature selection

cf2vec: Collaborative Filtering algorithm selection using graph distributed representations

2018-09-17 · Cunha Tiago, Soares Carlos, de Carvalho André C. P. L. F.

Algorithm selection using Metalearning aims to find mappings between problem characteristics (i.e. metafeatures) with relative algorithm performance to predict the best algorithm(s) for new datasets. Therefore, it is of …

Collaborative FilteringRepresentation Learning

Metafeatures-based Rule-Extraction for Classifiers on Behavioral and Textual Data

2020-03-10 · Yanou Ramon, David Martens, Theodoros Evgeniou, Stiene Praet

Machine learning models on behavioral and textual data can result in highly accurate prediction models, but are often very difficult to interpret. Rule-extraction techniques have been proposed to combine the desired pred…

Accelerating Optimization via Differentiable Stopping Time

2025-05-28 · Zhonglin Xie, Yiman Fong, Haoran Yuan, Zaiwen Wen

Optimization is an important module of modern machine learning applications. Tremendous efforts have been made to accelerate optimization algorithms. A common formulation is achieving a lower loss at a given time. This e…

u-cf2vec: Representation Learning for Personalized Algorithm Selection in Recommender Systems

2021-03-09 · Tomas Sousa-Pereira, Tiago Cunha, Carlos Soares

Collaborative Filtering (CF) has become the standard approach to solve recommendation systems (RS) problems. Collaborative Filtering algorithms try to make predictions about interests of a user by collecting the personal…

Collaborative FilteringMeta-LearningRecommendation SystemsRepresentation Learning