Chrome Extension
WeChat Mini Program
Use on ChatGLM

Building Optimal Neural Architectures Using Interpretable Knowledge

Computing Research Repository (CoRR)(2024)

University of Alberta | Huawei Technologies Ltd. | Huawei Technologies Canada Ltd. | huawei | Tongji University

Cited 0|Views53
Abstract
Neural Architecture Search is a costly practice. The fact that a search spacecan span a vast number of design choices with each architecture evaluationtaking nontrivial overhead makes it hard for an algorithm to sufficientlyexplore candidate networks. In this paper, we propose AutoBuild, a scheme whichlearns to align the latent embeddings of operations and architecture moduleswith the ground-truth performance of the architectures they appear in. By doingso, AutoBuild is capable of assigning interpretable importance scores toarchitecture modules, such as individual operation features and larger macrooperation sequences such that high-performance neural networks can beconstructed without any need for search. Through experiments performed onstate-of-the-art image classification, segmentation, and Stable Diffusionmodels, we show that by mining a relatively small set of evaluatedarchitectures, AutoBuild can learn to build high-quality architectures directlyor help to reduce search space to focus on relevant areas, finding betterarchitectures that outperform both the original labeled ones and ones found bysearch baselines. Code available athttps://github.com/Ascend-Research/AutoBuild
More
Translated text
Key words
Neural Architecture Search,Stable Diffusion,Inpainting,Classification,Panoptic Segmentation,Segmentation,ImageNet,MS-COCO,eXplainable AI,MobileNets
PDF
Bibtex
AI Read Science
AI Summary
AI Summary is the key point extracted automatically understanding the full text of the paper, including the background, methods, results, conclusions, icons and other key content, so that you can get the outline of the paper at a glance.
Example
Background
Key content
Introduction
Methods
Results
Related work
Fund
Key content
  • Pretraining has recently greatly promoted the development of natural language processing (NLP)
  • We show that M6 outperforms the baselines in multimodal downstream tasks, and the large M6 with 10 parameters can reach a better performance
  • We propose a method called M6 that is able to process information of multiple modalities and perform both single-modal and cross-modal understanding and generation
  • The model is scaled to large model with 10 billion parameters with sophisticated deployment, and the 10 -parameter M6-large is the largest pretrained model in Chinese
  • Experimental results show that our proposed M6 outperforms the baseline in a number of downstream tasks concerning both single modality and multiple modalities We will continue the pretraining of extremely large models by increasing data to explore the limit of its performance
Try using models to generate summary,it takes about 60s
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点:本论文提出了一种名为AutoBuild的方案,通过学习将操作和架构模块的潜在嵌入与它们所出现的架构的实际性能对齐,从而赋予架构模块可解释的重要性得分,如单个操作特征和更大的宏操作序列,从而构建高性能的神经网络。

创新点:AutoBuild可以直接构建高质量的架构或帮助减少搜索空间,找到优于原始标记架构和基线搜索发现的更好架构。

方法:学习将操作和架构模块的潜在嵌入与其实际性能对齐,赋予架构模块可解释的重要性得分。

实验:通过在最先进的图像分类、分割和稳定扩散模型上进行实验,我们展示了通过挖掘相对较小的一组评估过的架构,AutoBuild可以直接构建高质量的架构或帮助减少搜索空间,集中在相关领域上找到更好的架构,它们的性能优于原始标记的架构和基线搜索发现的架构。