paper-with-me

Papers

TART: Boosting Clean Accuracy Through Tangent Direction Guided Adversarial Training

2024-08-27 · Bongsoo Yi, Rongjie Lai, Yao Li

Adversarial training has been shown to be successful in enhancing the robustness of deep neural networks against adversarial attacks. However, this robustness is accompanied by a significant decline in accuracy on clean data. In this paper, we propose a novel method, called Tangent Direction Guided Adversarial Training (TART), that leverages the tangent space of the data manifold to ameliorate the existing adversarial defense algorithms. We argue that training with adversarial examples having large normal components significantly alters the decision boundary and hurts accuracy. TART mitigates this issue by estimating the tangent direction of adversarial examples and allocating an adaptive perturbation limit according to the norm of their tangential component. To the best of our knowledge, our paper is the first work to consider the concept of tangent space and direction in the context of adversarial defense. We validate the effectiveness of TART through extensive experiments on both simulated and benchmark datasets. The results demonstrate that TART consistently boosts clean accuracy while retaining a high level of robustness against adversarial attacks. Our findings suggest that incorporating the geometric properties of data can lead to more effective and efficient adversarial training methods.

📄 PDF Abstract BibTeX arXiv:2408.14728

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Defense

Similar Papers 제목 키워드 기반

K-Tangent Spaces on Riemannian Manifolds for Improved Pedestrian Detection

2014-03-05 · Andres Sanin, Conrad Sanderson, Mehrtash T. Harandi, Brian C. Lovell

For covariance-based image descriptors, taking into account the curvature of the corresponding feature space has been shown to improve discrimination performance. This is often done through representing the descriptors a…

Pedestrian Detection

Robust NAS under adversarial training: benchmark, theory, and beyond

2024-03-19 · Yongtao Wu, Fanghui Liu, Carl-Johann Simon-Gabriel, Grigorios G Chrysos 외

Recent developments in neural architecture search (NAS) emphasize the significance of considering robust architectures against malicious data. However, there is a notable absence of benchmark evaluations and theoretical …

Learning TheoryNeural Architecture Search

Online Agnostic Multiclass Boosting

2022-05-30 · Vinod Raman, Ambuj Tewari

Boosting is a fundamental approach in machine learning that enjoys both strong theoretical and practical guarantees. At a high-level, boosting algorithms cleverly aggregate weak learners to generate predictions with arbi…

Binary Classification

Short-term Load Forecasting Based on Hybrid Strategy Using Warm-start Gradient Tree Boosting

2020-05-23 · Yuexin Zhang, Jiahong Wang

A deep-learning-based hybrid strategy for short-term load forecasting is presented. The strategy proposes a novel tree-based ensemble method Warm-start Gradient Tree Boosting (WGTB). Current strategies either ensemble su…

Load Forecasting

BESA: Boosting Encoder Stealing Attack with Perturbation Recovery

2025-06-05 · Xuhao Ren, Haotian Liang, Yajie Wang, Chuan Zhang 외

To boost the encoder stealing attack under the perturbation-based defense that hinders the attack performance, we propose a boosting encoder stealing attack with perturbation recovery named BESA. It aims to overcome pert…