paper-with-me

Papers

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 systems often do not rely on images or text but instead on tabular data. Adversarial robustness in tabular data poses two serious challenges. First, tabular datasets often contain categorical features, and therefore cannot be tackled directly with existing optimization procedures. Second, in the tabular domain, algorithms that are not based on deep networks are widely used and offer great performance, but algorithms to enhance robustness are tailored to neural networks (e.g. adversarial training). In this paper, we tackle both challenges. We present a method that allows us to train adversarially robust deep networks for tabular data and to transfer this robustness to other classifiers via universal robust embeddings tailored to categorical data. These embeddings, created using a bilevel alternating minimization framework, can be transferred to boosted trees or random forests making them robust without the need for adversarial training while preserving their high accuracy on tabular data. We show that our methods outperform existing techniques within a practical threat model suitable for tabular data.

📄 PDF Abstract BibTeX arXiv:2306.04064

Code (1)

spring-epfl/transferable-cat-robustness 공식 구현 pytorch

Tasks

Adversarial RobustnessFraud DetectionMedical DiagnosisRecommendation Systems

Similar Papers 제목 키워드 기반

ACTIVE: Towards Highly Transferable 3D Physical Camouflage for Universal and Robust Vehicle Evasion

2023-08-14 · ICCV 2023 1 · Naufal Suryanto, Yongsu Kim, Harashta Tatimma Larasati, Hyoeun Kang 외

Adversarial camouflage has garnered attention for its ability to attack object detectors from any viewpoint by covering the entire object's surface. However, universality and robustness in existing methods often fall sho…

When Robots Obey the Patch: Universal Transferable Patch Attacks on Vision-Language-Action Models

2025-11-26 · Hui Lu, Yi Yu, Yiming Yang, Chenyu Yi 외 arxiv

Vision-Language-Action (VLA) models are vulnerable to adversarial attacks, yet universal and transferable attacks remain underexplored, as most existing patches overfit to a single model and fail in black-box settings. T…

Three-in-One: Robust Enhanced Universal Transferable Anti-Facial Retrieval in Online Social Networks

2024-12-12 · Yunna Lv, Long Tang, Dengpan Ye, Caiyun Xie 외

Deep hash-based retrieval techniques are widely used in facial retrieval systems to improve the efficiency of facial matching. However, it also carries the danger of exposing private information. Deep hash models are eas…

Meta-LearningRetrieval

Universal, transferable and targeted adversarial attacks

2019-08-29 · Junde Wu, Rao Fu

Deep Neural Networks have been found vulnerable re-cently. A kind of well-designed inputs, which called adver-sarial examples, can lead the networks to make incorrectpredictions. Depending on the different scenarios, goa…

Universal Adversarial Triggers Are Not Universal

2024-04-24 · Nicholas Meade, Arkil Patel, Siva Reddy

Recent work has developed optimization procedures to find token sequences, called adversarial triggers, which can elicit unsafe responses from aligned language models. These triggers are believed to be universally transf…