LGMLMay 24, 2025

Multiple Wasserstein Gradient Descent Algorithm for Multi-Objective Distributional Optimization

arXiv:2505.18765v12 citationsh-index: 12UAI
Originality Incremental advance
AI Analysis

This addresses multi-objective distributional optimization for applications like multi-task learning and generative modeling, representing an incremental advancement in gradient-based methods.

The paper tackles the problem of simultaneously minimizing multiple objective functionals over probability distributions, proposing the Multiple Wasserstein Gradient Descent (MWGraD) algorithm, which uses iterative particle-based updates with dynamically adjusted weights to achieve this optimization effectively.

We address the optimization problem of simultaneously minimizing multiple objective functionals over a family of probability distributions. This type of Multi-Objective Distributional Optimization commonly arises in machine learning and statistics, with applications in areas such as multiple target sampling, multi-task learning, and multi-objective generative modeling. To solve this problem, we propose an iterative particle-based algorithm, which we call Muliple Wasserstein Gradient Descent (MWGraD), which constructs a flow of intermediate empirical distributions, each being represented by a set of particles, which gradually minimize the multiple objective functionals simultaneously. Specifically, MWGraD consists of two key steps at each iteration. First, it estimates the Wasserstein gradient for each objective functional based on the current particles. Then, it aggregates these gradients into a single Wasserstein gradient using dynamically adjusted weights and updates the particles accordingly. In addition, we provide theoretical analysis and present experimental results on both synthetic and real-world datasets, demonstrating the effectiveness of MWGraD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes