English

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

Machine Learning 2023-05-04 v1 Computer Vision and Pattern Recognition Applications Computation

Abstract

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.

Keywords

Cite

@article{arxiv.2305.01667,
  title  = {Predict NAS Multi-Task by Stacking Ensemble Models using GP-NAS},
  author = {Ke Zhang},
  journal= {arXiv preprint arXiv:2305.01667},
  year   = {2023}
}

Comments

Ranked 1st in CVPR 2022 Track 2 Challenge, GP-NAS, Stacking Model, Ensemble Model

R2 v1 2026-06-28T10:23:48.717Z