paper-with-me

Papers

Revisiting the Trade-off between Accuracy and Robustness via Weight Distribution of Filters

2023-06-06 · Xingxing Wei, Shiji Zhao, Bo Li

Adversarial attacks have been proven to be potential threats to Deep Neural Networks (DNNs), and many methods are proposed to defend against adversarial attacks. However, while enhancing the robustness, the clean accuracy will decline to a certain extent, implying a trade-off existed between the accuracy and robustness. In this paper, to meet the trade-off problem, we theoretically explore the underlying reason for the difference of the filters' weight distribution between standard-trained and robust-trained models and then argue that this is an intrinsic property for static neural networks, thus they are difficult to fundamentally improve the accuracy and adversarial robustness at the same time. Based on this analysis, we propose a sample-wise dynamic network architecture named Adversarial Weight-Varied Network (AW-Net), which focuses on dealing with clean and adversarial examples with a "divide and rule" weight strategy. The AW-Net adaptively adjusts the network's weights based on regulation signals generated by an adversarial router, which is directly influenced by the input sample. Benefiting from the dynamic network architecture, clean and adversarial examples can be processed with different network weights, which provides the potential to enhance both accuracy and adversarial robustness. A series of experiments demonstrate that our AW-Net is architecture-friendly to handle both clean and adversarial examples and can achieve better trade-off performance than state-of-the-art robust models.

📄 PDF Abstract BibTeX arXiv:2306.03430

Code (1)

zhaoshiji123/aw-net 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Adversarial robustness for latent models: Revisiting the robust-standard accuracies tradeoff

2021-10-22 · Adel Javanmard, Mohammad Mehrabi

Over the past few years, several adversarial training methods have been proposed to improve the robustness of machine learning models against adversarial perturbations in the input. Despite remarkable progress in this re…

Adversarial RobustnessBinary Classification

Revisiting the Adversarial Robustness-Accuracy Tradeoff in Robot Learning

2022-04-15 · Mathias Lechner, Alexander Amini, Daniela Rus, Thomas A. Henzinger

Adversarial training (i.e., training on adversarially perturbed input data) is a well-studied method for making neural networks robust to potential adversarial attacks during inference. However, the improved robustness d…

Adversarial RobustnessAutonomous DrivingGesture RecognitionRobot Navigation

Revisiting Visual Model Robustness: A Frequency Long-Tailed Distribution View

2023-09-21 · NeurIPS 2023 11

A widely discussed hypothesis regarding the cause of visual models' lack of robustness is that they can exploit human-imperceptible high-frequency components (HFC) in images, which in turn leads to model vulnerabilities,…

WeightNet: Revisiting the Design Space of Weight Networks

2020-07-23 · ECCV 2020 8 · Ningning Ma, Xiangyu Zhang, Jiawei Huang, Jian Sun

We present a conceptually simple, flexible and effective framework for weight generating networks. Our approach is general that unifies two current distinct and extremely effective SENet and CondConv into the same framew…

Revisiting Vul-RAG: Reproducibility and Replicability of RAG-based Vulnerability Detection with Open-Weight Models

2026-06-03 · Sabrina Kaniewski, Fabian Schmidt, Tobias Heer arxiv

Large language models (LLMs) have shown strong potential for automated software vulnerability detection, particularly in retrieval-augmented generation (RAG) settings. However, for approaches relying on proprietary model…

Vulnerability Detection