pith. sign in

arxiv: 2204.05036 · v1 · pith:E3OJPEBFnew · submitted 2022-04-11 · 💻 cs.LG · cs.AI

Pareto Conditioned Networks

classification 💻 cs.LG cs.AI
keywords networkconditionedparetopolicieslearningmakesmethodmulti-objective
0
0 comments X
read the original abstract

In multi-objective optimization, learning all the policies that reach Pareto-efficient solutions is an expensive process. The set of optimal policies can grow exponentially with the number of objectives, and recovering all solutions requires an exhaustive exploration of the entire state space. We propose Pareto Conditioned Networks (PCN), a method that uses a single neural network to encompass all non-dominated policies. PCN associates every past transition with its episode's return. It trains the network such that, when conditioned on this same return, it should reenact said transition. In doing so we transform the optimization problem into a classification problem. We recover a concrete policy by conditioning the network on the desired Pareto-efficient solution. Our method is stable as it learns in a supervised fashion, thus avoiding moving target issues. Moreover, by using a single network, PCN scales efficiently with the number of objectives. Finally, it makes minimal assumptions on the shape of the Pareto front, which makes it suitable to a wider range of problems than previous state-of-the-art multi-objective reinforcement learning algorithms.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Adaptive Smooth Tchebycheff Attention for Multi-Objective Policy Optimization

    cs.RO 2026-05 unverdicted novelty 7.0

    An adaptive smooth Tchebycheff controller for multi-objective RL lets agents reach non-convex Pareto regions in robotic tasks while avoiding the instability of static non-linear scalarizations.

  2. Learning Fair Pareto-Optimal Policies in Multi-Objective Reinforcement Learning

    cs.LG 2026-06 unverdicted novelty 6.0

    The paper formalizes fair multi-policy MORL and proposes algorithms integrating generalized Gini welfare functions with multi-policy MOQL, including variants for non-stationary and stochastic policies, showing fair po...

  3. SURF: Steering the Scalarization Weight to Uniformly Traverse the Pareto Front

    cs.LG 2026-05 unverdicted novelty 6.0

    SURF derives weight sampling rules from the arc-length CDF of the scalarization path to uniformly traverse the Pareto front in multi-objective optimization.