LGNov 8, 2022

Hyperparameter optimization in deep multi-target prediction

arXiv:2211.04362v11 citationsh-index: 72
Originality Incremental advance
AI Analysis

It addresses the lack of AutoML tools for multi-target prediction, offering a unified solution for various ML settings, but is incremental as it builds on existing frameworks.

The paper introduces an AutoML framework for multi-target prediction tasks, extending DeepMTP with hyperparameter optimization methods and benchmarking them across datasets to identify performance differences.

As a result of the ever increasing complexity of configuring and fine-tuning machine learning models, the field of automated machine learning (AutoML) has emerged over the past decade. However, software implementations like Auto-WEKA and Auto-sklearn typically focus on classical machine learning (ML) tasks such as classification and regression. Our work can be seen as the first attempt at offering a single AutoML framework for most problem settings that fall under the umbrella of multi-target prediction, which includes popular ML settings such as multi-label classification, multivariate regression, multi-task learning, dyadic prediction, matrix completion, and zero-shot learning. Automated problem selection and model configuration are achieved by extending DeepMTP, a general deep learning framework for MTP problem settings, with popular hyperparameter optimization (HPO) methods. Our extensive benchmarking across different datasets and MTP problem settings identifies cases where specific HPO methods outperform others.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes