paper-with-me

홈 › Papers

Multi-objective Neural Architecture Search via Non-stationary Policy Gradient

2020-01-23 · Zewei Chen, Fengwei Zhou, George Trimponias, Zhenguo Li

Multi-objective Neural Architecture Search (NAS) aims to discover novel architectures in the presence of multiple conflicting objectives. Despite recent progress, the problem of approximating the full Pareto front accurately and efficiently remains challenging. In this work, we explore the novel reinforcement learning (RL) based paradigm of non-stationary policy gradient (NPG). NPG utilizes a non-stationary reward function, and encourages a continuous adaptation of the policy to capture the entire Pareto front efficiently. We introduce two novel reward functions with elements from the dominant paradigms of scalarization and evolution. To handle non-stationarity, we propose a new exploration scheme using cosine temperature decay with warm restarts. For fast and accurate architecture evaluation, we introduce a novel pre-trained shared model that we continuously fine-tune throughout training. Our extensive experimental study with various datasets shows that our framework can approximate the full Pareto front well at fast speeds. Moreover, our discovered cells can achieve supreme predictive performance compared to other multi-objective NAS methods, and other single-objective NAS methods at similar network sizes. Our work demonstrates the potential of NPG as a simple, efficient, and effective paradigm for multi-objective NAS.

📄 PDF Abstract BibTeX arXiv:2001.08437

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture SearchReinforcement 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 제목 키워드 기반

A Robust Policy Bootstrapping Algorithm for Multi-objective Reinforcement Learning in Non-stationary Environments

2023-08-18 · Sherif Abdelfattah, Kathryn Kasmarik, Jiankun Hu

Multi-objective Markov decision processes are a special kind of multi-objective optimization problem that involves sequential decision making while satisfying the Markov property of stochastic processes. Multi-objective …

Decision MakingMulti-Objective Reinforcement Learningreinforcement-learningReinforcement Learning+1

Sample Complexity of Policy Gradient Finding Second-Order Stationary Points

2020-12-02 · Long Yang, Qian Zheng, Gang Pan

The goal of policy-based reinforcement learning (RL) is to search the maximal point of its objective. However, due to the inherent non-concavity of its objective, convergence to a first-order stationary point (FOSP) can …

Policy Gradient MethodsReinforcement Learning (RL)

Global Optimality Guarantees For Policy Gradient Methods

2019-06-05 · Jalaj Bhandari, Daniel Russo

Policy gradients methods apply to complex, poorly understood, control problems by performing stochastic gradient descent over a parameterized class of polices. Unfortunately, even for simple control problems solvable by …

Policy Gradient MethodsReinforcement Learning

Policy Optimization and Multi-agent Reinforcement Learning for Mean-variance Team Stochastic Games

2025-03-28 · Junkai Hu, Li Xia

We study a long-run mean-variance team stochastic game (MV-TSG), where each agent shares a common mean-variance objective for the system and takes actions independently to maximize it. MV-TSG has two main challenges. Fir…

energy managementMulti-agent Reinforcement Learning

Exploration-Exploitation Trade-off in Reinforcement Learning on Online Markov Decision Processes with Global Concave Rewards

2019-05-15 · Wang Chi Cheung

We consider an agent who is involved in a Markov decision process and receives a vector of outcomes every round. Her objective is to maximize a global concave reward function on the average vectorial outcome. The problem…

Reinforcement Learning