paper-with-me

홈 › Papers

LPC: A Logits and Parameter Calibration Framework on Continual Learning

2021-12-17 · ACL ARR December 2022 12 · Anonymous

Deep learning based pre-trained natural language processing (NLP) models typically pre-train on large unlabeled corpora first, then fine-tune on new tasks. When we execute such a paradigm on continuously sequential tasks, the model will suffer from the catastrophic forgetting problem (i.e., they forget the parameters learned in previous tasks when we train the model on newly emerged tasks). Inspired by the idea of how humans learn things, we aim to maintain the old knowledge when we transfer to novel contents and calibrate the old and new knowledge. We propose a Logits and Parameter Calibration (LPC) framework to reduce the catastrophic forgetting in the continual learning process. The proposed framework includes two important components, the Logits Calibration (LC) and Parameter Calibration (PC). The core idea is to reduce the difference between old knowledge and new knowledge by doing calibration on logits and parameters so that the model can maintain old knowledge while learning new tasks without preserving data in previous tasks. First, we preserve the parameters learned from the base tasks. Second, we train the existing model on novel tasks and estimate the difference between base logits and parameters and novel logits and parameters. Third, we drift from the base tasks to novel tasks gradually. Furthermore, we integrate the logtis and parameter calibration into a brand-new optimization algorithm. Finally, we do experiments on 7 scenarios of the GLUE (the General Language Understanding Evaluation) benchmark. The experimental results show that our model achieves state-of-the-art performance on all 7 scenarios.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

LoCa: Logit Calibration for Knowledge Distillation

2024-09-07 · Runming Yang, Taiqiang Wu, Yujiu Yang

Knowledge Distillation (KD), aiming to train a better student model by mimicking the teacher model, plays an important role in model compression. One typical way is to align the output logits. However, we find a common i…

image-classificationImage ClassificationKnowledge DistillationModel Compression+1

QCore: Data-Efficient, On-Device Continual Calibration for Quantized Models -- Extended Version

2024-04-22 · David Campos, Bin Yang, Tung Kieu, Miao Zhang 외

We are witnessing an increasing availability of streaming data that may contain valuable information on the underlying processes. It is thus attractive to be able to deploy machine learning models on edge devices near se…

Continual Learning

Sample Margin-Aware Recalibration of Temperature Scaling

2025-06-30 · Haolan Guo, Linwei Tao, Haoyang Luo, Minjing Dong 외 arxiv

Recent advances in deep learning have significantly improved predictive accuracy. However, modern neural networks remain systematically overconfident, posing risks for deployment in safety-critical scenarios. Current pos…

ZClassifier: Temperature Tuning and Manifold Approximation via KL Divergence on Logit Space

2025-07-14 · Shim Soon Yong

We introduce a novel classification framework, ZClassifier, that replaces conventional deterministic logits with diagonal Gaussian-distributed logits. Our method simultaneously addresses temperature scaling and manifold …

Out of Distribution (OOD) Detection

Logit Margin Matters: Improving Transferable Targeted Adversarial Attack by Logit Calibration

2023-03-07 · Juanjuan Weng, Zhiming Luo, Zhun Zhong, Shaozi Li 외

Previous works have extensively studied the transferability of adversarial samples in untargeted black-box scenarios. However, it still remains challenging to craft targeted adversarial examples with higher transferabili…

Adversarial Attack