Papers › Federated Continual Instruction Tuning

Federated Continual Instruction Tuning

17 Mar 2025arXiv:2503.12897archive 2025-07-28

Haiyang Guo, Fanhu Zeng, Fei Zhu, Wenzhuo LIU, Da-Han Wang, Jian Xu, Xu-Yao Zhang, Cheng-Lin Liu

A vast amount of instruction tuning data is crucial for the impressive performance of Large Multimodal Models (LMMs), but the associated computational costs and data collection demands during supervised fine-tuning make it impractical for most researchers. Federated learning (FL) has the potential to leverage all distributed data and training resources to reduce the overhead of joint training. However, most existing methods assume a fixed number of tasks, while in real-world scenarios, clients continuously encounter new knowledge and often struggle to retain old tasks due to memory constraints. In this work, we introduce the Federated Continual Instruction Tuning (FCIT) benchmark to model this real-world challenge. Our benchmark includes two realistic scenarios, encompassing four different settings and twelve carefully curated instruction tuning datasets. To address the challenges posed by FCIT, we propose dynamic knowledge organization to effectively integrate updates from different tasks during training and subspace selective activation to allocate task-specific output during inference. Extensive experimental results demonstrate that our proposed method significantly enhances model performance across varying levels of data heterogeneity and catastrophic forgetting. Our source code and dataset will be made publicly available.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2503.12897")

Code

Syntology Ran 7 of 12 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 7 ran with no contract checked.

By repository: found in paper text by Syntology: 12 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Ghy0501/FCIT found in paper text by Syntology report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 7 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran
5unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Ghy0501/FCIT. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

CoINMOEExpert Ghy0501/FCIT/CoIN/peft/tuners/coinmoelora.py found in paper text by Syntology ran Apache-2.0 (permissive) · 7e6feb5ec321cc67 · report
CoINMOELinearA Ghy0501/FCIT/CoIN/peft/tuners/coinmoelora.py found in paper text by Syntology ran Apache-2.0 (permissive) · b530b6619b1ae8da · report
CoINMOELinearB Ghy0501/FCIT/CoIN/peft/tuners/coinmoelora.py found in paper text by Syntology ran Apache-2.0 (permissive) · e251705baf71307f · report
Conv2d Ghy0501/FCIT/CoIN/peft/tuners/coinmoelora.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · e55b3841b7343a24 · report
Embedding Ghy0501/FCIT/CoIN/peft/tuners/coinmoelora.py found in paper text by Syntology ran Apache-2.0 (permissive) · 67bcd009de9ee47b · report
Linear Ghy0501/FCIT/CoIN/peft/tuners/coinmoelora.py found in paper text by Syntology ran Apache-2.0 (permissive) · d4633df302edabd4 · report
LoraLayer Ghy0501/FCIT/CoIN/peft/tuners/coinmoelora.py found in paper text by Syntology ran Apache-2.0 (permissive) · 1bf231da21baa1a7 · report
CoINMOELoraLayer Ghy0501/FCIT/CoIN/peft/tuners/coinmoelora.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 370266fb2cef4f97 · report
CoINMOELoraLinear Ghy0501/FCIT/CoIN/peft/tuners/coinmoelora.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 94aad9dfa1c34393 · report
CoINMOELoraModel Ghy0501/FCIT/CoIN/peft/tuners/coinmoelora.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 42a4cc04644f2f15 · report
LoraModel Ghy0501/FCIT/CoIN/peft/tuners/coinmoelora.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4d037e997f6ce17d · report
mark_only_lora_as_trainable Ghy0501/FCIT/CoIN/peft/tuners/coinmoelora.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 10b3009f403262c7 · report

Tasks

Federated Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections