Pareto Frontier Approximation Network (PA-Net) to Solve Bi-objective TSP
Ishaan Mehta, Sharareh Taghipour, and Sajad Saeedi

TL;DR
This paper introduces PA-Net, a reinforcement learning-based neural network that efficiently approximates the Pareto front for the bi-objective TSP, improving solution quality and inference speed, with applications in robotics navigation.
Contribution
The paper proposes PA-Net, a novel neural network architecture trained with Lagrangian relaxation and policy gradient to solve bi-objective TSP, outperforming existing deep RL methods.
Findings
2.3% improvement in Pareto front hypervolume
4.5x faster inference time
Effective application in robotic navigation
Abstract
The travelling salesperson problem (TSP) is a classic resource allocation problem used to find an optimal order of doing a set of tasks while minimizing (or maximizing) an associated objective function. It is widely used in robotics for applications such as planning and scheduling. In this work, we solve TSP for two objectives using reinforcement learning (RL). Often in multi-objective optimization problems, the associated objective functions can be conflicting in nature. In such cases, the optimality is defined in terms of Pareto optimality. A set of these Pareto optimal solutions in the objective space form a Pareto front (or frontier). Each solution has its trade-off. We present the Pareto frontier approximation network (PA-Net), a network that generates good approximations of the Pareto front for the bi-objective travelling salesperson problem (BTSP). Firstly, BTSP is converted into…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Robotic Path Planning Algorithms
