A Neural Architecture Search Method using Auxiliary Evaluation Metric based on ResNet Architecture
Shang Wang, Huanrong Tang, Jianquan Ouyang
TL;DR
The paper tackles neural architecture search (NAS) by introducing MO-ResNet, a MOEA/D-based NAS framework that optimizes both accuracy and an auxiliary validation loss $L_{val}$ within a ResNet-inspired, variable-length search space. It uses Chebyshev scalarization $g^{te}$ with weight vectors $oldsymbol{ ho}$, maintains a Pareto front, and evolves architectures via SBX crossover and polynomial mutation, training networks for two objective horizons ${nep}_{train}$ and ${nep}_{full}$. Key contributions include a novel genetic-operator suite, an extended search space built on EvoCNN augmented with skip connections, and a systematic comparison of multi-objective versus single-objective NAS. Empirical results on MNIST, Fashion-MNIST, and CIFAR-100 show competitive performance and reveal that incorporating the auxiliary metric can improve parameter-accuracy trade-offs, with transfer learning experiments suggesting practical applicability to larger datasets like ImageNet.
Abstract
This paper proposes a neural architecture search space using ResNet as a framework, with search objectives including parameters for convolution, pooling, fully connected layers, and connectivity of the residual network. In addition to recognition accuracy, this paper uses the loss value on the validation set as a secondary objective for optimization. The experimental results demonstrate that the search space of this paper together with the optimisation approach can find competitive network architectures on the MNIST, Fashion-MNIST and CIFAR100 datasets.
