paper-with-me

홈 › Papers

Sharpness-Aware Geometric Defense for Robust Out-Of-Distribution Detection

2025-08-24 · Jeng-Lin Li, Ming-Ching Chang, Wei-Chao Chen arxiv

Out-of-distribution (OOD) detection ensures safe and reliable model deployment. Contemporary OOD algorithms using geometry projection can detect OOD or adversarial samples from clean in-distribution (ID) samples. However, this setting regards adversarial ID samples as OOD, leading to incorrect OOD predictions. Existing efforts on OOD detection with ID and OOD data under attacks are minimal. In this paper, we develop a robust OOD detection method that distinguishes adversarial ID samples from OOD ones. The sharp loss landscape created by adversarial training hinders model convergence, impacting the latent embedding quality for OOD score calculation. Therefore, we introduce a {\bf Sharpness-aware Geometric Defense (SaGD)} framework to smooth out the rugged adversarial loss landscape in the projected latent geometry. Enhanced geometric embedding convergence enables accurate ID data characterization, benefiting OOD detection against adversarial attacks. We use Jitter-based perturbation in adversarial training to extend the defense ability against unseen attacks. Our SaGD framework significantly improves FPR and AUC over the state-of-the-art defense approaches in differentiating CIFAR-100 from six other OOD datasets under various attacks. We further examine the effects of perturbations at various adversarial training levels, revealing the relationship between the sharp loss landscape and adversarial OOD detection.

📄 PDF Abstract BibTeX arXiv:2508.17174

Code (0)

등록된 구현이 없습니다.

Tasks

Out-of-Distribution Detection

Similar Papers 제목 키워드 기반

Enhancing Fine-Tuning Based Backdoor Defense with Sharpness-Aware Minimization

2023-04-24 · ICCV 2023 1 · Mingli Zhu, Shaokui Wei, Li Shen, Yanbo Fan 외

Backdoor defense, which aims to detect or mitigate the effect of malicious triggers introduced by attackers, is becoming increasingly critical for machine learning security and integrity. Fine-tuning based on benign data…

backdoor defense

Flat Seeking Bayesian Neural Networks

2023-02-06 · NeurIPS 2023 11

Bayesian Neural Networks (BNNs) provide a probabilistic interpretation for deep learning models by imposing a prior distribution over model parameters and inferring a posterior distribution based on observed data. The mo…

Deep LearningVariational Inference

RSAM: Learning on manifolds with Riemannian Sharpness-aware Minimization

2023-09-29 · Tuan Truong, Hoang-Phi Nguyen, Tung Pham, Minh-Tuan Tran 외

Nowadays, understanding the geometry of the loss landscape shows promise in enhancing a model's generalization ability. In this work, we draw upon prior works that apply geometric principles to optimization and present a…

Contrastive Learningimage-classificationImage Classification

From Sharpness to Better Generalization for Speech Deepfake Detection

2025-06-13 · Wen Huang, Xuechen Liu, Xin Wang, Junichi Yamagishi 외

Generalization remains a critical challenge in speech deepfake detection (SDD). While various approaches aim to improve robustness, generalization is typically assessed through performance metrics like equal error rate w…

DeepFake DetectionFace Swapping

Differentially Private Sharpness-Aware Training

2023-06-09 · Jinseong Park, Hoki Kim, Yujin Choi, Jaewook Lee

Training deep learning models with differential privacy (DP) results in a degradation of performance. The training dynamics of models with DP show a significant difference from standard training, whereas understanding th…