paper-with-me

Papers

TabAttackBench: A Benchmark for Adversarial Attacks on Tabular Data

2025-05-27 · Zhipeng He, Chun Ouyang, Lijie Wen, Cong Liu, Catarina Moreira

Adversarial attacks pose a significant threat to machine learning models by inducing incorrect predictions through imperceptible perturbations to input data. While these attacks have been extensively studied in unstructured data like images, their application to tabular data presents new challenges. These challenges arise from the inherent heterogeneity and complex feature interdependencies in tabular data, which differ significantly from those in image data. To address these differences, it is crucial to consider imperceptibility as a key criterion specific to tabular data. Most current research focuses primarily on achieving effective adversarial attacks, often overlooking the importance of maintaining imperceptibility. To address this gap, we propose a new benchmark for adversarial attacks on tabular data that evaluates both effectiveness and imperceptibility. In this study, we assess the effectiveness and imperceptibility of five adversarial attacks across four models using eleven tabular datasets, including both mixed and numerical-only datasets. Our analysis explores how these factors interact and influence the overall performance of the attacks. We also compare the results across different dataset types to understand the broader implications of these findings. The findings from this benchmark provide valuable insights for improving the design of adversarial attack algorithms, thereby advancing the field of adversarial machine learning on tabular data.

📄 PDF Abstract BibTeX arXiv:2505.21027

Code (1)

zhipenghe/tabattackbench 공식 구현 pytorch

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

TabularBench: Benchmarking Adversarial Robustness for Tabular Deep Learning in Real-world Use-cases

2024-08-14 · Thibault Simonetto, Salah Ghamizi, Maxime Cordy

While adversarial robustness in computer vision is a mature research field, fewer researchers have tackled the evasion attacks against tabular deep learning, and even fewer investigated robustification mechanisms and rel…

Adversarial RobustnessBenchmarkingDeep Learning

Constrained Adaptive Attacks: Realistic Evaluation of Adversarial Examples and Robust Training of Deep Neural Networks for Tabular Data

2023-11-08 · Thibault Simonetto, Salah Ghamizi, Antoine Desjardins, Maxime Cordy 외

State-of-the-art deep learning models for tabular data have recently achieved acceptable performance to be deployed in industrial settings. However, the robustness of these models remains scarcely explored. Contrary to c…

Adversarial Robustness

Addressing Key Challenges of Adversarial Attacks and Defenses in the Tabular Domain: A Methodological Framework for Coherence and Consistency

2024-12-10 · Yael Itzhakev, Amit Giloni, Yuval Elovici, Asaf Shabtai

Machine learning models trained on tabular data are vulnerable to adversarial attacks, even in realistic scenarios where attackers have access only to the model's outputs. Researchers evaluate such attacks by considering…

On the Robustness of Tabular Foundation Models: Test-Time Attacks and In-Context Defenses

2025-06-03 · Mohamed Djilani, Thibault Simonetto, Karim TIT, Florian Tambon 외

Recent tabular Foundational Models (FM) such as TabPFN and TabICL, leverage in-context learning to achieve strong performance without gradient updates or fine-tuning. However, their robustness to adversarial manipulation…

In-Context Learning

Imperceptible Adversarial Attacks on Tabular Data

2019-11-08 · Vincent Ballet, Xavier Renard, Jonathan Aigrain, Thibault Laugel 외

Security of machine learning models is a concern as they may face adversarial attacks for unwarranted advantageous decisions. While research on the topic has mainly been focusing on the image domain, numerous industrial …

BIG-bench Machine Learning