paper-with-me

홈 › Papers

Continual Learning via Bit-Level Information Preserving

2021-05-10 · CVPR 2021 1 · Yujun Shi, Li Yuan, Yunpeng Chen, Jiashi Feng

Continual learning tackles the setting of learning different tasks sequentially. Despite the lots of previous solutions, most of them still suffer significant forgetting or expensive memory cost. In this work, targeted at these problems, we first study the continual learning process through the lens of information theory and observe that forgetting of a model stems from the loss of \emph{information gain} on its parameters from the previous tasks when learning a new task. From this viewpoint, we then propose a novel continual learning approach called Bit-Level Information Preserving (BLIP) that preserves the information gain on model parameters through updating the parameters at the bit level, which can be conveniently implemented with parameter quantization. More specifically, BLIP first trains a neural network with weight quantization on the new incoming task and then estimates information gain on each parameter provided by the task data to determine the bits to be frozen to prevent forgetting. We conduct extensive experiments ranging from classification tasks to reinforcement learning tasks, and the results show that our method produces better or on par results comparing to previous state-of-the-arts. Indeed, BLIP achieves close to zero forgetting while only requiring constant memory overheads throughout continual learning.

📄 PDF Abstract BibTeX arXiv:2105.04444

Code (1)

Yujun-Shi/BLIP 공식 구현 pytorch

Tasks

Continual LearningQuantization

Similar Papers 제목 키워드 기반

Information-Theoretic Constraints for Continual Vision-Language-Action Alignment

2026-03-06 · Libang Zhao, Qixin Zeng, Hongyin Zhang, Donglin Wang arxiv

When deployed in open-ended robotic environments, Vision--Language--Action (VLA) models need to continually acquire new skills, yet suffer from severe catastrophic forgetting. We observe that this degradation is related …

Contrastive LearningContinual Learning

Forget What's Sensitive, Remember What Matters: Token-Level Differential Privacy in Memory Sculpting for Continual Learning

2025-09-16 · Bihao Zhan, Jie Zhou, Junsong Li, Yutao Yang 외 arxiv

Continual Learning (CL) models, while adept at sequential knowledge acquisition, face significant and often overlooked privacy challenges due to accumulating diverse information. Traditional privacy methods, like a unifo…

Continual LearningGeneral Knowledge

ACE-LoRA: Adaptive Orthogonal Decoupling for Continual Image Editing

2026-05-14 · Yuehao Liu, Weijia Zhang, Xuanming Shang, Zhizhou Chen 외 arxiv

State-of-the-art diffusion models often rely on parameter-efficient fine-tuning to perform specialized image editing tasks. However, real-world applications require continual adaptation to new tasks while preserving prev…

parameter-efficient fine-tuningContinual LearningImage Editing

Hierarchical-Task-Aware Multi-modal Mixture of Incremental LoRA Experts for Embodied Continual Learning

2025-06-05 · Ziqi Jia, Anmin Wang, Xiaoyang Qu, Xiaowen Yang 외

Previous continual learning setups for embodied intelligence focused on executing low-level actions based on human commands, neglecting the ability to learn high-level planning and multi-level knowledge. To address these…

Continual Learning

Continual Reinforcement Learning via Autoencoder-Driven Task and New Environment Recognition

2025-05-13 · Zeki Doruk Erden, Donia Gasmi, Boi Faltings

Continual learning for reinforcement learning agents remains a significant challenge, particularly in preserving and leveraging existing information without an external signal to indicate changes in tasks or environments…

Continual Learning