NELGFeb 13, 2020

MODRL/D-AM: Multiobjective Deep Reinforcement Learning Algorithm Using Decomposition and Attention Model for Multiobjective Optimization

arXiv:2002.05484v130 citations
AI Analysis

This work addresses multiobjective optimization problems, such as the traveling salesman problem, with an incremental improvement over existing methods by incorporating attention mechanisms.

The paper tackles the problem of multiobjective optimization by proposing a deep reinforcement learning method that uses decomposition and attention models to better exploit structure features, achieving improved performance on the multiobjective traveling salesman problem compared to a previous method.

Recently, a deep reinforcement learning method is proposed to solve multiobjective optimization problem. In this method, the multiobjective optimization problem is decomposed to a number of single-objective optimization subproblems and all the subproblems are optimized in a collaborative manner. Each subproblem is modeled with a pointer network and the model is trained with reinforcement learning. However, when pointer network extracts the features of an instance, it ignores the underlying structure information of the input nodes. Thus, this paper proposes a multiobjective deep reinforcement learning method using decomposition and attention model to solve multiobjective optimization problem. In our method, each subproblem is solved by an attention model, which can exploit the structure features as well as node features of input nodes. The experiment results on multiobjective travelling salesman problem show the proposed algorithm achieves better performance compared with the previous method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes