Fast and Practical Neural Architecture Search
In this paper, we propose a fast and practical neural architecture search (FPNAS) framework for automatic network design. FPNAS aims to discover extremely efficient networks with less than 300M FLOPs. Different from previous NAS methods, our approach searches for the whole network architecture to guarantee block diversity instead of stacking a set of similar blocks repeatedly. We model the search process as a bi-level optimization problem and propose an approximation solution. On CIFAR-10, our approach is capable of design networks with comparable performance to state-of-the-arts while using orders of magnitude less computational resource with only 20 GPU hours. Experimental results on ImageNet and ADE20K datasets further demonstrate transferability of the searched networks.
Code (1)
Tasks
DiversityGPUNeural Architecture SearchMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Optimizing Neural Network Architecture for Medical Image Segmentation Using Monte Carlo Tree Search
This paper proposes a novel medical image segmentation framework, MNAS-Unet, which combines Monte Carlo Tree Search (MCTS) and Neural Architecture Search (NAS). MNAS-Unet dynamically explores promising network architectu…
Neural Architecture SearchMedical Image SegmentationTowards Fast Adaptation of Neural Architectures with Meta Learning
Recently, Neural Architecture Search (NAS) has been successfully applied to multiple artificial intelligence areas and shows better performance compared with hand-designed networks. However, the existing NAS methods only…
Few-Shot LearningMeta-LearningNeural Architecture SearchISyNet: Convolutional Neural Networks design for AI accelerator
In recent years Deep Learning reached significant results in many practical problems, such as computer vision, natural language processing, speech recognition and many others. For many years the main goal of the research…
Image ClassificationNeural Architecture SearchObject Detectionspeech-recognitionMicroNAS: Zero-Shot Neural Architecture Search for MCUs
Neural Architecture Search (NAS) effectively discovers new Convolutional Neural Network (CNN) architectures, particularly for accuracy optimization. However, prior approaches often require resource-intensive training on …
Edge-computingNeural Architecture SearchZenDet: Revisiting Efficient Object Detection Backbones from Zero-Shot Neural Architecture Search
In object detection models, the detection backbone consumes more than half of the overall inference cost. Recent researches attempt to reduce this cost by optimizing the backbone architecture with the help of Neural Arch…
GPUNeural Architecture SearchObjectobject-detection+1