← Search

Jingyang Qiao

4 accepted papers

2026

PCLR: Progressively Compressed LoRA for Multimodal Continual Instruction Tuning

ICLR 2026poster

Continual Instruction Tuning (CIT) enables Large Multimodal Models (LMMs) to rapidly adapt to new tasks without retraining, but it suffers from the catastrophic forgetting problem. By adding new branches, model extension provides a great idea to accommodate novel knowledge while causing huge memory…

Cited by 0SourcecodeScholar
2025

Efficient Prototypical Classifier for Class-Incremental Learning

ICASSP 2025accepted

The nearest prototypical classifier faces challenges of semantic drift and prototype interference. Previous methods address these issues using data rehearsal and contrastive learning, but these approaches incur high memory costs and slow convergence. In this paper, we propose a novel prototypical mi…

Cited by 0SourceScholar
2025

Large Continual Instruction Assistant

ICML 2025poster

Continual Instruction Tuning (CIT) is adopted to continually instruct Large Models to follow human intent data by data. It is observed that existing gradient update would heavily destroy the performance on previous datasets during CIT process. Instead, Exponential Moving Average (EMA), owns the abil…

2024

Prompt Gradient Projection for Continual Learning

ICLR 2024spotlight

Prompt-tuning has demonstrated impressive performance in continual learning by querying relevant prompts for each input instance, which can avoid the introduction of task identifier. Its forgetting is therefore reduced as this instance-wise query mechanism enables us to select and update only releva…