LGCROct 17, 2022

Towards Generating Adversarial Examples on Mixed-type Data

arXiv:2210.09405v11 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses safety concerns for ML models in critical applications like financial forecasting and fraud detection, though it is incremental as it builds on existing adversarial attack research.

The authors tackled the problem of generating adversarial examples for machine learning models on mixed-type data, proposing M-Attack, which effectively perturbs both numerical and categorical features to mislead predictions and evade detection.

The existence of adversarial attacks (or adversarial examples) brings huge concern about the machine learning (ML) model's safety issues. For many safety-critical ML tasks, such as financial forecasting, fraudulent detection, and anomaly detection, the data samples are usually mixed-type, which contain plenty of numerical and categorical features at the same time. However, how to generate adversarial examples with mixed-type data is still seldom studied. In this paper, we propose a novel attack algorithm M-Attack, which can effectively generate adversarial examples in mixed-type data. Based on M-Attack, attackers can attempt to mislead the targeted classification model's prediction, by only slightly perturbing both the numerical and categorical features in the given data samples. More importantly, by adding designed regularizations, our generated adversarial examples can evade potential detection models, which makes the attack indeed insidious. Through extensive empirical studies, we validate the effectiveness and efficiency of our attack method and evaluate the robustness of existing classification models against our proposed attack. The experimental results highlight the feasibility of generating adversarial examples toward machine learning models in real-world applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes