paper-with-me

홈 › Papers

CatBack: Universal Backdoor Attacks on Tabular Data via Categorical Encoding

2025-11-08 · Behrad Tajalli, Stefanos Koffas, Stjepan Picek arxiv

Backdoor attacks in machine learning have drawn significant attention for their potential to compromise models stealthily, yet most research has focused on homogeneous data such as images. In this work, we propose a novel backdoor attack on tabular data, which is particularly challenging due to the presence of both numerical and categorical features. Our key idea is a novel technique to convert categorical values into floating-point representations. This approach preserves enough information to maintain clean-model accuracy compared to traditional methods like one-hot or ordinal encoding. By doing this, we create a gradient-based universal perturbation that applies to all features, including categorical ones. We evaluate our method on five datasets and four popular models. Our results show up to a 100% attack success rate in both white-box and black-box settings (including real-world applications like Vertex AI), revealing a severe vulnerability for tabular data. Our method is shown to surpass the previous works like Tabdoor in terms of performance, while remaining stealthy against state-of-the-art defense mechanisms. We evaluate our attack against Spectral Signatures, Neural Cleanse, Beatrix, and Fine-Pruning, all of which fail to defend successfully against it. We also verify that our attack successfully bypasses popular outlier detection mechanisms.

📄 PDF Abstract BibTeX arXiv:2511.06072

Code (0)

등록된 구현이 없습니다.

Tasks

Outlier Detection

Similar Papers 제목 키워드 기반

Tabdoor: Backdoor Vulnerabilities in Transformer-based Neural Networks for Tabular Data

2023-11-13 · Bart Pleiter, Behrad Tajalli, Stefanos Koffas, Gorka Abad 외

Deep Neural Networks (DNNs) have shown great promise in various domains. Alongside these developments, vulnerabilities associated with DNN training, such as backdoor attacks, are a significant concern. These attacks invo…

Backdoor Attack

Universal Litmus Patterns: Revealing Backdoor Attacks in CNNs

2019-06-26 · CVPR 2020 6 · Soheil Kolouri, Aniruddha Saha, Hamed Pirsiavash, Heiko Hoffmann

The unprecedented success of deep neural networks in many applications has made these networks a prime target for adversarial exploitation. In this paper, we introduce a benchmark technique for detecting backdoor attacks…

Traffic Sign Recognition

Universal Backdoor Attacks

2023-11-30 · Benjamin Schneider, Nils Lukas, Florian Kerschbaum

Web-scraped datasets are vulnerable to data poisoning, which can be used for backdooring deep image classifiers during training. Since training on large datasets is expensive, a model is trained once and re-used many tim…

Data Poisoning

Test-Time Backdoor Attacks on Multimodal Large Language Models

2024-02-13 · Dong Lu, Tianyu Pang, Chao Du, Qian Liu 외

Backdoor attacks are commonly executed by contaminating training data, such that a trigger can activate predetermined harmful effects during the test phase. In this work, we present AnyDoor, a test-time backdoor attack a…

Backdoor Attack

Universal Backdoor Attacks Detection via Adaptive Adversarial Probe

2022-09-12 · Yuhang Wang, Huafeng Shi, Rui Min, Ruijia Wu 외

Extensive evidence has demonstrated that deep neural networks (DNNs) are vulnerable to backdoor attacks, which motivates the development of backdoor attacks detection. Most detection methods are designed to verify whethe…

Scheduling