paper-with-me

Papers

Adversarially robust generalization theory via Jacobian regularization for deep neural networks

2024-12-17 · Dongya Wu, Xin Li

Powerful deep neural networks are vulnerable to adversarial attacks. To obtain adversarially robust models, researchers have separately developed adversarial training and Jacobian regularization techniques. There are abundant theoretical and empirical studies for adversarial training, but theoretical foundations for Jacobian regularization are still lacking. In this study, we show that Jacobian regularization is closely related to adversarial training in that $\ell_{2}$ or $\ell_{1}$ Jacobian regularized loss serves as an approximate upper bound on the adversarially robust loss under $\ell_{2}$ or $\ell_{\infty}$ adversarial attack respectively. Further, we establish the robust generalization gap for Jacobian regularized risk minimizer via bounding the Rademacher complexity of both the standard loss function class and Jacobian regularization function class. Our theoretical results indicate that the norms of Jacobian are related to both standard and robust generalization. We also perform experiments on MNIST data classification to demonstrate that Jacobian regularized risk minimization indeed serves as a surrogate for adversarially robust risk minimization, and that reducing the norms of Jacobian can improve both standard and robust generalization. This study promotes both theoretical and empirical understandings to adversarially robust generalization via Jacobian regularization.

📄 PDF Abstract BibTeX arXiv:2412.12449

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Robustness of Agentic AI Systems via Adversarially-Aligned Jacobian Regularization

2026-03-04 · Furkan Mumcu, Yasin Yilmaz arxiv

As Large Language Models (LLMs) transition into autonomous multi-agent ecosystems, robust minimax training becomes essential yet remains prone to instability when highly non-linear policies induce extreme local curvature…

Jacobian Norm with Selective Input Gradient Regularization for Improved and Interpretable Adversarial Defense

2022-07-09 · Deyin Liu, Lin Wu, Haifeng Zhao, Farid Boussaid 외

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples that are crafted with imperceptible perturbations, i.e., a small change in an input image can induce a mis-classification, and thus threatens…

Adversarial Defense

Jacobian Adversarially Regularized Networks for Robustness

2019-12-21 · ICLR 2020 1 · Alvin Chan, Yi Tay, Yew Soon Ong, Jie Fu

Adversarial examples are crafted with imperceptible perturbations with the intent to fool neural networks. Against such attacks, adversarial training and its variants stand as the strongest defense to date. Previous stud…

Nuclear Norm Regularization for Deep Learning

2024-05-23 · Christopher Scarvelis, Justin Solomon

Penalizing the nuclear norm of a function's Jacobian encourages it to locally behave like a low-rank linear map. Such functions vary locally along only a handful of directions, making the Jacobian nuclear norm a natural …

Deep LearningDenoisingRepresentation Learning

Robust Learning with Jacobian Regularization

2019-08-07 · ICLR 2020 1 · Judy Hoffman, Daniel A. Roberts, Sho Yaida

Design of reliable systems must guarantee stability against input perturbations. In machine learning, such guarantee entails preventing overfitting and ensuring robustness of models against corruption of input data. In o…

BIG-bench Machine LearningGeneral Classification