paper-with-me

Papers

The Effectiveness of Random Forgetting for Robust Generalization

2024-02-18 · Vijaya Raghavan T Ramkumar, Bahram Zonooz, Elahe Arani

Deep neural networks are susceptible to adversarial attacks, which can compromise their performance and accuracy. Adversarial Training (AT) has emerged as a popular approach for protecting neural networks against such attacks. However, a key challenge of AT is robust overfitting, where the network's robust performance on test data deteriorates with further training, thus hindering generalization. Motivated by the concept of active forgetting in the brain, we introduce a novel learning paradigm called "Forget to Mitigate Overfitting (FOMO)". FOMO alternates between the forgetting phase, which randomly forgets a subset of weights and regulates the model's information through weight reinitialization, and the relearning phase, which emphasizes learning generalizable features. Our experiments on benchmark datasets and adversarial attacks show that FOMO alleviates robust overfitting by significantly reducing the gap between the best and last robust test accuracy while improving the state-of-the-art robustness. Furthermore, FOMO provides a better trade-off between standard and robust accuracy, outperforming baseline adversarial methods. Finally, our framework is robust to AutoAttacks and increases generalization in many real-world scenarios.

📄 PDF Abstract BibTeX arXiv:2402.11733

Code (1)

neurai-lab/fomo 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Dealing with the Evil Twins: Improving Random Augmentation by Addressing Catastrophic Forgetting of Diverse Augmentations

2025-06-09 · Dongkyu Cho, Rumi Chunara

Data augmentation is a promising tool for enhancing out-of-distribution generalization, where the key is to produce diverse, challenging variations of the source domain via costly targeted augmentations that maximize its…

Data AugmentationDomain GeneralizationOut-of-Distribution GeneralizationSingle-Source Domain Generalization

Unforgettable Generalization in Language Models

2024-09-03 · Eric Zhang, Leshem Chosen, Jacob Andreas

When language models (LMs) are trained to forget (or "unlearn'') a skill, how precisely does their behavior change? We study the behavior of transformer LMs in which tasks have been forgotten via fine-tuning on randomize…

Physical Commonsense ReasoningQuestion Answering

Memory Population in Continual Learning via Outlier Elimination

2022-07-04 · Julio Hurtado, Alain Raymond-Saez, Vladimir Araujo, Vincenzo Lomonaco 외

Catastrophic forgetting, the phenomenon of forgetting previously learned tasks when learning a new one, is a major hurdle in developing continual learning algorithms. A popular method to alleviate forgetting is to use a …

Continual Learning

Analysis of Catastrophic Forgetting for Random Orthogonal Transformation Tasks in the Overparameterized Regime

2022-06-01 · Daniel Goldfarb, Paul Hand

Overparameterization is known to permit strong generalization performance in neural networks. In this work, we provide an initial theoretical analysis of its effect on catastrophic forgetting in a continual learning setu…

Continual Learningimage-classificationImage ClassificationPermuted-MNIST

Fixed Random Classifier Rearrangement for Continual Learning

2024-02-23 · Shengyang Huang, Jianwen Mo

With the explosive growth of data, continual learning capability is increasingly important for neural networks. Due to catastrophic forgetting, neural networks inevitably forget the knowledge of old tasks after learning …

Binary ClassificationContinual Learning