paper-with-me

홈 › Papers

Predict NAS Multi-Task by Stacking Ensemble Models using GP-NAS

2023-05-02 · Ke Zhang

Accurately predicting the performance of architecture with small sample training is an important but not easy task. How to analysis and train dataset to overcome overfitting is the core problem we should deal with. Meanwhile if there is the mult-task problem, we should also think about if we can take advantage of their correlation and estimate as fast as we can. In this track, Super Network builds a search space based on ViT-Base. The search space contain depth, num-heads, mpl-ratio and embed-dim. What we done firstly are pre-processing the data based on our understanding of this problem which can reduce complexity of problem and probability of over fitting. Then we tried different kind of models and different way to combine them. Finally we choose stacking ensemble models using GP-NAS with cross validation. Our stacking model ranked 1st in CVPR 2022 Track 2 Challenge.

📄 PDF Abstract BibTeX arXiv:2305.01667

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Ensemble Learning for Healthcare: A Comparative Analysis of Hybrid Voting and Ensemble Stacking in Obesity Risk Prediction

2025-09-02 · Towhidul Islam, Md Sumon Ali arxiv

Obesity is a critical global health issue driven by dietary, physiological, and environmental factors, and is strongly associated with chronic diseases such as diabetes, cardiovascular disorders, and cancer. Machine lear…

Ensemble LearningOutlier Detection

Evolving Non-linear Stacking Ensembles for Prediction of Go Player Attributes

2015-12-31 · Josef Moudřík, Roman Neruda

The paper presents an application of non-linear stacking ensembles for prediction of Go player attributes. An evolutionary algorithm is used to form a diverse ensemble of base learners, which are then aggregated by a sta…

Prediction

Regularized boosting with an increasing coefficient magnitude stop criterion as meta-learner in hyperparameter optimization stacking ensemble

2024-02-02 · Laura Fdez-Díaz, José Ramón Quevedo, Elena Montañés

In Hyperparameter Optimization (HPO), only the hyperparameter configuration with the best performance is chosen after performing several trials, then, discarding the effort of training all the models with every hyperpara…

Ensemble LearningHyperparameter Optimization

Optimal Ensemble Construction for Multi-Study Prediction with Applications to COVID-19 Excess Mortality Estimation

2021-09-19 · Gabriel Loewinger, Rolando Acosta Nunez, Rahul Mazumder, Giovanni Parmigiani

It is increasingly common to encounter prediction tasks in the biomedical sciences for which multiple datasets are available for model training. Common approaches such as pooling datasets and applying standard statistica…

Mortality PredictionPrediction

Gestalt: a Stacking Ensemble for SQuAD2.0

2020-04-02 · Mohamed El-Geish

We propose a deep-learning system -- for the SQuAD2.0 task -- that finds, or indicates the lack of, a correct answer to a question in a context paragraph. Our goal is to learn an ensemble of heterogeneous SQuAD2.0 models…