paper-with-me

Papers

Adversarial Continual Learning

2020-03-21 · ECCV 2020 8 · Sayna Ebrahimi, Franziska Meier, Roberto Calandra, Trevor Darrell, Marcus Rohrbach

Continual learning aims to learn new tasks without forgetting previously learned ones. We hypothesize that representations learned to solve each task in a sequence have a shared structure while containing some task-specific properties. We show that shared features are significantly less prone to forgetting and propose a novel hybrid continual learning framework that learns a disjoint representation for task-invariant and task-specific features required to solve a sequence of tasks. Our model combines architecture growth to prevent forgetting of task-specific skills and an experience replay approach to preserve shared skills. We demonstrate our hybrid approach is effective in avoiding forgetting and show it is superior to both architecture-based and memory-based approaches on class incrementally learning of a single dataset as well as a sequence of multiple datasets in image classification. Our code is available at \url{https://github.com/facebookresearch/Adversarial-Continual-Learning}.

📄 PDF Abstract BibTeX arXiv:2003.09553

Code (1)

facebookresearch/Adversarial-Continual-Learning 공식 구현 pytorch

Tasks

Continual Learningimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Adversarial Robust Memory-Based Continual Learner

2023-11-29 · Xiaoyue Mi, Fan Tang, Zonghan Yang, Danding Wang 외

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 le…

Adversarial RobustnessContinual Learning

Towards Adversarially Robust Continual Learning

2023-03-31 · Tao Bai, Chen Chen, Lingjuan Lyu, Jun Zhao 외

Recent studies show that models trained by continual learning can achieve the comparable performances as the standard supervised learning and the learning flexibility of continual learning models enables their wide appli…

Adversarial RobustnessContinual Learning

Scalable Adversarial Online Continual Learning

2022-09-04 · Tanmoy Dam, Mahardhika Pratama, Md Meftahul Ferdaus, Sreenatha Anavatti 외

Adversarial continual learning is effective for continual learning problems because of the presence of feature alignment process generating task-invariant features having low susceptibility to the catastrophic forgetting…

Continual LearningMeta-Learning

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)

Susceptibility of Continual Learning Against Adversarial Attacks

2022-07-11 · Hikmat Khan, Pir Masoom Shah, Syed Farhan Alam Zaidi, Saif ul Islam 외

Recent continual learning approaches have primarily focused on mitigating catastrophic forgetting. Nevertheless, two critical areas have remained relatively unexplored: 1) evaluating the robustness of proposed methods an…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning