paper-with-me

Papers

Kernel Continual Learning

2021-07-12 · Mohammad Mahdi Derakhshani, XianTong Zhen, Ling Shao, Cees G. M. Snoek

This paper introduces kernel continual learning, a simple but effective variant of continual learning that leverages the non-parametric nature of kernel methods to tackle catastrophic forgetting. We deploy an episodic memory unit that stores a subset of samples for each task to learn task-specific classifiers based on kernel ridge regression. This does not require memory replay and systematically avoids task interference in the classifiers. We further introduce variational random features to learn a data-driven kernel for each task. To do so, we formulate kernel continual learning as a variational inference problem, where a random Fourier basis is incorporated as the latent variable. The variational posterior distribution over the random Fourier basis is inferred from the coreset of each task. In this way, we are able to generate more informative kernels specific to each task, and, more importantly, the coreset size can be reduced to achieve more compact memory, resulting in more efficient continual learning based on episodic memory. Extensive evaluation on four benchmarks demonstrates the effectiveness and promise of kernels for continual learning.

📄 PDF Abstract BibTeX arXiv:2107.05757

Code (1)

mmderakhshani/KCL 공식 구현 pytorch

Tasks

Continual LearningVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Generative Kernel Continual learning

2021-12-26 · Mohammad Mahdi Derakhshani, XianTong Zhen, Ling Shao, Cees G. M. Snoek

Kernel continual learning by \citet{derakhshani2021kernel} has recently emerged as a strong continual learner due to its non-parametric ability to tackle task interference and catastrophic forgetting. Unfortunately its s…

Continual Learning

Generalisation Guarantees for Continual Learning with Orthogonal Gradient Descent

2020-06-21 · Mehdi Abbana Bennani, Thang Doan, Masashi Sugiyama

In Continual Learning settings, deep neural networks are prone to Catastrophic Forgetting. Orthogonal Gradient Descent was proposed to tackle the challenge. However, no theoretical guarantees have been proven yet. We pre…

Continual LearningTransfer Learning

Reactivation: Empirical NTK Dynamics Under Task Shifts

2025-07-21 · Yuzhi Liu, Zixuan Chen, Zirui Zhang, Yufei Liu 외 arxiv

The Neural Tangent Kernel (NTK) offers a powerful tool to study the functional dynamics of neural networks. In the so-called lazy, or kernel regime, the NTK remains static during training and the network function is line…

Continual Learning

C3D-AD: Toward Continual 3D Anomaly Detection via Kernel Attention with Learnable Advisor

2025-08-02 · Haoquan Lu, Hanzhe Liang, Jie Zhang, Chenxi Hu 외 arxiv

3D Anomaly Detection (AD) has shown great potential in detecting anomalies or defects of high-precision industrial products. However, existing methods are typically trained in a class-specific manner and also lack the ca…

3D Anomaly DetectionContinual LearningPoint Clouds

Towards Cold-Start Drafting and Continual Refining: A Value-Driven Memory Approach with Application to NPU Kernel Synthesis

2026-03-11 · Yujie Zheng, Zhuo Li, Shengtao Zhang, Hanjing Wang 외 arxiv

Deploying Large Language Models to data-scarce programming domains poses significant challenges, particularly for kernel synthesis on emerging Domain-Specific Architectures where a "Data Wall" limits available training d…

Reinforcement Learning