LGAICVJan 23, 2025

Pilot: Building the Federated Multimodal Instruction Tuning Framework

arXiv:2501.13985v17 citationsh-index: 24AAAI
Originality Incremental advance
AI Analysis

This addresses the challenge of training multimodal AI models on decentralized data while handling task heterogeneity, which is incremental but important for privacy-preserving multimodal AI applications.

The paper tackles the problem of collaboratively fine-tuning multimodal large language models on distributed devices with heterogeneous tasks by proposing a federated multimodal instruction tuning framework called Pilot, which achieves effective cross-task knowledge learning through a two-stage adapter approach and adaptive parameter aggregation.

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 stages 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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes