LGAIJul 15, 2025

Crafting Imperceptible On-Manifold Adversarial Attacks for Tabular Data

arXiv:2507.10998v2h-index: 5Has CodeApplied Soft Computing
Originality Incremental advance
AI Analysis

This work addresses the challenge of creating realistic adversarial examples for tabular data, which is important for security and robustness in domains like finance and healthcare, though it is incremental as it adapts VAE-based methods from image domains to tabular data.

The paper tackled the problem of generating imperceptible adversarial attacks for tabular data by proposing a latent-space perturbation framework using a mixed-input Variational Autoencoder, which achieved substantially lower outlier rates and higher In-Distribution Success Rate across six datasets and three model architectures compared to traditional methods.

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.

Code Implementations1 repo
Foundations

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

Your Notes