paper-with-me

Papers

Profiling Pareto Front With Multi-Objective Stein Variational Gradient Descent

2021-12-01 · NeurIPS 2021 12 · Xingchao Liu, Xin Tong, Qiang Liu

Finding diverse and representative Pareto solutions from the Pareto front is a key challenge in multi-objective optimization (MOO). In this work, we propose a novel gradient-based algorithm for profiling Pareto front by using Stein variational gradient descent (SVGD). We also provide a counterpart of our method based on Langevin dynamics. Our methods iteratively update a set of points in a parallel fashion to push them towards the Pareto front using multiple gradient descent, while encouraging the diversity between the particles by using the repulsive force mechanism in SVGD, or diffusion noise in Langevin dynamics. Compared with existing gradient-based methods that require predefined preference functions, our method can work efficiently in high dimensional problems, and can obtain more diverse solutions evenly distributed in the Pareto front. Moreover, our methods are theoretically guaranteed to converge to the Pareto front. We demonstrate the effectiveness of our method, especially the SVGD algorithm, through extensive experiments, showing its superiority over existing gradient-based algorithms.

📄 PDF Abstract BibTeX

Code (4)

gnobitab/multiobjectivesampling 공식 구현 pytorch
MindSpore-scientific/code-10/tree/main/Profiling-Pareto-Front mindspore
MindSpore-scientific/code-11/tree/main/Profiling-Pareto-Front mindspore
MindSpore-scientific/code-13/tree/main/Profiling-Pareto-Front mindspore

Tasks

Diversity

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Profiling Pareto Front With Multi-Objective Stein Variational Gradient Descent

2021-05-21 · NeurIPS 2021 12 · Xingchao Liu, Xin Tong, Qiang Liu

Finding diverse and representative Pareto solutions from the Pareto front is a key challenge in multi-objective optimization (MOO). In this work, we propose a novel gradient-based algorithm for profiling Pareto front by …

Diversity

Multi-objective Differentiable Neural Architecture Search

2024-02-28 · Rhea Sanjay Sukthanker, Arber Zela, Benedikt Staffler, Samuel Dooley 외

Pareto front profiling in multi-objective optimization (MOO), i.e. finding a diverse set of Pareto optimal solutions, is challenging, especially with expensive objectives like neural network training. Typically, in MOO n…

DecoderLanguage ModellingMachine TranslationNeural Architecture Search

Approximate Bayesian Computation of Bézier Simplices

2021-04-10 · Akinori Tanaka, Akiyoshi Sannai, Ken Kobayashi, Naoki Hamada

B\'ezier simplex fitting algorithms have been recently proposed to approximate the Pareto set/front of multi-objective continuous optimization problems. These new methods have shown to be successful at approximating vari…

A Framework for Controllable Multi-objective Learning with Annealed Stein Variational Hypernetworks

2025-06-07 · Minh-Duc Nguyen, Dung D. Le

Pareto Set Learning (PSL) is popular as an efficient approach to obtaining the complete optimal solution in Multi-objective Learning (MOL). A set of optimal solutions approximates the Pareto set, and its mapping is a set…

Multi-Task Learning

Multi-Objective Optimization via Wasserstein-Fisher-Rao Gradient Flow

2023-11-22 · Yinuo Ren, Tesi Xiao, Tanmay Gangwani, Anshuka Rangi 외

Multi-objective optimization (MOO) aims to optimize multiple, possibly conflicting objectives with widespread applications. We introduce a novel interacting particle method for MOO inspired by molecular dynamics simulati…