paper-with-me

홈 › Papers

Navigating Semantic Drift in Task-Agnostic Class-Incremental Learning

2025-02-11 · Fangwen Wu, Lechao Cheng, Shengeng Tang, Xiaofeng Zhu, Chaowei Fang, Dingwen Zhang, Meng Wang

Class-incremental learning (CIL) seeks to enable a model to sequentially learn new classes while retaining knowledge of previously learned ones. Balancing flexibility and stability remains a significant challenge, particularly when the task ID is unknown. To address this, our study reveals that the gap in feature distribution between novel and existing tasks is primarily driven by differences in mean and covariance moments. Building on this insight, we propose a novel semantic drift calibration method that incorporates mean shift compensation and covariance calibration. Specifically, we calculate each class's mean by averaging its sample embeddings and estimate task shifts using weighted embedding changes based on their proximity to the previous mean, effectively capturing mean shifts for all learned classes with each new task. We also apply Mahalanobis distance constraint for covariance calibration, aligning class-specific embedding covariances between old and current networks to mitigate the covariance shift. Additionally, we integrate a feature-level self-distillation approach to enhance generalization. Comprehensive experiments on commonly used datasets demonstrate the effectiveness of our approach. The source code is available at \href{https://github.com/fwu11/MACIL.git}{https://github.com/fwu11/MACIL.git}.

📄 PDF Abstract BibTeX arXiv:2502.07560

Code (1)

fwu11/macil 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningIncremental Learning

Similar Papers 제목 키워드 기반

Characterizing and Measuring Linguistic Dataset Drift

2023-05-26 · Tyler A. Chang, Kishaloy Halder, Neha Anna John, Yogarshi Vyas 외

NLP models often degrade in performance when real world data distributions differ markedly from training data. However, existing dataset drift metrics in NLP have generally not considered specific dimensions of linguisti…

Natural Language InferenceSentiment AnalysisSentiment Classification

When Fine-Tuning Changes the Evidence: Architecture-Dependent Semantic Drift in Chest X-Ray Explanations

2026-04-09 · Kabilan Elangovan, Daniel Ting arxiv

Transfer learning followed by fine-tuning is widely adopted in medical image classification due to consistent gains in diagnostic performance. However, in multi-class settings with overlapping visual features, improvemen…

Medical Image ClassificationTransfer LearningVisual Reasoning

Countering Language Drift with Seeded Iterated Learning

2020-03-28 · ICML 2020 1 · Yuchen Lu, Soumye Singhal, Florian Strub, Olivier Pietquin 외

Pretraining on human corpus and then finetuning in a simulator has become a standard pipeline for training a goal-oriented dialogue agent. Nevertheless, as soon as the agents are finetuned to maximize task completion, th…

Translation

When Meaning Stays the Same, but Models Drift: Evaluating Quality of Service under Token-Level Behavioral Instability in LLMs

2025-06-11 · Xiao Li, Joel Kreuzwieser, Alan Peters

We investigate how large language models respond to prompts that differ only in their token-level realization but preserve the same semantic intent, a phenomenon we call prompt variance. We propose Prompt-Based Semantic …

Diagnostic

Diagnosing Representation Dynamics in NER Model Extension

2025-10-20 · Xirui Zhang, Philippe de La Chevasnerie, Benoit Fabre arxiv

Extending Named Entity Recognition (NER) models to new PII entities in noisy spoken-language data is a common need. We find that jointly fine-tuning a BERT model on standard semantic entities (PER, LOC, ORG) and new patt…

Incremental Learning