← Search

Da-Wei Zhou

23 accepted papers

2026

AREA: Attribute Extraction and Aggregation for CLIP-Based Class-Incremental Learning

ICML 2026poster

Class-Incremental Learning (CIL) is important in building real-world learning systems. In CLIP-based CIL, the model performs classification by comparing similarity between visual and textual embeddings obtained from template prompts, e.g., ``a photo of a [CLASS]''. This seemingly monolithic matching…

Cited by 0SourceScholar
2026

BOFA: Bridge-Layer Orthogonal Low-Rank Fusion for CLIP-Based Class-Incremental Learning

AAAI 2026technical

Class-Incremental Learning (CIL) aims to continually learn new classes without forgetting previously acquired knowledge. Vision-language models such as CLIP offer strong transferable representations via multi-modal supervision, making them a promising choice for CIL. However, applying CLIP to CIL po

Cited by 0SourcePDFScholar
2026

SAME: Stabilized Mixture-of-Experts for Multimodal Continual Instruction Tuning

ICML 2026poster

Multimodal Large Language Models (MLLMs) achieve strong performance through instruction tuning, but real-world deployment requires them to continually expand their capabilities, making Multimodal Continual Instruction Tuning (MCIT) essential. Recent methods leverage sparse expert routing to promote …

Cited by 0SourceScholar
2026

The Golden Subspace: Where Efficiency Meets Generalization in Continual Test-Time Adaptation

CVPR 2026

Continual Test-Time Adaptation (CTTA) aims to enable models to adapt online to unlabeled data streams under distribution shift without accessing source data. Existing CTTA methods face an efficiency-generalization trade-off: updating more parameters improves adaptation but severely reduces online in

Cited by 0SourcecodeScholar
2026

The Lie of the Average: How Class Incremental Learning Evaluation Deceives You?

ICLR 2026poster

Class Incremental Learning (CIL) requires models to continuously learn new classes without forgetting previously learned ones, while maintaining stable performance across all possible class sequences. In real-world settings, the order in which classes arrive is diverse and unpredictable, and model p…

Cited by 0SourcecodeScholar
2025

Addressing Imbalanced Domain-Incremental Learning through Dual-Balance Collaborative Experts

ICML 2025poster

Domain-Incremental Learning (DIL) focuses on continual learning in non-stationary environments, requiring models to adjust to evolving domains while preserving historical knowledge. DIL faces two critical challenges in the context of imbalanced data: intra-domain class imbalance and cross-domain cla…

2025

Dual Consolidation for Pre-Trained Model-Based Domain-Incremental Learning

CVPR 2025poster

Domain-Incremental Learning (DIL) involves the progressive adaptation of a model to new concepts across different domains. While recent advances in pre-trained models provide a solid foundation for DIL, learning new concepts often results in the catastrophic forgetting of pre-trained knowledge. Spec…

2025

External Knowledge Injection for CLIP-Based Class-Incremental Learning

ICCV 2025poster

Class-Incremental Learning (CIL) enables learning systems to continuously adapt to evolving data streams. With the advancement of pre-training, leveraging pre-trained vision-language models (e.g., CLIP) offers a promising starting point for CIL. However, CLIP makes decisions by matching visual embed…

2025

Integrating Task-Specific and Universal Adapters for Pre-Trained Model-based Class-Incremental Learning

ICCV 2025poster

Class-Incremental Learning (CIL) requires a learning system to continually learn new classes without forgetting. Existing pre-trained model-based CIL methods often freeze the pre-trained network and adapt to incremental tasks using additional lightweight modules such as adapters. However, incorrect…

2025

MOS: Model Surgery for Pre-Trained Model-Based Class-Incremental Learning

AAAI 2025technical

Class-Incremental Learning (CIL) requires models to continually acquire knowledge of new classes without forgetting old ones. Despite Pre-trained Models (PTMs) have shown excellent performance in CIL, catastrophic forgetting still occurs as the model learns new concepts. Existing work seeks to utili…

2025

Parrot: Multilingual Visual Instruction Tuning

ICML 2025poster

The rapid development of Multimodal Large Language Models (MLLMs), such as GPT-4, marks a significant step toward artificial general intelligence. Existing methods typically align vision encoders with LLMs via supervised fine-tuning (SFT), but this often deteriorates their ability to handle multiple…

2025

Task-Agnostic Guided Feature Expansion for Class-Incremental Learning

CVPR 2025poster

The ability to learn new concepts while preserve the learned knowledge is desirable for learning systems in Class-Incremental Learning (CIL). Recently, feature expansion of the model become a prevalent solution for CIL, where the old features are fixed during the training of the new task while new f…

2024

Continual Learning with Pre-Trained Models: A Survey

IJCAI 2024poster

Nowadays, real-world applications often face streaming data, which requires the learning system to absorb new knowledge as data evolves. Continual Learning (CL) aims to achieve this goal and meanwhile overcome the catastrophic forgetting of former knowledge when learning new ones. Typical CL methods…

2024

Expandable Subspace Ensemble for Pre-Trained Model-Based Class-Incremental Learning

CVPR 2024poster

Class-Incremental Learning (CIL) requires a learning system to continually learn new classes without forgetting. Despite the strong performance of Pre-Trained Models (PTMs) in CIL a critical issue persists: learning new classes often results in the overwriting of old ones. Excessive modification of…

2024

Multi-layer Rehearsal Feature Augmentation for Class-Incremental Learning

ICML 2024poster

Class-Incremental Learning (CIL) seeks to learn new concepts without forgetting previously learned knowledge. To achieve this, rehearsal-based methods keep a replay memory consisting of a small number of trained samples from previous tasks. However, recent studies show that rehearsal-based methods a…

Cited by 18SourcePDFScholar
2023

A Model or 603 Exemplars: Towards Memory-Efficient Class-Incremental Learning

ICLR 2023top-25%

Real-world applications require the classification model to adapt to new classes without forgetting old ones. Correspondingly, Class-Incremental Learning (CIL) aims to train a model with limited memory size to meet this requirement. Typical CIL methods tend to save representative exemplars from form…

2023

BEEF: Bi-Compatible Class-Incremental Learning via Energy-Based Expansion and Fusion

ICLR 2023poster

Neural networks suffer from catastrophic forgetting when sequentially learning tasks phase-by-phase, making them inapplicable in dynamically updated systems. Class-incremental learning (CIL) aims to enable neural networks to learn different categories at multi-stages. Recently, dynamic-structure-bas…

2023

Few-Shot Class-Incremental Learning via Training-Free Prototype Calibration

NeurIPS 2023poster

Real-world scenarios are usually accompanied by continuously appearing classes with scare labeled samples, which require the machine learning model to incrementally learn new classes and maintain the knowledge of base classes. In this Few-Shot Class-Incremental Learning (FSCIL) scenario, existing me…

2022

FOSTER: Feature Boosting and Compression for Class-Incremental Learning

ECCV 2022poster

"The ability to learn new concepts continually is necessary in this ever-changing world. However, deep neural networks suffer from catastrophic forgetting when learning new categories. Many works have been proposed to alleviate this phenomenon, whereas most of them either fall into the stability-pla…

2022

Forward Compatible Few-Shot Class-Incremental Learning

CVPR 2022poster

Novel classes frequently arise in our dynamically changing world, e.g., new users in the authentication system, and a machine learning model should recognize new classes without forgetting old ones. This scenario becomes more challenging when new class instances are insufficient, which is called few…

Cited by 290PDFcodeScholar