paper-with-me

홈 › Papers

Evaluating the Robustness of Geometry-Aware Instance-Reweighted Adversarial Training

2021-03-02 · Dorjan Hitaj, Giulio Pagnotta, Iacopo Masi, Luigi V. Mancini

In this technical report, we evaluate the adversarial robustness of a very recent method called "Geometry-aware Instance-reweighted Adversarial Training"[7]. GAIRAT reports state-of-the-art results on defenses to adversarial attacks on the CIFAR-10 dataset. In fact, we find that a network trained with this method, while showing an improvement over regular adversarial training (AT), is biasing the model towards certain samples by re-scaling the loss. Indeed, this leads the model to be susceptible to attacks that scale the logits. The original model shows an accuracy of 59% under AutoAttack - when trained with additional data with pseudo-labels. We provide an analysis that shows the opposite. In particular, we craft a PGD attack multiplying the logits by a positive scalar that decreases the GAIRAT accuracy from from 55% to 44%, when trained solely on CIFAR-10. In this report, we rigorously evaluate the model and provide insights into the reasons behind the vulnerability of GAIRAT to this adversarial attack. The code to reproduce our evaluation is made available at https://github.com/giuxhub/GAIRAT-LSA

📄 PDF Abstract BibTeX arXiv:2103.01914

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackAdversarial Robustness

Similar Papers 제목 키워드 기반

Geometry-aware Instance-reweighted Adversarial Training

2020-10-05 · ICLR 2021 1 · Jingfeng Zhang, Jianing Zhu, Gang Niu, Bo Han 외

In adversarial machine learning, there was a common belief that robustness and accuracy hurt each other. The belief was challenged by recent studies where we can maintain the robustness and improve the accuracy. However,…

Doubly Robust Instance-Reweighted Adversarial Training

2023-08-01 · Daouda Sow, Sen Lin, Zhangyang Wang, Yingbin Liang

Assigning importance weights to adversarial data has achieved great success in training adversarially robust networks under limited model capacity. However, existing instance-reweighted adversarial training (AT) methods …

Dual-Stage Reweighted MoE for Long-Tailed Egocentric Mistake Detection

2025-09-16 · Boyu Han, Qianqian Xu, Shilong Bao, Zhiyong Yang 외 arxiv

In this report, we address the problem of determining whether a user performs an action incorrectly from egocentric video data. To handle the challenges posed by subtle and infrequent mistakes, we propose a Dual-Stage Re…

Local Reweighting for Adversarial Training

2021-06-30 · Ruize Gao, Feng Liu, Kaiwen Zhou, Gang Niu 외

Instances-reweighted adversarial training (IRAT) can significantly boost the robustness of trained models, where data being less/more vulnerable to the given attack are assigned smaller/larger weights during training. Ho…

GeoTransolver: Learning Physics on Irregular Domains Using Multi-scale Geometry Aware Physics Attention Transformer

2025-12-23 · Corey Adams, Rishikesh Ranade, Ram Cherukuri, Sanjay Choudhry arxiv

We present GeoTransolver, a multiscale geometry-aware physics attention transformer for Computer Aided Engineering (CAE). GeoTransolver extends the Transolver backbone with GALE (Geometry-Aware Latent Embeddings) attenti…