paper-with-me

홈 › Papers

Rethinking Uncertainty in Deep Learning: Whether and How it Improves Robustness

2020-11-27 · Yilun Jin, Lixin Fan, Kam Woh Ng, Ce Ju, Qiang Yang

Deep neural networks (DNNs) are known to be prone to adversarial attacks, for which many remedies are proposed. While adversarial training (AT) is regarded as the most robust defense, it suffers from poor performance both on clean examples and under other types of attacks, e.g. attacks with larger perturbations. Meanwhile, regularizers that encourage uncertain outputs, such as entropy maximization (EntM) and label smoothing (LS) can maintain accuracy on clean examples and improve performance under weak attacks, yet their ability to defend against strong attacks is still in doubt. In this paper, we revisit uncertainty promotion regularizers, including EntM and LS, in the field of adversarial learning. We show that EntM and LS alone provide robustness only under small perturbations. Contrarily, we show that uncertainty promotion regularizers complement AT in a principled manner, consistently improving performance on both clean examples and under various attacks, especially attacks with large perturbations. We further analyze how uncertainty promotion regularizers enhance the performance of AT from the perspective of Jacobian matrices $\nabla_X f(X;\theta)$, and find out that EntM effectively shrinks the norm of Jacobian matrices and hence promotes robustness.

📄 PDF Abstract BibTeX arXiv:2011.13538

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Unequal Uncertainty: Rethinking Algorithmic Interventions for Mitigating Discrimination from AI

2025-08-11 · Holli Sargeant, Mackenzie Jorgensen, Arina Shah, Sam Goring 외 arxiv

Uncertainty in artificial intelligence (AI) predictions raises pressing legal and ethical questions for AI-assisted decision-making. This article examines two uncertainty-based algorithmic interventions that act as guard…

Rethinking Pose Refinement in 3D Gaussian Splatting under Pose Prior and Geometric Uncertainty

2026-03-17 · Mangyu Kong, Jaewon Lee, Seongwon Lee, Euntai Kim arxiv

3D Gaussian Splatting (3DGS) has recently emerged as a powerful scene representation and is increasingly used for visual localization and pose refinement. However, despite its high-quality differentiable rendering, the r…

Visual Localization

How Does Bayes Error Limit Probabilistic Robust Accuracy

2024-05-23 · Ruihan Zhang, Jun Sun

Adversarial examples pose a security threat to many critical systems built on neural networks. Given that deterministic robustness often comes with significantly reduced accuracy, probabilistic robustness (i.e., the prob…

Rethinking Rotation in Self-Supervised Contrastive Learning: Adaptive Positive or Negative Data Augmentation

2022-10-23 · Atsuyuki Miyai, Qing Yu, Daiki Ikami, Go Irie 외

Rotation is frequently listed as a candidate for data augmentation in contrastive learning but seldom provides satisfactory improvements. We argue that this is because the rotated image is always treated as either positi…

Contrastive LearningData Augmentation

PixMix: Dreamlike Pictures Comprehensively Improve Safety Measures

2021-12-09 · CVPR 2022 1 · Dan Hendrycks, Andy Zou, Mantas Mazeika, Leonard Tang 외

In real-world applications of machine learning, reliable and safe systems must consider measures of performance beyond standard test set accuracy. These other goals include out-of-distribution (OOD) robustness, predictio…

Adversarial RobustnessAnomaly DetectionData Augmentation