A survey and taxonomy of multi-objective deep learning methods, organized by training algorithm and by when the decision maker selects a trade-off.
Enhancing Adversarial Robustness through Multi-Objective Representation Learning
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Deep neural networks (DNNs) are vulnerable to small adversarial perturbations, which are tiny changes to the input data that appear insignificant but cause the model to produce drastically different outputs. Many defense methods require modifying model architectures during evaluation or performing test-time data purification. This not only introduces additional complexity but is often architecture-dependent. We show, however, that robust feature learning during training can significantly enhance DNN robustness. We propose MOREL, a multi-objective approach that aligns natural and adversarial features using cosine similarity and multi-positive contrastive losses to encourage similar features for same-class inputs. Extensive experiments demonstrate that MOREL significantly improves robustness against both white-box and black-box attacks. Our code is available at https://github.com/salomonhotegni/MOREL
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2024 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
Multi-objective Deep Learning: Taxonomy and Survey of the State of the Art
A survey and taxonomy of multi-objective deep learning methods, organized by training algorithm and by when the decision maker selects a trade-off.