English

Improving Representational Continuity via Continued Pretraining

Machine Learning 2023-02-28 v1

Abstract

We consider the continual representation learning setting: sequentially pretrain a model MM' on tasks T1,,TTT_1, \ldots, T_T, and then adapt MM' on a small amount of data from each task TiT_i to check if it has forgotten information from old tasks. Under a kNN adaptation protocol, prior work shows that continual learning methods improve forgetting over naive training (SGD). In reality, practitioners do not use kNN classifiers -- they use the adaptation method that works best (e.g., fine-tuning) -- here, we find that strong continual learning baselines do worse than naive training. Interestingly, we find that a method from the transfer learning community (LP-FT) outperforms naive training and the other continual learning methods. Even with standard kNN evaluation protocols, LP-FT performs comparably with strong continual learning methods (while being simpler and requiring less memory) on three standard benchmarks: sequential CIFAR-10, CIFAR-100, and TinyImageNet. LP-FT also reduces forgetting in a real world satellite remote sensing dataset (FMoW), and a variant of LP-FT gets state-of-the-art accuracies on an NLP continual learning benchmark.

Keywords

Cite

@article{arxiv.2302.13289,
  title  = {Improving Representational Continuity via Continued Pretraining},
  author = {Michael Sun and Ananya Kumar and Divyam Madaan and Percy Liang},
  journal= {arXiv preprint arXiv:2302.13289},
  year   = {2023}
}
R2 v1 2026-06-28T08:49:47.473Z