Risk Analysis and Design Against Adversarial Actions
Marco C. Campi, Algo Carè, Luis G. Crespo, Simone Garatti, Federico A. Ramponi
TL;DR
The paper tackles deployment-time adversarial actions in predictive modeling by introducing a principled, distribution-free framework based on SVR that quantifies robustness through adversarial regions. It defines adversarial risk and introduces adversarial complexity computed from training data to derive high-confidence bounds on risk, which hold without assumptions on the unknown data distribution. The framework extends to learning via relaxed optimization and kernelized lifting, providing generalization to broader domains and enabling out-of-distribution risk evaluation via Wasserstein bounds. Through synthetic and engineering examples, the authors illustrate how robust designs trade predictor width for reduced adversarial risk and demonstrate practical risk estimation without extra data. Collectively, the work provides a rigorous, data-efficient toolkit for designing and evaluating robust predictors under foreseen adversarial actions and distribution shifts.
Abstract
Learning models capable of providing reliable predictions in the face of adversarial actions has become a central focus of the machine learning community in recent years. This challenge arises from observing that data encountered at deployment time often deviate from the conditions under which the model was trained. In this paper, we address deployment-time adversarial actions and propose a versatile, well-principled framework to evaluate the model's robustness against attacks of diverse types and intensities. While we initially focus on Support Vector Regression (SVR), the proposed approach extends naturally to the broad domain of learning via relaxed optimization techniques. Our results enable an assessment of the model vulnerability without requiring additional test data and operate in a distribution-free setup. These results not only provide a tool to enhance trust in the model's applicability but also aid in selecting among competing alternatives. Later in the paper, we show that our findings also offer useful insights for establishing new results within the out-of-distribution framework.
