paper-with-me

홈 › Papers

Learning to Collaborate: An Orchestrated-Decentralized Framework for Peer-to-Peer LLM Federation

2026-01-23 · Inderjeet Singh, Eleonore Vissol-Gaudin, Andikan Otung, Motoyoshi Sekiya arxiv

Fine-tuning Large Language Models (LLMs) for specialized domains is constrained by a fundamental challenge: the need for diverse, cross-organizational data conflicts with the principles of data privacy and sovereignty. While Federated Learning (FL) provides a framework for collaboration without raw data exchange, its classic centralized form introduces a single point of failure and remains vulnerable to model inversion attacks. Decentralized FL (DFL) mitigates this risk by removing the central aggregator but typically relies on inefficient, random peer-to-peer (P2P) pairings, forming a collaboration graph that is blind to agent heterogeneity and risks negative transfer. This paper introduces KNEXA-FL, a novel framework for orchestrated decentralization that resolves this trade-off. KNEXA-FL employs a non-aggregating Central Profiler/Matchmaker (CPM) that formulates P2P collaboration as a contextual bandit problem, using a LinUCB algorithm on abstract agent profiles to learn an optimal matchmaking policy. It orchestrates direct knowledge exchange between heterogeneous, PEFT-based LLM agents via secure distillation, without ever accessing the models themselves. Our comprehensive experiments on a challenging code generation task show that KNEXA-FL yields substantial gains, improving Pass@1 by approx. 50% relative to random P2P collaboration. Critically, our orchestrated approach demonstrates stable convergence, in stark contrast to a powerful centralized distillation baseline which suffers from catastrophic performance collapse. Our work establishes adaptive, learning-based orchestration as a foundational principle for building robust and effective decentralized AI ecosystems.

📄 PDF Abstract BibTeX arXiv:2601.17133

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningCode Generation

Similar Papers 제목 키워드 기반

OCD-FL: A Novel Communication-Efficient Peer Selection-based Decentralized Federated Learning

2024-03-06 · Nizar Masmoudi, Wael Jaafar

The conjunction of edge intelligence and the ever-growing Internet-of-Things (IoT) network heralds a new era of collaborative machine learning, with federated learning (FL) emerging as the most prominent paradigm. With t…

Federated Learning

Fully Decentralized Joint Learning of Personalized Models and Collaboration Graphs

2019-01-24 · Valentina Zantedeschi, Aurélien Bellet, Marc Tommasi

We consider the fully decentralized machine learning scenario where many users with personal datasets collaborate to learn models through local peer-to-peer exchanges, without a central coordinator. We propose to train p…

From Safety Risk to Design Principle: Peer-Preservation in Multi-Agent LLM Systems and Its Implications for Orchestrated Democratic Discourse Analysis

2026-04-09 · Juergen Dietrich arxiv

This paper investigates an emergent alignment phenomenon in frontier large language models termed peer-preservation: the spontaneous tendency of AI components to deceive, manipulate shutdown mechanisms, fake alignment, a…

Matrix: Peer-to-Peer Multi-Agent Synthetic Data Generation Framework

2025-11-26 · Dong Wang, Yang Li, Ansong Ni, Ching-Feng Yeh 외 arxiv

Synthetic data has become increasingly important for training large language models, especially when real data is scarce, expensive, or privacy-sensitive. Many such generation tasks require coordinated multi-agent workfl…

Synthetic Data Generation

p2pGNN: A Decentralized Graph Neural Network for Node Classification in Peer-to-Peer Networks

2021-11-29 · Emmanouil Krasanakis, Symeon Papadopoulos, Ioannis Kompatsiaris

In this work, we aim to classify nodes of unstructured peer-to-peer networks with communication uncertainty, such as users of decentralized social networks. Graph Neural Networks (GNNs) are known to improve the accuracy …

Graph Neural NetworkNode Classification