paper-with-me

홈 › Papers

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 metrics like success rate, perturbation magnitude, and query count. However, unlike other data domains, the tabular domain contains complex interdependencies among features, presenting a unique aspect that should be evaluated: the need for the attack to generate coherent samples and ensure feature consistency for indistinguishability. Currently, there is no established methodology for evaluating adversarial samples based on these criteria. In this paper, we address this gap by proposing new evaluation criteria tailored for tabular attacks' quality; we defined anomaly-based framework to assess the distinguishability of adversarial samples and utilize the SHAP explainability technique to identify inconsistencies in the model's decision-making process caused by adversarial samples. These criteria could form the basis for potential detection methods and be integrated into established evaluation metrics for assessing attack's quality Additionally, we introduce a novel technique for perturbing dependent features while maintaining coherence and feature consistency within the sample. We compare different attacks' strategies, examining black-box query-based attacks and transferability-based gradient attacks across four target models. Our experiments, conducted on benchmark tabular datasets, reveal significant differences between the examined attacks' strategies in terms of the attacker's risk and effort and the attacks' quality. The findings provide valuable insights on the strengths, limitations, and trade-offs of various adversarial attacks in the tabular domain, laying a foundation for future research on attacks and defense development.

📄 PDF Abstract BibTeX arXiv:2412.07326

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SHAP 설명 없음

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

Fast Adversarial Label-Flipping Attack on Tabular Data

2023-10-16 · Xinglong Chang, Gillian Dobbie, Jörg Wicker

Machine learning models are increasingly used in fields that require high reliability such as cybersecurity. However, these models remain vulnerable to various attacks, among which the adversarial label-flipping attack p…

TTTS: Tree Test Time Simulation for Enhancing Decision Tree Robustness against Adversarial Examples

2024-03-24 · AAAI Conference on Artificial Intelligence 2024 3 · Seffi Cohen, Ofir Arbili, Yisroel Mirsky, Lior Rokach

Decision trees are widely used for addressing learning tasks involving tabular data. Yet, they are susceptible to adversarial attacks. In this paper, we present Tree Test Time Simulation (TTTS), a novel inference-time me…

Classification

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

Study of Pre-processing Defenses against Adversarial Attacks on State-of-the-art Speaker Recognition Systems

2021-01-22 · Sonal Joshi, Jesús Villalba, Piotr Żelasko, Laureano Moro-Velázquez 외

Adversarial examples to speaker recognition (SR) systems are generated by adding a carefully crafted noise to the speech signal to make the system fail while being imperceptible to humans. Such attacks pose severe securi…

Speaker Recognition