English

Building Optimal Neural Architectures using Interpretable Knowledge

Computer Vision and Pattern Recognition 2024-03-21 v1 Artificial Intelligence Machine Learning

Abstract

Neural Architecture Search is a costly practice. The fact that a search space can span a vast number of design choices with each architecture evaluation taking nontrivial overhead makes it hard for an algorithm to sufficiently explore candidate networks. In this paper, we propose AutoBuild, a scheme which learns to align the latent embeddings of operations and architecture modules with the ground-truth performance of the architectures they appear in. By doing so, AutoBuild is capable of assigning interpretable importance scores to architecture modules, such as individual operation features and larger macro operation sequences such that high-performance neural networks can be constructed without any need for search. Through experiments performed on state-of-the-art image classification, segmentation, and Stable Diffusion models, we show that by mining a relatively small set of evaluated architectures, AutoBuild can learn to build high-quality architectures directly or help to reduce search space to focus on relevant areas, finding better architectures that outperform both the original labeled ones and ones found by search baselines. Code available at https://github.com/Ascend-Research/AutoBuild

Keywords

Cite

@article{arxiv.2403.13293,
  title  = {Building Optimal Neural Architectures using Interpretable Knowledge},
  author = {Keith G. Mills and Fred X. Han and Mohammad Salameh and Shengyao Lu and Chunhua Zhou and Jiao He and Fengyu Sun and Di Niu},
  journal= {arXiv preprint arXiv:2403.13293},
  year   = {2024}
}

Comments

CVPR'24; 18 Pages, 18 Figures, 3 Tables

R2 v1 2026-06-28T15:26:49.537Z