1. 首页
  2. 人工智能
  3. 论文/代码
  4. UNAS:差异化架构搜索与强化学习相结合

UNAS:差异化架构搜索与强化学习相结合

上传者: 2021-01-22 15:49:54上传 .PDF文件 1.03 MB 热度 13次

神经体系结构搜索(NAS)旨在发现具有所需属性(如高精度或低延迟)的网络体系结构。最近,差异化NAS(DNAS)已显示出令人鼓舞的结果,同时保持的搜索成本比基于强化学习(RL)的NAS低几个数量级。..

UNAS: Differentiable Architecture Search Meets Reinforcement Learning

Neural architecture search (NAS) aims to discover network architectures with desired properties such as high accuracy or low latency. Recently, differentiable NAS (DNAS) has demonstrated promising results while maintaining a search cost orders of magnitude lower than reinforcement learning (RL) based NAS.However, DNAS models can only optimize differentiable loss functions in search, and they require an accurate differentiable approximation of non-differentiable criteria. In this work, we present UNAS, a unified framework for NAS, that encapsulates recent DNAS and RL-based approaches under one framework. Our framework brings the best of both worlds, and it enables us to search for architectures with both differentiable and non-differentiable criteria in one unified framework while maintaining a low search cost. Further, we introduce a new objective function for search based on the generalization gap that prevents the selection of architectures prone to overfitting. We present extensive experiments on the CIFAR-10, CIFAR-100, and ImageNet datasets and we perform search in two fundamentally different search spaces. We show that UNAS obtains the state-of-the-art average accuracy on all three datasets when compared to the architectures searched in the DARTS space. Moreover, we show that UNAS can find an efficient and accurate architecture in the ProxylessNAS search space, that outperforms existing MobileNetV2 based architectures. The source code is available at https://github.com/NVlabs/unas .

下载地址
用户评论