paper-with-me

홈 › Papers

Compact Memory for Continual Logistic Regression

2025-11-12 · Yohan Jung, Hyungi Lee, Wenlong Chen, Thomas Möllenhoff, Yingzhen Li, Juho Lee, Mohammad Emtiyaz Khan arxiv

Despite recent progress, continual learning still does not match the performance of batch training. To avoid catastrophic forgetting, we need to build compact memory of essential past knowledge, but no clear solution has yet emerged, even for shallow neural networks with just one or two layers. In this paper, we present a new method to build compact memory for logistic regression. Our method is based on a result by Khan and Swaroop [2021] who show the existence of optimal memory for such models. We formulate the search for the optimal memory as Hessian-matching and propose a probabilistic PCA method to estimate them. Our approach can drastically improve accuracy compared to Experience Replay. For instance, on Split-ImageNet, we get 60% accuracy compared to 30% obtained by replay with memory-size equivalent to 0.3% of the data size. Increasing the memory size to 2% further boosts the accuracy to 74%, closing the gap to the batch accuracy of 77.6% on this task. Our work opens a new direction for building compact memory that can also be useful in the future for continual deep learning.

📄 PDF Abstract BibTeX arXiv:2511.09167

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar 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 me…

Continual LearningVariational Inference

PMF-CL: Pareto-Minimal-Forgetting Continual Learner for Conflicting Tasks

2026-05-18 · Srijith Nair, Atilla Eryilmaz, Jia Liu arxiv

In the literature, many continual learning (CL) algorithms have been proposed to address the issue of catastrophic forgetting in ML models (i.e., learning new tasks leads to the loss of performance on previously learned …

Multi-Task LearningContinual Learning

Distributed Coordinate Descent for L1-regularized Logistic Regression

2014-11-24 · Ilya Trofimov, Alexander Genkin

Solving logistic regression with L1-regularization in distributed settings is an important problem. This problem arises when training dataset is very large and cannot fit the memory of a single machine. We present d-GLMN…

regression

Variable Splitting Binary Tree Models Based on Bayesian Context Tree Models for Time Series Segmentation

2026-01-22 · Yuta Nakahara, Shota Saito, Kohei Horinouchi, Koshi Shimada 외 arxiv

We propose a variable splitting binary tree (VSBT) model based on Bayesian context tree (BCT) models for time series segmentation. Unlike previous applications of BCT models, the tree structure in our model represents in…

Coresets via Bilevel Optimization for Continual Learning and Streaming

2020-06-06 · NeurIPS 2020 12 · Zalán Borsos, Mojmír Mutný, Andreas Krause

Coresets are small data summaries that are sufficient for model training. They can be maintained online, enabling efficient handling of large data streams under resource constraints. However, existing constructions are l…

Bilevel OptimizationContinual Learningregression