Overview
Field: Computer Vision (CV) Authors: Mainak Singha, Niccolò Biondi, Elisa Ricci Published: 2026-08-11 arXiv: 2508.03799
Key Points
- Problem: Multimodal Large Language Models (MLLMs) adapt well to visual-language domains, but traditional adaptation assumes centralized data access and expensive joint training, which is restrictive when data is distributed across private, domain-specific, or permission-limited clients.
- DistMoE Framework: A mixture-of-experts (MoE) approach for distributed visual instruction tuning. In each layer of the language decoder, it augments the public feedforward network (FFN) with a client-specific private FFN expert to acquire domain-specific knowledge.
- Client Drift Challenge: Independent expert training causes private FFNs to learn representations of different scales and magnitudes, making expert merging difficult.
- Publicly Anchored Expert Composition: To reduce client-specific drift, the router and lightweight private projection adapters are updated only on a mix of local client data and public data. An isotropic regularization loss enables rehearsal-free expert composition across clients.
- Inference Routing: At inference time, DistMoE performs modular routing across public and private experts, achieving token-level domain composition without explicit domain labels.
- Results: Experiments across diverse visual-language benchmarks demonstrate flexible expert reuse, effective domain adaptation, and competitive performance, while preserving modular control over client-specific knowledge.
- Code: Available at https://github.com/mainaksingha01/DistMoE