paper-with-me

Papers

Alleviating the Effect of Data Imbalance on Adversarial Training

2023-07-14 · Guanlin Li, Guowen Xu, Tianwei Zhang

In this paper, we study adversarial training on datasets that obey the long-tailed distribution, which is practical but rarely explored in previous works. Compared with conventional adversarial training on balanced datasets, this process falls into the dilemma of generating uneven adversarial examples (AEs) and an unbalanced feature embedding space, causing the resulting model to exhibit low robustness and accuracy on tail data. To combat that, we theoretically analyze the lower bound of the robust risk to train a model on a long-tailed dataset to obtain the key challenges in addressing the aforementioned dilemmas. Based on it, we propose a new adversarial training framework -- Re-balancing Adversarial Training (REAT). This framework consists of two components: (1) a new training strategy inspired by the effective number to guide the model to generate more balanced and informative AEs; (2) a carefully constructed penalty function to force a satisfactory feature space. Evaluation results on different datasets and model structures prove that REAT can effectively enhance the model's robustness and preserve the model's clean accuracy. The code can be found in https://github.com/GuanlinLee/REAT.

📄 PDF Abstract BibTeX arXiv:2307.10205

Code (1)

guanlinlee/reat 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Improving Fast Adversarial Training via Self-Knowledge Guidance

2024-09-26 · Chengze Jiang, Junkai Wang, Minjing Dong, Jie Gui 외

Adversarial training has achieved remarkable advancements in defending against adversarial attacks. Among them, fast adversarial training (FAT) is gaining attention for its ability to achieve competitive robustness with …

Adversarial RobustnessAttribute

Patch Stitching Data Augmentation for Cancer Classification in Pathology Images

2025-02-22 · Jiamu Wang, Chang-Su Kim, Jin Tae Kwak

Computational pathology, integrating computational methods and digital imaging, has shown to be effective in advancing disease diagnosis and prognosis. In recent years, the development of machine learning and deep learni…

Cancer ClassificationData AugmentationPrognosis

Enhancing cross-domain detection: adaptive class-aware contrastive transformer

2024-01-24 · Ziru Zeng, Yue Ding, Hongtao Lu

Recently,the detection transformer has gained substantial attention for its inherent minimal post-processing requirement.However,this paradigm relies on abundant training data,yet in the context of the cross-domain adapt…

Contrastive LearningDomain Adaptation

Unleash the Potential of Adaptation Models via Dynamic Domain Labels

2021-09-29 · Xin Jin, Tianyu He, Xu Shen, Songhua Wu 외

In this paper, we propose an embarrassing simple yet highly effective adversarial domain adaptation (ADA) method for effectively training models for alignment. We view ADA problem primarily from a neural network memoriza…

Domain AdaptationMemorization

Imbalanced Adversarial Training with Reweighting

2021-07-28 · Wentao Wang, Han Xu, Xiaorui Liu, Yaxin Li 외

Adversarial training has been empirically proven to be one of the most effective and reliable defense methods against adversarial attacks. However, almost all existing studies about adversarial training are focused on ba…