LGCVMar 19, 2021

GPNAS: A Neural Network Architecture Search Framework Based on Graphical Predictor

arXiv:2103.11820v6
Originality Incremental advance
AI Analysis

This work addresses efficiency and generalization issues in NAS for researchers and practitioners, though it appears incremental by building on existing methods like BOHB and GCN predictors.

The authors tackled the complex challenges in Neural Architecture Search (NAS) by proposing GPNAS, a framework that decouples network structure from operator search space and incorporates activation functions and initialization methods to improve generalization, achieving significant improvements on multiple datasets.

In practice, the problems encountered in Neural Architecture Search (NAS) training are not simple problems, but often a series of difficult combinations (wrong compensation estimation, curse of dimension, overfitting, high complexity, etc.). In this paper, we propose a framework to decouple network structure from operator search space, and use two BOHBs to search alternatively. Considering that activation function and initialization are also important parts of neural network, the generalization ability of the model will be affected. We introduce an activation function and an initialization method domain, and add them into the operator search space to form a generalized search space, so as to improve the generalization ability of the child model. We then trained a GCN-based predictor using feedback from the child model. This can not only improve the search efficiency, but also solve the problem of dimension curse. Next, unlike other NAS studies, we used predictors to analyze the stability of different network structures. Finally, we applied our framework to neural structure search and achieved significant improvements on multiple datasets.

Foundations

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

Your Notes