NeFut Logo NeFut
Admin Login

[CS.AI] RELIC: A New Paradigm for Privacy-Preserving Skill Learning in Multi-Agent Planning

Published at: 2026-07-21 22:00 Last updated: 2026-07-22 01:01
#AI #Machine Learning #optimization

Abstract

Multi-agent planning becomes substantially harder when agents must improve specialized decision-making skills while keeping their internal implementations private. This regime arises when agents are developed independently, expose different interfaces and capabilities, and must nevertheless coordinate without sharing executable policies. Prior research has largely assumed centralized optimization, shared policy access, or common skill representations, making it poorly suited to privacy-constrained cooperation.

We introduce RELIC, a framework for learning interpretable and composable skills via revealed principles. Each agent refines its own programmatic skill through private LLM-guided search, while a trusted orchestrator evaluates proposed updates solely through team-level performance. Successful behaviors are not broadcast as code; instead, they are abstracted into portable principles that other agents can instantiate within their own interfaces and recombine with local strategies. This separates coordination from implementation sharing, enabling cross-agent transfer under heterogeneous skill signatures. RELIC thus introduces a new paradigm for privacy-preserving skill learning and coordination in multi-agent planning.

Blogger's Review: The introduction of the RELIC framework presents a novel approach to skill learning and coordination in multi-agent systems, particularly in the context of privacy preservation. By abstracting successful behaviors into principles, agents can protect their implementations while still achieving flexible skill combinations, which holds significant implications for practical applications. Future research could explore optimizing this process to enhance efficiency and effectiveness.

Original Source: https://arxiv.org/abs/2607.16745

[h] Back to Home