paper-with-me

Papers

Enhancing Robustness in Incremental Learning with Adversarial Training

2023-12-06 · Seungju Cho, Hongsin Lee, Changick Kim

Adversarial training is one of the most effective approaches against adversarial attacks. However, adversarial training has primarily been studied in scenarios where data for all classes is provided, with limited research conducted in the context of incremental learning where knowledge is introduced sequentially. In this study, we investigate Adversarially Robust Class Incremental Learning (ARCIL), which deals with adversarial robustness in incremental learning. We first explore a series of baselines that integrate incremental learning with existing adversarial training methods, finding that they lead to conflicts between acquiring new knowledge and retaining past knowledge. Furthermore, we discover that training new knowledge causes the disappearance of a key characteristic in robust models: a flat loss landscape in input space. To address such issues, we propose a novel and robust baseline for ARCIL, named \textbf{FL}atness-preserving \textbf{A}dversarial \textbf{I}ncremental learning for \textbf{R}obustness (\textbf{FLAIR}). Experimental results demonstrate that FLAIR significantly outperforms other baselines. To the best of our knowledge, we are the first to comprehensively investigate the baselines, challenges, and solutions for ARCIL, which we believe represents a significant advance toward achieving real-world robustness. Codes are available at \url{https://github.com/HongsinLee/FLAIR}.

📄 PDF Abstract BibTeX arXiv:2312.03289

Code (1)

hongsinlee/flair 공식 구현 pytorch

Tasks

Adversarial Robustnessclass-incremental learningClass Incremental LearningIncremental LearningSplit-CIFAR-10

Similar Papers 제목 키워드 기반

Enhancing Accuracy and Robustness through Adversarial Training in Class Incremental Continual Learning

2023-05-23 · Minchan Kwon, Kangil Kim

In real life, adversarial attack to deep learning models is a fatal security issue. However, the issue has been rarely discussed in a widely used class-incremental continual learning (CICL). In this paper, we address pro…

Adversarial AttackContinual Learningimage-classificationImage Classification

Adversarial Robustness on Image Classification with $k$-means

2023-12-15 · Rollin Omari, Junae Kim, Paul Montague

In this paper we explore the challenges and strategies for enhancing the robustness of $k$-means clustering algorithms against adversarial manipulations. We evaluate the vulnerability of clustering algorithms to adversar…

Adversarial RobustnessClassificationClusteringimage-classification+2

Robustness against Adversarial Attacks in Neural Networks using Incremental Dissipativity

2021-11-25 · Bernardo Aquino, Arash Rahnama, Peter Seiler, Lizhen Lin 외

Adversarial examples can easily degrade the classification performance in neural networks. Empirical methods for promoting robustness to such examples have been proposed, but often lack both analytical insights and forma…

Quality Text, Robust Vision: The Role of Language in Enhancing Visual Robustness of Vision-Language Models

2025-07-22 · Futa Waseda, Saku Sugawara, Isao Echizen arxiv

Defending pre-trained vision-language models (VLMs), such as CLIP, against adversarial attacks is crucial, as these models are widely used in diverse zero-shot tasks, including image classification. However, existing adv…

Representation LearningAdversarial RobustnessImage Classification

Fast Second-Order Online Kernel Learning through Incremental Matrix Sketching and Decomposition

2024-10-15 · Dongxie Wen, Xiao Zhang, Zhewei Wei

Online Kernel Learning (OKL) has attracted considerable research interest due to its promising predictive performance in streaming environments. Second-order approaches are particularly appealing for OKL as they often of…

Recommendation Systems