LGCVMar 7, 2023

Robustness-preserving Lifelong Learning via Dataset Condensation

arXiv:2303.04183v15 citationsh-index: 74
Originality Incremental advance
AI Analysis

This addresses the challenge of maintaining model robustness against adversarial attacks in lifelong learning, which is incremental as it builds on existing methods to handle a specific vulnerability.

The paper tackles the problem of preserving adversarial robustness in lifelong learning by proposing a new memory-replay strategy using bi-level optimization to determine coresets, resulting in improved standard and robust accuracy on CIFAR-10 with ResNet-18.

Lifelong learning (LL) aims to improve a predictive model as the data source evolves continuously. Most work in this learning paradigm has focused on resolving the problem of 'catastrophic forgetting,' which refers to a notorious dilemma between improving model accuracy over new data and retaining accuracy over previous data. Yet, it is also known that machine learning (ML) models can be vulnerable in the sense that tiny, adversarial input perturbations can deceive the models into producing erroneous predictions. This motivates the research objective of this paper - specification of a new LL framework that can salvage model robustness (against adversarial attacks) from catastrophic forgetting. Specifically, we propose a new memory-replay LL strategy that leverages modern bi-level optimization techniques to determine the 'coreset' of the current data (i.e., a small amount of data to be memorized) for ease of preserving adversarial robustness over time. We term the resulting LL framework 'Data-Efficient Robustness-Preserving LL' (DERPLL). The effectiveness of DERPLL is evaluated for class-incremental image classification using ResNet-18 over the CIFAR-10 dataset. Experimental results show that DERPLL outperforms the conventional coreset-guided LL baseline and achieves a substantial improvement in both standard accuracy and robust accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes