paper-with-me

Papers

A Deep Neural Networks ensemble workflow from hyperparameter search to inference leveraging GPU clusters

2022-08-30 · Pierrick Pochelu, Serge G. Petiton, Bruno Conche

Automated Machine Learning with ensembling (or AutoML with ensembling) seeks to automatically build ensembles of Deep Neural Networks (DNNs) to achieve qualitative predictions. Ensemble of DNNs are well known to avoid over-fitting but they are memory and time consuming approaches. Therefore, an ideal AutoML would produce in one single run time different ensembles regarding accuracy and inference speed. While previous works on AutoML focus to search for the best model to maximize its generalization ability, we rather propose a new AutoML to build a larger library of accurate and diverse individual models to then construct ensembles. First, our extensive benchmarks show asynchronous Hyperband is an efficient and robust way to build a large number of diverse models to combine them. Then, a new ensemble selection method based on a multi-objective greedy algorithm is proposed to generate accurate ensembles by controlling their computing cost. Finally, we propose a novel algorithm to optimize the inference of the DNNs ensemble in a GPU cluster based on allocation optimization. The produced AutoML with ensemble method shows robust results on two datasets using efficiently GPU clusters during both the training phase and the inference phase.

📄 PDF Abstract BibTeX arXiv:2208.14046

Code (0)

등록된 구현이 없습니다.

Tasks

AutoMLGPU

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

AutoML to generate ensembles of deep neural networks

2021-09-29 · Pierrick Pochelu, Serge G. Petiton, Bruno Conche

Automated Machine Learning with ensembling seeks to automatically build ensembles of Deep Neural Networks (DNNs) to achieve qualitative predictions. AutoML and Ensemble of Deep Neural Network produce qualitative results…

AutoMLBIG-bench Machine Learning

Recycling sub-optimial Hyperparameter Optimization models to generate efficient Ensemble Deep Learning

2021-01-01 · Pierrick Pochelu, Bruno Conche, Serge G. Petiton

Ensemble Deep Learning improves accuracy over a single model by combining predictions from multiple models. It has established itself to be the core strategy for tackling the most difficult problems, like winning Kaggle…

Hyperparameter Optimization

On Hyperparameter Search in Cluster Ensembles

2018-03-29 · Luzie Helfmann, Johannes von Lindheim, Mattes Mollenhauer, Ralf Banisch

Quality assessments of models in unsupervised learning and clustering verification in particular have been a long-standing problem in the machine learning research. The lack of robust and universally applicable cluster v…

ClusteringClustering Ensemble

RAINER: A Robust Ensemble Learning Grid Search-Tuned Framework for Rainfall Patterns Prediction

2025-01-28 · Zhenqi Li, Junhao Zhong, Hewei Wang, Jinfeng Xu 외

Rainfall prediction remains a persistent challenge due to the highly nonlinear and complex nature of meteorological data. Existing approaches lack systematic utilization of grid search for optimal hyperparameter tuning, …

Dimensionality ReductionEnsemble LearningFeature EngineeringImputation+2

Improved algorithm for neuronal ensemble inference by Monte Carlo method

2019-11-15 · Shun Kimura, Koujin Takeda

Neuronal ensemble inference is one of the significant problems in the study of biological neural networks. Various methods have been proposed for ensemble inference from their activity data taken experimentally. Here we …

Bayesian Inference