paper-with-me

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 reliable defenses. We hypothesize that this lag in the research on tabular adversarial attacks is in part due to the lack of standardized benchmarks. To fill this gap, we propose TabularBench, the first comprehensive benchmark of robustness of tabular deep learning classification models. We evaluated adversarial robustness with CAA, an ensemble of gradient and search attacks which was recently demonstrated as the most effective attack against a tabular model. In addition to our open benchmark (https://github.com/serval-uni-lu/tabularbench) where we welcome submissions of new models and defenses, we implement 7 robustification mechanisms inspired by state-of-the-art defenses in computer vision and propose the largest benchmark of robust tabular deep learning over 200 models across five critical scenarios in finance, healthcare and security. We curated real datasets for each use case, augmented with hundreds of thousands of realistic synthetic inputs, and trained and assessed our models with and without data augmentations. We open-source our library that provides API access to all our pre-trained robust tabular models, and the largest datasets of real and synthetic tabular inputs. Finally, we analyze the impact of various defenses on the robustness and provide actionable insights to design new defenses and robustification mechanisms.

📄 PDF Abstract BibTeX arXiv:2408.07579

Code (1)

serval-uni-lu/tabularbench 공식 구현 pytorch

Tasks

Adversarial RobustnessBenchmarkingDeep Learning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

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

A Correlation- and Mean-Aware Loss Function and Benchmarking Framework to Improve GAN-based Tabular Data Synthesis

2024-05-27 · Minh H. Vu, Daniel Edler, Carl Wibom, Tommy Löfstedt 외

Advancements in science rely on data sharing. In medicine, where personal data are often involved, synthetic tabular data generated by generative adversarial networks (GANs) offer a promising avenue. However, existing GA…

Benchmarking

Deep generative models as an adversarial attack strategy for tabular machine learning

2024-09-19 · Salijona Dyrmishi, Mihaela Cătălina Stoian, Eleonora Giunchiglia, Maxime Cordy

Deep Generative Models (DGMs) have found application in computer vision for generating adversarial examples to test the robustness of machine learning (ML) systems. Extending these adversarial techniques to tabular ML pr…

Adversarial Attack

Transferable Adversarial Robustness for Categorical Data via Universal Robust Embeddings

2023-06-06 · NeurIPS 2023 11 · Klim Kireev, Maksym Andriushchenko, Carmela Troncoso, Nicolas Flammarion

Research on adversarial robustness is primarily focused on image and text data. Yet, many scenarios in which lack of robustness can result in serious risks, such as fraud detection, medical diagnosis, or recommender syst…

Adversarial RobustnessFraud DetectionMedical DiagnosisRecommendation Systems

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