paper-with-me

홈 › Papers

On the Over-Memorization During Natural, Robust and Catastrophic Overfitting

2023-10-13 · Runqi Lin, Chaojian Yu, Bo Han, Tongliang Liu

Overfitting negatively impacts the generalization ability of deep neural networks (DNNs) in both natural and adversarial training. Existing methods struggle to consistently address different types of overfitting, typically designing strategies that focus separately on either natural or adversarial patterns. In this work, we adopt a unified perspective by solely focusing on natural patterns to explore different types of overfitting. Specifically, we examine the memorization effect in DNNs and reveal a shared behaviour termed over-memorization, which impairs their generalization capacity. This behaviour manifests as DNNs suddenly becoming high-confidence in predicting certain training patterns and retaining a persistent memory for them. Furthermore, when DNNs over-memorize an adversarial pattern, they tend to simultaneously exhibit high-confidence prediction for the corresponding natural pattern. These findings motivate us to holistically mitigate different types of overfitting by hindering the DNNs from over-memorization training patterns. To this end, we propose a general framework, Distraction Over-Memorization (DOM), which explicitly prevents over-memorization by either removing or augmenting the high-confidence natural patterns. Extensive experiments demonstrate the effectiveness of our proposed method in mitigating overfitting across various training paradigms.

📄 PDF Abstract BibTeX arXiv:2310.08847

Code (1)

tmllab/2024_iclr_dom 공식 구현 pytorch

Tasks

Memorization

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Artificial Neural Variability for Deep Learning: On Overfitting, Noise Memorization, and Catastrophic Forgetting

2020-11-12 · Zeke Xie, Fengxiang He, Shaopeng Fu, Issei Sato 외

Deep learning is often criticized by two serious issues which rarely exist in natural nervous systems: overfitting and catastrophic forgetting. It can even memorize randomly labelled data, which has little knowledge behi…

Memorization

Why Deep Learning Generalizes

2022-11-17 · Benjamin L. Badger

Very large deep learning models trained using gradient descent are remarkably resistant to memorization given their huge capacity, but are at the same time capable of fitting large datasets of pure noise. Here methods ar…

Deep LearningMemorization

Local Linearity and Double Descent in Catastrophic Overfitting

2021-11-21 · Varun Sivashankar, Nikil Selvam

Catastrophic overfitting is a phenomenon observed during Adversarial Training (AT) with the Fast Gradient Sign Method (FGSM) where the test robustness steeply declines over just one epoch in the training stage. Prior wor…

Understanding Catastrophic Overfitting in Single-step Adversarial Training

2020-10-05 · Hoki Kim, Woojin Lee, Jaewook Lee

Although fast adversarial training has demonstrated both robustness and efficiency, the problem of "catastrophic overfitting" has been observed. This is a phenomenon in which, during single-step adversarial training, the…

Applicability of memorization indicators for early spotting of overfitting while recalibrating sEMG-decoders on low sample sizes

2026-06-26 · Stephan J. Lehmler, Tobias Glasmachers, Ioannis Iossifidis arxiv

Deep learning models for surface electromyography (sEMG) can benefit substantially from subject-specific (re-)calibration, since no sufficiently large and diverse datasets are available to train fully generic decoders. H…