paper-with-me

Papers

FIRM: Federated In-client Regularized Multi-objective Alignment for Large Language Models

2025-11-21 · Fatemeh Nourzad, Amirhossein Roknilamouki, Eylem Ekici, Jia Liu, Ness Shroff arxiv

Aligning Large Language Models (LLMs) with human values often involves balancing multiple, conflicting objectives such as helpfulness and harmlessness. Training these models is computationally intensive, and centralizing the process raises significant data privacy concerns. Federated Learning (FL) offers a compelling alternative, but existing Federated Multi-Objective Optimization (FMOO) methods face severe communication bottlenecks as their reliance on transmitting multiple gradients to a server is unscalable for large models. We introduce FIRM (Federated In-client Regularized Multi-objective alignment), a novel algorithm that achieves both client disagreement drift mitigation and communication efficiency. In FIRM, each client locally solves a regularized multi-objective optimization problem. By directly mitigating client disagreement drift through in-client regularization, our method eliminates the need for the multi-gradient transmissions common in prior works. Consequently, clients need only to transmit a single set of adapted parameters, maintaining high communication efficiency. We prove that our algorithm converges to Pareto-stationary points and, to our knowledge, provide the first finite-time convergence guarantees for this federated multi-objective alignment setting. Empirically, we show that FIRM leads to smoother training dynamics, reduced client disagreement drift, and improved reward trade-offs compared to baselines. We further propose a method to incorporate a preference over the objectives and report empirical Pareto plots, demonstrating that FIRM can smoothly adapt trade-offs between objectives in response to specified preferences.

📄 PDF Abstract BibTeX arXiv:2511.16992

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Federated Asymptotics: a model to compare federated learning algorithms

2021-08-16 · Gary Cheng, Karan Chadha, John Duchi

We propose an asymptotic framework to analyze the performance of (personalized) federated learning algorithms. In this new framework, we formulate federated learning as a multi-criterion objective, where the goal is to m…

Federated LearningMeta-LearningPersonalized Federated Learning

Decision-Focused Federated Learning Under Heterogeneous Objectives and Constraints

2026-04-21 · Konstantinos Ziliaskopoulos, Alexander Vinel arxiv

We consider Decision-Focused Federated Learning (DFFL), a predict-then-optimize setting in which multiple clients collaboratively train predictive models for downstream linear optimization problems without exchanging raw…

Federated Learning

GRP-FED: Addressing Client Imbalance in Federated Learning via Global-Regularized Personalization

2021-08-31 · Yen-Hsiu Chou, Shenda Hong, Chenxi Sun, Derun Cai 외

Since data is presented long-tailed in reality, it is challenging for Federated Learning (FL) to train across decentralized clients as practical applications. We present Global-Regularized Personalization (GRP-FED) to ta…

Federated Learning

Personalized Federated Learning with Moreau Envelopes

2020-06-16 · NeurIPS 2020 12 · Canh T. Dinh, Nguyen H. Tran, Tuan Dung Nguyen

Federated learning (FL) is a decentralized and privacy-preserving machine learning technique in which a group of clients collaborate with a server to learn a global model without sharing clients' data. One challenge asso…

DiversityFederated LearningMeta-LearningModel Optimization+3

Private Multi-Task Learning: Formulation and Applications to Federated Learning

2021-08-30 · Shengyuan Hu, Zhiwei Steven Wu, Virginia Smith

Many problems in machine learning rely on multi-task learning (MTL), in which the goal is to solve multiple related machine learning tasks simultaneously. MTL is particularly relevant for privacy-sensitive applications i…

BIG-bench Machine LearningDistributed OptimizationFederated LearningMulti-Task Learning+1