Amortized Active Generation of Pareto Sets
Daniel M. Steinberg, Asiri Wijesinghe, Rafael Oliveira, Piotr Koniusz, Cheng Soon Ong, Edwin V. Bonilla
TL;DR
This work presents Amortized Active Generation of Pareto Sets (A-GPS), a framework for online, discrete black-box multi-objective optimization that learns a conditional generative model of the Pareto set and supports a-posteriori user preferences through preference direction vectors. A-GPS uses a non-dominance class probability estimator to implicitly approximate the probability of hypervolume improvement (PHVI) and couples it with alignment cues to guide sampling toward preferred trade-offs, all within an amortized objective that updates online without retraining. The method avoids explicit hypervolume computations, scales to high-dimensional design spaces, and demonstrates strong sample efficiency across synthetic benchmarks and protein-design tasks, with additional ablations and discussions on practical considerations. The approach offers flexible, preference-conditioned exploration, enabling practitioners to tailor Pareto front sampling after model training and during design iterations. Code and experiments are provided to support reproducibility and extension to other generative backbones.
Abstract
We introduce active generation of Pareto sets (A-GPS), a new framework for online discrete black-box multi-objective optimization (MOO). A-GPS learns a generative model of the Pareto set that supports a-posteriori conditioning on user preferences. The method employs a class probability estimator (CPE) to predict non-dominance relations and to condition the generative model toward high-performing regions of the search space. We also show that this non-dominance CPE implicitly estimates the probability of hypervolume improvement (PHVI). To incorporate subjective trade-offs, A-GPS introduces preference direction vectors that encode user-specified preferences in objective space. At each iteration, the model is updated using both Pareto membership and alignment with these preference directions, producing an amortized generative model capable of sampling across the Pareto front without retraining. The result is a simple yet powerful approach that achieves high-quality Pareto set approximations, avoids explicit hypervolume computation, and flexibly captures user preferences. Empirical results on synthetic benchmarks and protein design tasks demonstrate strong sample efficiency and effective preference incorporation.
