paper-with-me

Papers

Classification Auto-Encoder based Detector against Diverse Data Poisoning Attacks

2021-08-09 · Fereshteh Razmi, Li Xiong

Poisoning attacks are a category of adversarial machine learning threats in which an adversary attempts to subvert the outcome of the machine learning systems by injecting crafted data into training data set, thus increasing the machine learning model's test error. The adversary can tamper with the data feature space, data labels, or both, each leading to a different attack strategy with different strengths. Various detection approaches have recently emerged, each focusing on one attack strategy. The Achilles heel of many of these detection approaches is their dependence on having access to a clean, untampered data set. In this paper, we propose CAE, a Classification Auto-Encoder based detector against diverse poisoned data. CAE can detect all forms of poisoning attacks using a combination of reconstruction and classification errors without having any prior knowledge of the attack strategy. We show that an enhanced version of CAE (called CAE+) does not have to employ a clean data set to train the defense model. Our experimental results on three real datasets MNIST, Fashion-MNIST and CIFAR demonstrate that our proposed method can maintain its functionality under up to 30% contaminated data and help the defended SVM classifier to regain its best accuracy.

📄 PDF Abstract BibTeX arXiv:2108.04206

Code (1)

emory-aims/cae 공식 구현 tf

Tasks

BIG-bench Machine LearningClassificationData Poisoning

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Assessment of few-hits machine learning classification algorithms for low energy physics in liquid argon detectors

2023-05-16 · Roberto Moretti, Marco Rossi, Matteo Biassoni, Andrea Giachero 외

The physics potential of massive liquid argon TPCs in the low-energy regime is still to be fully reaped because few-hits events encode information that can hardly be exploited by conventional classification algorithms. M…

Classification

Training Neural Networks with Stochastic Hessian-Free Optimization

2013-01-16 · Ryan Kiros

Hessian-free (HF) optimization has been successfully used for training deep autoencoders and recurrent networks. HF uses the conjugate gradient algorithm to construct update directions through curvature-vector products t…

General Classification

Nowhere to Hide: A Lightweight Unsupervised Detector against Adversarial Examples

2022-10-16 · Hui Liu, Bo Zhao, Kehuan Zhang, Peng Liu

Although deep neural networks (DNNs) have shown impressive performance on many perceptual tasks, they are vulnerable to adversarial examples that are generated by adding slight but maliciously crafted perturbations to be…

Adversarially Robust One-class Novelty Detection

2021-08-25 · Shao-Yuan Lo, Poojan Oza, Vishal M. Patel

One-class novelty detectors are trained with examples of a particular class and are tasked with identifying whether a query example belongs to the same known class. Most recent advances adopt a deep auto-encoder style ar…

Adversarial RobustnessNovelty Detection

Towards foundation-style models for energy-frontier heterogeneous neutrino detectors via self-supervised pre-training

2026-04-08 · Saúl Alonso-Monsalve, Fabio Cufino, Umut Kose, Anna Mascellani 외 arxiv

Accelerator-based neutrino physics is entering an energy-frontier regime in which interactions reach the TeV scale and produce exceptionally dense, overlapping detector signatures. In this regime, event interpretation be…