Crafting Imperceptible On-Manifold Adversarial Attacks for Tabular Data
Zhipeng He, Alexander Stevens, Chun Ouyang, Johannes De Smedt, Alistair Barros, Catarina Moreira
TL;DR
This paper tackles the challenge of creating imperceptible adversarial examples for tabular data by performing perturbations in a mixed-input latent space learned by a variational autoencoder. A mixed-input VAE with a classification head enables on-manifold perturbations that preserve the data distribution while deceiving classifiers, and the authors introduce the In-Distribution Success Rate metric to jointly assess attack effectiveness and distributional alignment. Across six datasets and three model architectures, the proposed method achieves superior reconstruction fidelity and higher IDSR compared with traditional input-space attacks and image-domain VAE baselines, though performance strongly depends on latent-space reconstruction quality and data availability. The work highlights the importance of manifold-aligned perturbations for realistic adversarial examples in tabular domains and provides insights into hyperparameter sensitivity, sparsity control, and generative-model choices with implications for robustness evaluation and future generative-model-based attacks in mixed-type data.
Abstract
Adversarial attacks on tabular data present unique challenges due to the heterogeneous nature of mixed categorical and numerical features. Unlike images where pixel perturbations maintain visual similarity, tabular data lacks intuitive similarity metrics, making it difficult to define imperceptible modifications. Additionally, traditional gradient-based methods prioritise $\ell_p$-norm constraints, often producing adversarial examples that deviate from the original data distributions. To address this, we propose a latent-space perturbation framework using a mixed-input Variational Autoencoder (VAE) to generate statistically consistent adversarial examples. The proposed VAE integrates categorical embeddings and numerical features into a unified latent manifold, enabling perturbations that preserve statistical consistency. We introduce In-Distribution Success Rate (IDSR) to jointly evaluate attack effectiveness and distributional alignment. Evaluation across six publicly available datasets and three model architectures demonstrates that our method achieves substantially lower outlier rates and more consistent performance compared to traditional input-space attacks and other VAE-based methods adapted from image domain approaches, achieving substantially lower outlier rates and higher IDSR across six datasets and three model architectures. Our comprehensive analyses of hyperparameter sensitivity, sparsity control, and generative architecture demonstrate that the effectiveness of VAE-based attacks depends strongly on reconstruction quality and the availability of sufficient training data. When these conditions are met, the proposed framework achieves superior practical utility and stability compared with input-space methods. This work underscores the importance of maintaining on-manifold perturbations for generating realistic and robust adversarial examples in tabular domains.
