paper-with-me

홈 › Papers

MONAS: Multi-Objective Neural Architecture Search using Reinforcement Learning

2018-06-27 · Chi-Hung Hsu, Shu-Huan Chang, Jhao-Hong Liang, Hsin-Ping Chou, Chun-Hao Liu, Shih-Chieh Chang, Jia-Yu Pan, Yu-Ting Chen, Wei Wei, Da-Cheng Juan

Recent studies on neural architecture search have shown that automatically designed neural networks perform as good as expert-crafted architectures. While most existing works aim at finding architectures that optimize the prediction accuracy, these architectures may have complexity and is therefore not suitable being deployed on certain computing environment (e.g., with limited power budgets). We propose MONAS, a framework for Multi-Objective Neural Architectural Search that employs reward functions considering both prediction accuracy and other important objectives (e.g., power consumption) when searching for neural network architectures. Experimental results showed that, compared to the state-ofthe-arts, models found by MONAS achieve comparable or better classification accuracy on computer vision applications, while satisfying the additional objectives such as peak power.

📄 PDF Abstract BibTeX arXiv:1806.10332

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationNeural Architecture SearchPredictionreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Neural Architecture Search with an Efficient Multiobjective Evolutionary Framework

2020-11-09 · Maria Baldeon Calisto, Susana Lai-Yuen

Deep learning methods have become very successful at solving many complex tasks such as image classification and segmentation, speech recognition and machine translation. Nevertheless, manually designing a neural network…

Cardiac Segmentationimage-classificationImage ClassificationMachine Translation+3

Searching Toward Pareto-Optimal Device-Aware Neural Architectures

2018-08-29 · An-Chieh Cheng, Jin-Dong Dong, Chi-Hung Hsu, Shu-Huan Chang 외

Recent breakthroughs in Neural Architectural Search (NAS) have achieved state-of-the-art performance in many tasks such as image classification and language understanding. However, most existing works only optimize for m…

image-classificationImage Classification

A Survey on Multi-Objective Neural Architecture Search

2023-07-18 · Seyed Mahdi Shariatzadeh, Mahmood Fathy, Reza Berangi, Mohammad Shahverdy

Recently, the expert-crafted neural architectures is increasing overtaken by the utilization of neural architecture search (NAS) and automatic generation (and tuning) of network structures which has a close relation to t…

AutoMLHyperparameter OptimizationNeural Architecture SearchSurvey

CamoNAS: Neural Architecture Search for Enhanced Camouflaged Object Detection

2026-07-02 · Dawei Ren, Yan Zhang, Hongying Tang, Qiaoling Zhou 외 arxiv

Camouflaged Object Detection (COD) aims to locate and segment objects that blend into their surroundings, presenting challenges due to weak edge cues and ill-defined boundaries. Traditional COD models rely on hand-design…

Neural Architecture SearchObject Detection

Robust 3D Face Alignment with Multi-Path Neural Architecture Search

2024-06-12 · Zhichao Jiang, Hongsong Wang, Xi Teng, Baopu Li

3D face alignment is a very challenging and fundamental problem in computer vision. Existing deep learning-based methods manually design different networks to regress either parameters of a 3D face model or 3D positions …

3D Face AlignmentFace AlignmentFace ModelNeural Architecture Search