paper-with-me

홈 › Papers

Adversarial training with informed data selection

2023-01-07 · Marcele O. K. Mendonça, Javier Maroto, Pascal Frossard, Paulo S. R. Diniz

With the increasing amount of available data and advances in computing capabilities, deep neural networks (DNNs) have been successfully employed to solve challenging tasks in various areas, including healthcare, climate, and finance. Nevertheless, state-of-the-art DNNs are susceptible to quasi-imperceptible perturbed versions of the original images -- adversarial examples. These perturbations of the network input can lead to disastrous implications in critical areas where wrong decisions can directly affect human lives. Adversarial training is the most efficient solution to defend the network against these malicious attacks. However, adversarial trained networks generally come with lower clean accuracy and higher computational complexity. This work proposes a data selection (DS) strategy to be applied in the mini-batch training. Based on the cross-entropy loss, the most relevant samples in the batch are selected to update the model parameters in the backpropagation. The simulation results show that a good compromise can be obtained regarding robustness and standard accuracy, whereas the computational complexity of the backpropagation pass is reduced.

📄 PDF Abstract BibTeX arXiv:2301.04472

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scaling Adversarial Training via Data Selection

2025-12-26 · Youran Ye, Dejin Wang, Ajinkya Bhandare arxiv

Projected Gradient Descent (PGD) is a strong and widely used first-order adversarial attack, yet its computational cost scales poorly, as all training samples undergo identical iterative inner-loop optimization despite c…

Adversarial RobustnessAdversarial Attack

Tournament Informed Adversarial Quality Diversity

2026-01-27 · Timothée Anne, Noah Syrkis, Meriem Elhosni, Florian Turati 외 arxiv

Quality diversity (QD) is a branch of evolutionary computation that seeks high-quality and behaviorally diverse solutions to a problem. While adversarial problems are common, classical QD cannot be easily applied to them…

AdRo-FL: Informed and Secure Client Selection for Federated Learning in the Presence of Adversarial Aggregator

2025-06-21 · Md. Kamrul Hossain, Walid Aljoby, Anis Elgabli, Ahmed M. Abdelmoniem 외

Federated Learning (FL) enables collaborative learning without exposing clients' data. While clients only share model updates with the aggregator, studies reveal that aggregators can infer sensitive information from thes…

Federated LearningPrivacy Preserving

Contrast-Informed Augmentation and Domain-Adversarial Training for Adult-to-Neonatal MR Reconstruction Generalization

2026-06-11 · Stephen Moore, Lara Leijser, Richard Frayne, Roberto Souza arxiv

Purpose: To investigate whether contrast-informed data augmentation and domain-adversarial training improve the adult-to-neonatal generalization of the E2E-VarNet. Methods: Three training regimes were investigated: (1) a…

Data Augmentation

Friendly Training: Neural Networks Can Adapt Data To Make Learning Easier

2021-06-21 · Simone Marullo, Matteo Tiezzi, Marco Gori, Stefano Melacci

In the last decade, motivated by the success of Deep Learning, the scientific community proposed several approaches to make the learning procedure of Neural Networks more effective. When focussing on the way in which the…