Pilot: Building the Federated Multimodal Instruction Tuning Framework
Abstract
In this paper, we explore a novel federated multimodal instruction tuning task(FedMIT), which is significant for collaboratively fine-tuning MLLMs on different types of multimodal instruction data on distributed devices. To solve the new task, we propose a federated multimodal instruction tuning framework(Pilot). Our framework integrates two-stage of ``adapter on adapter” into the connector of the vision encoder and the LLM. In stage 1, we extract task-specific features and client-specific features from visual information. In stage 2, we build the cross-task Mixture-of-Adapters(CT-MoA) module to perform cross-task interaction. Each client can not only capture personalized information of local data and learn task-related multimodal information, but also learn general knowledge from other tasks. In addition, we introduce an adaptive parameter aggregation strategy for text training parameters, which optimizes parameter aggregation by calculating weights based on the euclidean distance between parameters, so that parameter aggregation can benefit from positive effects to the greatest extent while effectively reducing negative effects. Our framework can collaboratively exploit distributed data from different local clients to learn cross-task knowledge without being affected by the task heterogeneity during instruction tuning. The effectiveness of our method is verified in two different cross-task scenarios.
Cite
Text
Xiong et al. "Pilot: Building the Federated Multimodal Instruction Tuning Framework." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I20.35476Markdown
[Xiong et al. "Pilot: Building the Federated Multimodal Instruction Tuning Framework." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/xiong2025aaai-pilot/) doi:10.1609/AAAI.V39I20.35476BibTeX
@inproceedings{xiong2025aaai-pilot,
title = {{Pilot: Building the Federated Multimodal Instruction Tuning Framework}},
author = {Xiong, Baochen and Yang, Xiaoshan and Song, Yaguang and Wang, Yaowei and Xu, Changsheng},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2025},
pages = {21716-21724},
doi = {10.1609/AAAI.V39I20.35476},
url = {https://mlanthology.org/aaai/2025/xiong2025aaai-pilot/}
}