English

Scalable Pareto Front Approximation for Deep Multi-Objective Learning

Machine Learning 2021-10-15 v2

Abstract

Multi-objective optimization (MOO) is a prevalent challenge for Deep Learning, however, there exists no scalable MOO solution for truly deep neural networks. Prior work either demand optimizing a new network for every point on the Pareto front, or induce a large overhead to the number of trainable parameters by using hyper-networks conditioned on modifiable preferences. In this paper, we propose to condition the network directly on these preferences by augmenting them to the feature space. Furthermore, we ensure a well-spread Pareto front by penalizing the solutions to maintain a small angle to the preference vector. In a series of experiments, we demonstrate that our Pareto fronts achieve state-of-the-art quality despite being computed significantly faster. Furthermore, we showcase the scalability as our method approximates the full Pareto front on the CelebA dataset with an EfficientNet network at a tiny training time overhead of 7% compared to a simple single-objective optimization. We make our code publicly available at https://github.com/ruchtem/cosmos.

Keywords

Cite

@article{arxiv.2103.13392,
  title  = {Scalable Pareto Front Approximation for Deep Multi-Objective Learning},
  author = {Michael Ruchte and Josif Grabocka},
  journal= {arXiv preprint arXiv:2103.13392},
  year   = {2021}
}

Comments

Accepted at ICDM 2021 as short paper. Adapt title to match published version

R2 v1 2026-06-24T00:31:45.265Z