菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-14
📄 Abstract - MetaMoE: Diversity-Aware Proxy Selection for Privacy-Preserving Mixture-of-Experts Unification

Mixture-of-Experts (MoE) models scale capacity by combining specialized experts, but most existing approaches assume centralized access to training data. In practice, data are distributed across clients and cannot be shared due to privacy constraints, making unified MoE training challenging. We propose MetaMoE, a privacy-preserving framework that unifies independently trained, domain-specialized experts into a single MoE using public proxy data as surrogates for inaccessible private data. Central to MetaMoE is diversity-aware proxy selection, which selects client-domain-relevant and diverse samples from public data to effectively approximate private data distributions and supervise router learning. These proxies are further used to align expert training, improving expert coordination at unification time, while a context-aware router enhances expert selection across heterogeneous inputs. Experiments on computer vision and natural language processing benchmarks demonstrate that MetaMoE consistently outperforms recent privacy-preserving MoE unification methods. Code is available at this https URL.

顶级标签: machine learning privacy multi-modal
详细标签: mixture-of-experts federated learning proxy selection privacy-preserving expert coordination 或 搜索:

MetaMoE:面向隐私保护的混合专家模型统一化的多样性感知代理选择方法 / MetaMoE: Diversity-Aware Proxy Selection for Privacy-Preserving Mixture-of-Experts Unification


1️⃣ 一句话总结

本文提出一种名为MetaMoE的隐私保护框架,通过从公开数据中智能挑选与各客户端领域相关且多样化的样本作为代理数据,来安全融合分散在不同机构、无法共享的专业化模型模块,从而在不泄露原始数据的前提下构建出能力更强的混合专家系统。

源自 arXiv: 2605.14289