← Search

Linglan Zhao

5 accepted papers

2026

Enhanced Continual Learning of Vision-Language Models with Model Fusion

ICLR 2026poster

Vision-Language Models (VLMs) represent a significant breakthrough in artificial intelligence by integrating visual and textual modalities to achieve impressive zero-shot capabilities. However, VLMs are susceptible to catastrophic forgetting when sequentially fine-tuned on multiple downstream tasks…

Cited by 0SourcecodeScholar
2026

HAD: Heterogeneity-Aware Distillation for Lifelong Heterogeneous Learning

CVPR 2026

Lifelong learning aims to preserve knowledge acquired from previous tasks while incorporating knowledge from a sequence of new tasks. However, most prior work explores only streams of homogeneous tasks (*e.g.*, only classification tasks) and neglects the scenario of learning across heterogeneous tas

Cited by 0SourcecodeScholar
2025

Generalized Category Discovery via Reciprocal Learning and Class-Wise Distribution Regularization

ICML 2025poster

Generalized Category Discovery (GCD) aims to identify unlabeled samples by leveraging the base knowledge from labeled ones, where the unlabeled set consists of both base and novel classes. Since clustering methods are time-consuming at inference, parametric-based approaches have become more popular…

2024

SAFE: Slow and Fast Parameter-Efficient Tuning for Continual Learning with Pre-Trained Models

NeurIPS 2024poster

Continual learning aims to incrementally acquire new concepts in data streams while resisting forgetting previous knowledge. With the rise of powerful pre-trained models (PTMs), there is a growing interest in training incremental learning systems using these foundation models, rather than learning f…

2023

Few-Shot Class-Incremental Learning via Class-Aware Bilateral Distillation

CVPR 2023poster

Few-Shot Class-Incremental Learning (FSCIL) aims to continually learn novel classes based on only few training samples, which poses a more challenging task than the well-studied Class-Incremental Learning (CIL) due to data scarcity. While knowledge distillation, a prevailing technique in CIL, can al…