paper-with-me

Papers

Adversarial Robust Memory-Based Continual Learner

2023-11-29 · Xiaoyue Mi, Fan Tang, Zonghan Yang, Danding Wang, Juan Cao, Peng Li, Yang Liu

Despite the remarkable advances that have been made in continual learning, the adversarial vulnerability of such methods has not been fully discussed. We delve into the adversarial robustness of memory-based continual learning algorithms and observe limited robustness improvement by directly applying adversarial training techniques. Preliminary studies reveal the twin challenges for building adversarial robust continual learners: accelerated forgetting in continual learning and gradient obfuscation in adversarial robustness. In this study, we put forward a novel adversarial robust memory-based continual learner that adjusts data logits to mitigate the forgetting of pasts caused by adversarial samples. Furthermore, we devise a gradient-based data selection mechanism to overcome the gradient obfuscation caused by limited stored data. The proposed approach can widely integrate with existing memory-based continual learning as well as adversarial training algorithms in a plug-and-play way. Extensive experiments on Split-CIFAR10/100 and Split-Tiny-ImageNet demonstrate the effectiveness of our approach, achieving up to 8.13% higher accuracy for adversarial data.

📄 PDF Abstract BibTeX arXiv:2311.17608

Code (1)

KululuMi/RCL 공식 구현

Tasks

Adversarial RobustnessContinual Learning

Similar Papers 제목 키워드 기반

Data Augmentation for Continual RL via Adversarial Gradient Episodic Memory

2024-08-24 · Sihao Wu, Xingyu Zhao, Xiaowei Huang

Data efficiency of learning, which plays a key role in the Reinforcement Learning (RL) training process, becomes even more important in continual RL with sequential environments. In continual RL, the learner interacts wi…

BenchmarkingData AugmentationReinforcement Learning (RL)

Memory Bounds for Continual Learning

2022-04-22 · Xi Chen, Christos Papadimitriou, Binghui Peng

Continual learning, or lifelong learning, is a formidable current challenge to machine learning. It requires the learner to solve a sequence of $k$ different learning tasks, one after the other, while retaining its aptit…

Continual LearningLifelong learning

Sparse Distributed Memory is a Continual Learner

2023-03-20 · Trenton Bricken, Xander Davies, Deepak Singh, Dmitry Krotov 외

Continual learning is a problem for artificial neural networks that their biological counterparts are adept at solving. Building on work using Sparse Distributed Memory (SDM) to connect a core neural circuit with the pow…

Continual Learning

Targeted Forgetting and False Memory Formation in Continual Learners through Adversarial Backdoor Attacks

2020-02-17 · Muhammad Umer, Glenn Dawson, Robi Polikar

Artificial neural networks are well-known to be susceptible to catastrophic forgetting when continually learning from sequences of tasks. Various continual (or "incremental") learning approaches have been proposed to avo…

Backdoor AttackContinual LearningIncremental LearningMisinformation

Learning to Continually Learn Rapidly from Few and Noisy Data

2021-03-06 · Nicholas I-Hsien Kuo, Mehrtash Harandi, Nicolas Fourrier, Christian Walder 외

Neural networks suffer from catastrophic forgetting and are unable to sequentially learn new tasks without guaranteed stationarity in data distribution. Continual learning could be achieved via replay -- by concurrently …

Continual LearningMeta-Learning