Home

Awesome

Theoretical Analysis of Robust Overfitting for Wide DNNs: An NTK Approach

This is the official repository for the ICLR 2024 paper "Theoretical Analysis of Robust Overfitting for Wide DNNs: An NTK Approach" by Shaopeng Fu and Di Wang.

News

Installation

Requirements

Build experiment environment via Docker

There are two ways to build the Docker experiment environment:

Quick Start

The scripts for $\ell_\infty$-norm, $\rho=8/255$ experiments are collected in ./scripts.

To run an experiment: for example, execute the following command:

bash ./scripts/c10/mlp/advntk-r8.sh ./

To use different perturbation radius $\rho$: modify the following arguments accordingly:

--pgd-radius       # (float) adversarial perturbation radius
--pgd-steps        # (int) steps number in PGD
--pgd-step-size    # (float) step size in PGD
--save-dir         # (string) the path to the dictionary for saving experiment

Citation

@inproceedings{fu2024theoretical,
  title={Theoretical Analysis of Robust Overfitting for Wide DNNs: An NTK Approach},
  author={Shaopeng Fu and Di Wang},
  booktitle={International Conference on Learning Representations},
  year={2024}
}

Acknowledgment