paper-with-me

Papers

Search Space Adaptation for Differentiable Neural Architecture Search in Image Classification

2022-06-05 · Youngkee Kim, Soyi Jung, Minseok Choi, Joongheon Kim

As deep neural networks achieve unprecedented performance in various tasks, neural architecture search (NAS), a research field for designing neural network architectures with automated processes, is actively underway. More recently, differentiable NAS has a great impact by reducing the search cost to the level of training a single network. Besides, the search space that defines candidate architectures to be searched directly affects the performance of the final architecture. In this paper, we propose an adaptation scheme of the search space by introducing a search scope. The effectiveness of proposed method is demonstrated with ProxylessNAS for the image classification task. Furthermore, we visualize the trajectory of architecture parameter updates and provide insights to improve the architecture search.

📄 PDF Abstract BibTeX arXiv:2206.02098

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationNeural Architecture Search

Methods 이 논문이 사용한 방법론

Cutout Cutout is an image augmentation and regularization technique that randomly masks out square regions of input during training. and can be used to improve the robustness and…
DropPath Just as dropout prevents co-adaptation of activations, DropPath prevents co-adaptation of parallel paths in networks such as…
Adam 설명 없음
REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…
ProxylessNAS ProxylessNAS directly learns neural network architectures on the target task and target hardware without any proxy task. Additional contributions include: - Using a new…

Similar Papers 제목 키워드 기반

UNAS: Differentiable Architecture Search Meets Reinforcement Learning

2019-12-16 · CVPR 2020 6 · Arash Vahdat, Arun Mallya, Ming-Yu Liu, Jan Kautz

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 maintaini…

Neural Architecture Searchreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Network Architecture Search for Domain Adaptation

2020-08-13 · Yichen Li, Xingchao Peng

Deep networks have been used to learn transferable representations for domain adaptation. Existing deep domain adaptation methods systematically employ popular hand-crafted networks designed specifically for image-classi…

Domain Adaptationimage-classificationImage ClassificationNeural Architecture Search

GOLD-NAS: Gradual, One-Level, Differentiable

2020-07-07 · Kaifeng Bi, Lingxi Xie, Xin Chen, Longhui Wei 외

There has been a large literature of neural architecture search, but most existing work made use of heuristic rules that largely constrained the search flexibility. In this paper, we first relax these manually designed c…

image-classificationImage ClassificationNeural Architecture Search

Differentiable Neural Architecture Search in Equivalent Space with Exploration Enhancement

2020-12-01 · NeurIPS 2020 12 · Miao Zhang, Huiqi Li, Shirui Pan, Xiaojun Chang 외

Recent works on One-Shot Neural Architecture Search (NAS) mostly adopt a bilevel optimization scheme to alternatively optimize the supernet weights and architecture parameters after relaxing the discrete search space int…

Bilevel OptimizationNeural Architecture Search

TND-NAS: Towards Non-differentiable Objectives in Progressive Differentiable NAS Framework

2021-11-06 · Bo Lyu, Shiping Wen

Differentiable architecture search has gradually become the mainstream research topic in the field of Neural Architecture Search (NAS) for its high efficiency compared with the early NAS methods. Recent differentiable NA…

GPUNeural Architecture Search