Pith. sign in

REVIEW 3 cited by

Federated Continual Instruction Tuning

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2503.12897 v2 pith:BHNRKF7L submitted 2025-03-17 cs.LG cs.AI

Federated Continual Instruction Tuning

classification cs.LG cs.AI
keywords datainstructiontuningduringfcitfederatedtaskstraining
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

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. Code and dataset are released at https://github.com/Ghy0501/FCIT.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Model-Dowser: Data-Free Importance Probing to Mitigate Catastrophic Forgetting in Multimodal Large Language Models

    cs.CL 2026-02 unverdicted novelty 6.0

    Model-Dowser is a data-free sparse fine-tuning method that computes parameter importance from magnitudes, activations, and sensitivities to preserve pretrained generalization in MLLMs while adapting to downstream tasks.

  2. Model-Dowser: Data-Free Importance Probing to Mitigate Catastrophic Forgetting in Multimodal Large Language Models

    cs.CL 2026-02 unverdicted novelty 5.0

    Model-Dowser computes a joint importance score from weights, activations, and sensitivities to selectively update parameters during fine-tuning, reducing catastrophic forgetting in MLLMs like LLaVA and NVILA.

  3. Model-Dowser: Data-Free Importance Probing to Mitigate Catastrophic Forgetting in Multimodal Large Language Models

    cs.CL 2026-02 conditional novelty 5.0

    A data-free importance score (Jacobian norm × weight × activation) computed on synthetic prompts, used to freeze the most output-critical parameters during fine-tuning, mitigates catastrophic forgetting in MLLMs bette...