paper-with-me

Papers

Adaptive Feature Alignment for Adversarial Training

2021-05-31 · Tao Wang, Ruixin Zhang, Xingyu Chen, Kai Zhao, Xiaolin Huang, Yuge Huang, Shaoxin Li, Jilin Li, Feiyue Huang

Recent studies reveal that Convolutional Neural Networks (CNNs) are typically vulnerable to adversarial attacks, which pose a threat to security-sensitive applications. Many adversarial defense methods improve robustness at the cost of accuracy, raising the contradiction between standard and adversarial accuracies. In this paper, we observe an interesting phenomenon that feature statistics change monotonically and smoothly w.r.t the rising of attacking strength. Based on this observation, we propose the adaptive feature alignment (AFA) to generate features of arbitrary attacking strengths. Our method is trained to automatically align features of arbitrary attacking strength. This is done by predicting a fusing weight in a dual-BN architecture. Unlike previous works that need to either retrain the model or manually tune a hyper-parameters for different attacking strengths, our method can deal with arbitrary attacking strengths with a single model without introducing any hyper-parameter. Importantly, our method improves the model robustness against adversarial samples without incurring much loss in standard accuracy. Experiments on CIFAR-10, SVHN, and tiny-ImageNet datasets demonstrate that our method outperforms the state-of-the-art under a wide range of attacking strengths.

📄 PDF Abstract BibTeX arXiv:2105.15157

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Defense

Similar Papers 제목 키워드 기반

AIR-DA: Adversarial Image Reconstruction for Unsupervised Domain Adaptive Object Detection

2023-03-27 · Kunyang Sun, Wei Lin, Haoqin Shi, Zhengming Zhang 외

Unsupervised domain adaptive object detection is a challenging vision task where object detectors are adapted from a label-rich source domain to an unlabeled target domain. Recent advances prove the efficacy of the adver…

Image Reconstructionobject-detectionObject Detection

Domain Adaptive Object Detection via Balancing Between Self-Training and Adversarial Learning

2023-11-08 · Muhammad Akhtar Munir, Muhammad Haris Khan, M. Saquib Sarfraz, Mohsen Ali

Deep learning based object detectors struggle generalizing to a new target domain bearing significant variations in object and background. Most current methods align domains by using image or instance-level adversarial f…

Objectobject-detectionObject Detection

Self-adaptive Re-weighted Adversarial Domain Adaptation

2020-05-30 · Shan-Shan Wang, Lei Zhang

Existing adversarial domain adaptation methods mainly consider the marginal distribution and these methods may lead to either under transfer or negative transfer. To address this problem, we present a self-adaptive re-we…

Domain AdaptationTriplet

Synergizing between Self-Training and Adversarial Learning for Domain Adaptive Object Detection

2021-10-01 · Muhammad Akhtar Munir, Muhammad Haris Khan, M. Saquib Sarfraz, Mohsen Ali

We study adapting trained object detectors to unseen domains manifesting significant variations of object appearance, viewpoints and backgrounds. Most current methods align domains by either using image or instance-level…

Objectobject-detectionObject Detection

Significance-aware Information Bottleneck for Domain Adaptive Semantic Segmentation

2019-04-01 · ICCV 2019 10 · Yawei Luo, Ping Liu, Tao Guan, Junqing Yu 외

For unsupervised domain adaptation problems, the strategy of aligning the two domains in latent feature space through adversarial learning has achieved much progress in image classification, but usually fails in semantic…

Domain Adaptationimage-classificationImage ClassificationSegmentation+2