paper-with-me

홈 › Papers

MMA Training: Direct Input Space Margin Maximization through Adversarial Training

2018-12-06 · ICLR 2020 1 · Gavin Weiguang Ding, Yash Sharma, Kry Yik Chau Lui, Ruitong Huang

We study adversarial robustness of neural networks from a margin maximization perspective, where margins are defined as the distances from inputs to a classifier's decision boundary. Our study shows that maximizing margins can be achieved by minimizing the adversarial loss on the decision boundary at the "shortest successful perturbation", demonstrating a close connection between adversarial losses and the margins. We propose Max-Margin Adversarial (MMA) training to directly maximize the margins to achieve adversarial robustness. Instead of adversarial training with a fixed $\epsilon$, MMA offers an improvement by enabling adaptive selection of the "correct" $\epsilon$ as the margin individually for each datapoint. In addition, we rigorously analyze adversarial training with the perspective of margin maximization, and provide an alternative interpretation for adversarial training, maximizing either a lower or an upper bound of the margins. Our experiments empirically confirm our theory and demonstrate MMA training's efficacy on the MNIST and CIFAR10 datasets w.r.t. $\ell_\infty$ and $\ell_2$ robustness. Code and models are available at https://github.com/BorealisAI/mma_training.

📄 PDF Abstract BibTeX arXiv:1812.02637

Code (1)

BorealisAI/mma_training 공식 구현 pytorch

Tasks

Adversarial DefenseAdversarial Robustness

Similar Papers 제목 키워드 기반

Certified Robustness via Dynamic Margin Maximization and Improved Lipschitz Regularization

2023-09-29 · NeurIPS 2023 11 · Mahyar Fazlyab, Taha Entesari, Aniket Roy, Rama Chellappa

To improve the robustness of deep classifiers against adversarial perturbations, many approaches have been proposed, such as designing new architectures with better robustness properties (e.g., Lipschitz-capped networks)…

Margin Maximization as Lossless Maximal Compression

2020-01-28 · Nikolaos Nikolaou, Henry Reeve, Gavin Brown

The ultimate goal of a supervised learning algorithm is to produce models constructed on the training data that can generalize well to new examples. In classification, functional margin maximization -- correctly classify…

General Classification

On the Equivalence of Regression and Classification

2025-11-06 · Jayadeva, Naman Dwivedi, Hari Krishnan, N. M. Anoop Krishnan arxiv

A formal link between regression and classification has been tenuous. Even though the margin maximization term $\|w\|$ is used in support vector regression, it has at best been justified as a regularizer. We show that a …

Geometric Properties of the Voronoi Tessellation in Latent Semantic Manifolds of Large Language Models

2026-04-08 · Marshall Brett arxiv

Language models operate on discrete tokens but compute in continuous vector spaces, inducing a Voronoi tessellation over the representation manifold. We study this tessellation empirically on Qwen3.5-4B-Base, making two …

Pairwise Margin Maximization for Deep Neural Networks

2021-10-09 · Berry Weinstein, Shai Fine, Yacov Hel-Or

The weight decay regularization term is widely used during training to constrain expressivity, avoid overfitting, and improve generalization. Historically, this concept was borrowed from the SVM maximum margin principle …

Multi-class Classification