paper-with-me

Papers

Quantifying the Preferential Direction of the Model Gradient in Adversarial Training With Projected Gradient Descent

2020-09-10 · Ricardo Bigolin Lanfredi, Joyce D. Schroeder, Tolga Tasdizen

Adversarial training, especially projected gradient descent (PGD), has proven to be a successful approach for improving robustness against adversarial attacks. After adversarial training, gradients of models with respect to their inputs have a preferential direction. However, the direction of alignment is not mathematically well established, making it difficult to evaluate quantitatively. We propose a novel definition of this direction as the direction of the vector pointing toward the closest point of the support of the closest inaccurate class in decision space. To evaluate the alignment with this direction after adversarial training, we apply a metric that uses generative adversarial networks to produce the smallest residual needed to change the class present in the image. We show that PGD-trained models have a higher alignment than the baseline according to our definition, that our metric presents higher alignment values than a competing metric formulation, and that enforcing this alignment increases the robustness of models.

📄 PDF Abstract BibTeX arXiv:2009.04709

Code (1)

ricbl/gradient-direction-of-robust-models 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Beating Attackers At Their Own Games: Adversarial Example Detection Using Adversarial Gradient Directions

2020-12-31 · Yuhang Wu, Sunpreet S. Arora, Yanhong Wu, Hao Yang

Adversarial examples are input examples that are specifically crafted to deceive machine learning classifiers. State-of-the-art adversarial example detection methods characterize an input example as adversarial either by…

Knowledge Gradient for Preference Learning

2026-01-29 · Kaiwen Wu, Jacob R. Gardner arxiv

The knowledge gradient is a popular acquisition function in Bayesian optimization (BO) for optimizing black-box objectives with noisy function evaluations. Many practical settings, however, allow only pairwise comparison…

Info-Evo: Using Information Geometry to Guide Evolutionary Program Learning

2021-02-20 · Ben Goertzel

A novel optimization strategy, Info-Evo, is described, in which natural gradient search using nonparametric Fisher information is used to provide ongoing guidance to an evolutionary learning algorithm, so that the evolut…

Revisiting Anisotropy in Language Transformers: The Geometry of Learning Dynamics

2026-04-09 · Raphael Bernas, Fanny Jourdan, Antonin Poché, Céline Hudelot arxiv

Since their introduction, Transformer architectures have dominated Natural Language Processing (NLP). However, recent research has highlighted an inherent anisotropy phenomenon in these models, presenting a significant c…

GAPO: Learning Preferential Prompt through Generative Adversarial Policy Optimization

2025-03-26 · Zhouhong Gu, Xingzhou Chen, Xiaoran Shi, Tao Wang 외

Recent advances in large language models have highlighted the critical need for precise control over model outputs through predefined constraints. While existing methods attempt to achieve this through either direct inst…

HallucinationPrompt Learning