PSMGD: Periodic Stochastic Multi-Gradient Descent for Fast Multi-Objective Optimization
Mingjing Xu, Peizhong Ju, Jia Liu, Haibo Yang

TL;DR
This paper introduces PSMGD, an efficient algorithm for multi-objective optimization in machine learning that reduces training time by periodically updating dynamic weights, achieving fast convergence and competitive performance.
Contribution
The paper proposes PSMGD, a novel periodic update method for dynamic weights in MOO, with theoretical convergence guarantees and reduced computational complexity.
Findings
PSMGD achieves faster training times compared to existing methods.
It maintains or improves optimization performance across various tasks.
Theoretical analysis confirms state-of-the-art convergence rates.
Abstract
Multi-objective optimization (MOO) lies at the core of many machine learning (ML) applications that involve multiple, potentially conflicting objectives (e.g., multi-task learning, multi-objective reinforcement learning, among many others). Despite the long history of MOO, recent years have witnessed a surge in interest within the ML community in the development of gradient manipulation algorithms for MOO, thanks to the availability of gradient information in many ML problems. However, existing gradient manipulation methods for MOO often suffer from long training times, primarily due to the need for computing dynamic weights by solving an additional optimization problem to determine a common descent direction that can decrease all objectives simultaneously. To address this challenge, we propose a new and efficient algorithm called Periodic Stochastic Multi-Gradient Descent (PSMGD) to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Advanced Control Systems Optimization · Process Optimization and Integration
