Learning from Comparison: Constrained Projection Policy Optimization for Pareto-Front Improvement
Abstract
Lay Summary
Many real-world AI systems must optimize several goals at the same time while also satisfying hard requirements. For example, an analog circuit design should be fast, power-efficient, and compact, but it must also remain stable; a language model tool-use response should be correct, well formatted, and not overly long. Existing reinforcement learning methods often combine these goals into one hand-designed reward, but this can be fragile when objectives have different scales or when feasible solutions are rare. This paper introduces CoPro, a method that learns from comparisons among candidates in the same group and gives more weight to candidates that improve the feasible Pareto front. Experiments on tool-calling tasks and analog circuit design benchmarks show that CoPro improves feasible trade-offs, reduces constraint violations, and produces more stable optimization behavior. This makes it useful for optimization problems where success requires both high performance and reliable constraint satisfaction.