paper-with-me

Papers

Class-incremental Learning with Rectified Feature-Graph Preservation

2020-12-15 · Cheng-Hsun Lei, Yi-Hsin Chen, Wen-Hsiao Peng, Wei-Chen Chiu

In this paper, we address the problem of distillation-based class-incremental learning with a single head. A central theme of this task is to learn new classes that arrive in sequential phases over time while keeping the model's capability of recognizing seen classes with only limited memory for preserving seen data samples. Many regularization strategies have been proposed to mitigate the phenomenon of catastrophic forgetting. To understand better the essence of these regularizations, we introduce a feature-graph preservation perspective. Insights into their merits and faults motivate our weighted-Euclidean regularization for old knowledge preservation. We further propose rectified cosine normalization and show how it can work with binary cross-entropy to increase class separation for effective learning of new classes. Experimental results on both CIFAR-100 and ImageNet datasets demonstrate that our method outperforms the state-of-the-art approaches in reducing classification error, easing catastrophic forgetting, and encouraging evenly balanced accuracy over different classes. Our project page is at : https://github.com/yhchen12101/FGP-ICL.

📄 PDF Abstract BibTeX arXiv:2012.08129

Code (1)

yhchen12101/FGP-ICL 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningIncremental Learning

Methods 이 논문이 사용한 방법론

Cosine Normalization Multi-layer neural networks traditionally use dot products between the output vector of previous layer and the incoming weight vector as the input to activation function. The…

Similar Papers 제목 키워드 기반

GraphKeeper: Graph Domain-Incremental Learning via Knowledge Disentanglement and Preservation

2025-10-30 · Zihao Guo, Qingyun Sun, Ziwei Zhang, Haonan Yuan 외 arxiv

Graph incremental learning (GIL), which continuously updates graph models by sequential knowledge acquisition, has garnered significant interest recently. However, existing GIL approaches focus on task-incremental and cl…

parameter-efficient fine-tuningIncremental Learning

MCIGLE: Multimodal Exemplar-Free Class-Incremental Graph Learning

2025-09-07 · Haochen You, Baojing Liu arxiv

Exemplar-free class-incremental learning enables models to learn new classes over time without storing data from old ones. As multimodal graph-structured data becomes increasingly prevalent, existing methods struggle wit…

class-incremental learningGraph Learning

Optimal Transport for Rectified Flow Image Editing: Unifying Inversion-Based and Direct Methods

2025-08-04 · Marian Lupascu, Mihai-Sorin Stupariu arxiv

Image editing in rectified flow models remains challenging due to the fundamental trade-off between reconstruction fidelity and editing flexibility. While inversion-based methods suffer from trajectory deviation, recent …

Image Editing

RectifID: Personalizing Rectified Flow with Anchored Classifier Guidance

2024-05-23 · Zhicheng Sun, Zhenhao Yang, Yang Jin, Haozhe Chi 외

Customizing diffusion models to generate identity-preserving images from user-provided reference images is an intriguing new problem. The prevalent approaches typically require training on extensive domain-specific image…

Image GenerationPersonalized Image Generation

Prototype-Based Continual Learning with Label-free Replay Buffer and Cluster Preservation Loss

2025-04-09 · Agil Aghasanli, Yi Li, Plamen Angelov

Continual learning techniques employ simple replay sample selection processes and use them during subsequent tasks. Typically, they rely on labeled data. In this paper, we depart from this by automatically selecting prot…

Continual Learning