paper-with-me

홈 › Papers

Hessian-Free Second-Order Adversarial Examples for Adversarial Learning

2022-07-04 · Yaguan Qian, Yuqi Wang, Bin Wang, Zhaoquan Gu, Yuhan Guo, Wassim Swaileh

Recent studies show deep neural networks (DNNs) are extremely vulnerable to the elaborately designed adversarial examples. Adversarial learning with those adversarial examples has been proved as one of the most effective methods to defend against such an attack. At present, most existing adversarial examples generation methods are based on first-order gradients, which can hardly further improve models' robustness, especially when facing second-order adversarial attacks. Compared with first-order gradients, second-order gradients provide a more accurate approximation of the loss landscape with respect to natural examples. Inspired by this, our work crafts second-order adversarial examples and uses them to train DNNs. Nevertheless, second-order optimization involves time-consuming calculation for Hessian-inverse. We propose an approximation method through transforming the problem into an optimization in the Krylov subspace, which remarkably reduce the computational complexity to speed up the training procedure. Extensive experiments conducted on the MINIST and CIFAR-10 datasets show that our adversarial learning with second-order adversarial examples outperforms other fisrt-order methods, which can improve the model robustness against a wide range of attacks.

📄 PDF Abstract BibTeX arXiv:2207.01396

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Hessian-Aware Zeroth-Order Optimization for Black-Box Adversarial Attack

2018-12-29 · Haishan Ye, Zhichao Huang, Cong Fang, Chris Junchi Li 외

Zeroth-order optimization is an important research topic in machine learning. In recent years, it has become a key tool in black-box adversarial attack to neural network based image classifiers. However, existing zeroth-…

Adversarial Attack

SGD with Partial Hessian for Deep Neural Networks Optimization

2024-03-05 · Ying Sun, Hongwei Yong, Lei Zhang

Due to the effectiveness of second-order algorithms in solving classical optimization problems, designing second-order optimizers to train deep neural networks (DNNs) has attracted much research interest in recent years.…

image-classificationImage ClassificationSecond-order methods

M-FAC: Efficient Matrix-Free Approximations of Second-Order Information

2021-07-07 · NeurIPS 2021 12 · Elias Frantar, Eldar Kurtic, Dan Alistarh

Efficiently approximating local curvature information of the loss function is a key tool for optimization and compression of deep neural networks. Yet, most existing methods to approximate second-order information have h…

Network PruningSecond-order methods

Series of Hessian-Vector Products for Tractable Saddle-Free Newton Optimisation of Neural Networks

2023-10-23 · Elre T. Oldewage, Ross M. Clarke, José Miguel Hernández-Lobato

Despite their popularity in the field of continuous optimisation, second-order quasi-Newton methods are challenging to apply in machine learning, as the Hessian matrix is intractably large. This computational burden is e…

Understanding Impacts of High-Order Loss Approximations and Features in Deep Learning Interpretation

2019-02-01 · Sahil Singla, Eric Wallace, Shi Feng, Soheil Feizi

Current methods to interpret deep learning models by generating saliency maps generally rely on two key assumptions. First, they use first-order approximations of the loss function neglecting higher-order terms such as t…

Deep LearningFeature ImportanceGeneral Classification