LGAIMay 27, 2025

Voronoi-grid-based Pareto Front Learning and Its Application to Collaborative Federated Learning

arXiv:2505.20648v11 citationsh-index: 8Has CodeICML
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem in multi-objective optimization for federated learning, offering an incremental improvement over existing PFL methods.

The paper tackles the challenges of sampling rays in high-dimensional spaces and incomplete coverage of convex Pareto fronts in Pareto-Front Learning (PFL) by introducing PHN-HVVS, a framework that uses Voronoi grid decomposition and a genetic algorithm, resulting in significant outperformance over baselines in generating Pareto fronts on multiple MOO tasks.

Multi-objective optimization (MOO) exists extensively in machine learning, and aims to find a set of Pareto-optimal solutions, called the Pareto front, e.g., it is fundamental for multiple avenues of research in federated learning (FL). Pareto-Front Learning (PFL) is a powerful method implemented using Hypernetworks (PHNs) to approximate the Pareto front. This method enables the acquisition of a mapping function from a given preference vector to the solutions on the Pareto front. However, most existing PFL approaches still face two challenges: (a) sampling rays in high-dimensional spaces; (b) failing to cover the entire Pareto Front which has a convex shape. Here, we introduce a novel PFL framework, called as PHN-HVVS, which decomposes the design space into Voronoi grids and deploys a genetic algorithm (GA) for Voronoi grid partitioning within high-dimensional space. We put forward a new loss function, which effectively contributes to more extensive coverage of the resultant Pareto front and maximizes the HV Indicator. Experimental results on multiple MOO machine learning tasks demonstrate that PHN-HVVS outperforms the baselines significantly in generating Pareto front. Also, we illustrate that PHN-HVVS advances the methodologies of several recent problems in the FL field. The code is available at https://github.com/buptcmm/phnhvvs}{https://github.com/buptcmm/phnhvvs.

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