Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,181 papers · 148 categories

Trend · papers per month

134269403537 · Jun 202019922001200920182026
48 results for fooling samples

New rules found to fool deep neural networks in text classification.

problem Vulnerabilities of deep neural networks in text classification.
method Coevolutionary optimization algorithm to create imperceptible adversarial samples.
result Universal rules for fooling deep neural networks in text classification exist and are sample and method agnostic.

Adversarial attacks on spectrograms can fool audio classifiers trained on waveforms.

problem Susceptibility of audio classifiers to adversarial attacks on spectrograms.
method Applying adversarial attacks to spectrograms and reconstructing audio waveforms.
result Perturbed spectrograms can fool 2D CNNs and 1D CNNs trained on audio waveforms.

Deep learning models are vulnerable to adversarial examples that can fool them.

problem Vulnerability of deep learning models to adversarial examples in safety-critical environments.
method Review and taxonomy of methods for generating adversarial examples, countermeasures, and challenges.
result Deep learning models are vulnerable to adversarial examples that can fool them.

Adversarial tweets can fool stock prediction models, causing financial loss.

problem Vulnerability of stock prediction models to adversarial attacks on social media.
method Solving combinatorial optimization problems with semantic and budget constraints to generate adversarial tweets.
result Adversarial tweets can fool stock prediction models and cause significant financial loss.

Paper shows how to fool mammogram classifiers with adversarial attacks.

problem Vulnerability of mammographic image classifiers to adversarial attacks.
method Trained model on mamographic images, generated adversarial samples, analyzed similarity.
result Demonstrated successful adversarial attacks on mammographic image classifier.

Researchers create adversarial examples to deceive iris recognition systems.

problem Tackling the vulnerability of iris recognition systems to adversarial attacks.
method Developed a deep auto-encoder surrogate network to generate adversarial examples for iris recognition systems.
result Demonstrated that adversarial examples can fool iris recognition systems in both white-box and black-box settings.

Researchers show how to manipulate Partial Dependence plots to deceive explanations of predictive models.

problem The robustness and trustworthiness of Partial Dependence (PD) explanations are compromised.
method Data poisoning using genetic and gradient algorithms to manipulate PD plots.
result PD explanations can be fooled and manipulated to mislead understanding of predictive models.

Adversarial perturbations fool wearable sensor systems, showing transferability across different systems.

problem Adversarial examples fool wearable sensor systems, showing transferability across different systems.
method Study of adversarial transferability in wearable sensor systems from four perspectives: systems, subjects, sensor body locations, and datasets.
result Strong untargeted transferability in most cases, targeted attacks less successful.

Deep neural networks (DNNs) are powerful nonlinear architectures that are known to be robust to random perturbations of the input. However, these models are vulnerable to adversarial perturbations--small input changes crafted explicitly to fool the model. In this paper, we ask whether a DNN can distinguish adversarial …

2017-03-01abs ↗pdf ↗

This paper explores vulnerabilities in hierarchical graph pooling neural networks for graph classification.

problem Vulnerability of hierarchical graph pooling neural networks in graph classification tasks.
method Proposes an adversarial attack framework using a surrogate model to generate adversarial samples.
result Adversarial samples can fool hierarchical GNN-based graph classification models, demonstrating their vulnerability.

Neural networks can predict BMI from faces, and can be fooled into wrong predictions.

problem Vulnerability of BMI prediction models to adversarial attacks.
method Test-time adversarial attacks on neural networks trained to infer BMI from facial images.
result Neural networks can be tricked into predicting incorrect BMI values, posing a risk of insurance fraud.

Symbolic knowledge in neural models can inadvertently make them more vulnerable to adversarial attacks.

problem Symbolic knowledge in neural models can make models more susceptible to adversarial attacks.
method Investigated deep probabilistic graphical models that incorporate symbolic knowledge and neural nets.
result Symbolic knowledge can propagate the negative effects of adversarial examples, making models more vulnerable.

Proposes a new method to measure classifier robustness.

problem Measuring robustness of classifiers is crucial but challenging.
method Weighting sample importance based on difficulty and using logistic regression as a theoretical case study.
result The proposed score is independent of sample choice and measures robustness effectively.

Paper explores combining auto-encoder representations to fool adversarial discriminators.

problem Combining auto-encoder representations to fool adversarial discriminators.
method Mixing function to produce interpolations of hidden states or masked combinations of latent representations.
result Shows that mixing function can produce interpolations consistent with a conditioned class label.

This paper extends adversarial attacks to produce desired class probability distributions.

problem Easily fooling deep learning models with imperceptible perturbations.
method Probabilistic framework to generate desired class probability distributions.
result The ability to closely approximate any probability distribution for classes while maintaining high fooling rates and preventing detection.

One pixel attack can fool deep neural networks, showing their vulnerability.

problem Vulnerability of deep neural networks to small perturbations in input.
method Proposes a novel method using differential evolution (DE) for generating one-pixel adversarial perturbations.
result 67.97% of natural images and 16.04% of ImageNet images can be fooled by modifying just one pixel.

This paper explores how facial recognition systems can be fooled by adversarial attacks.

problem Adversarial attacks on facial recognition systems.
method Applying Fast Gradient Sign Method and crafting various black-box attack algorithms.
result High levels of perturbation can significantly decrease classifier confidence and misclassification rates.

New neural networks without weight transport are more robust to adversarial attacks.

problem Existing neural networks are easily fooled by adversarial attacks.
method Trained neural networks using feedback alignment instead of weight transport.
result Neural networks without weight transport are significantly harder to fool (98% adversarial accuracy vs 0.03%).

Camera stickers can fool deep learning systems by manipulating the lens, achieving 49.6% misclassification rate.

problem The vulnerability of deep learning systems to physical adversarial attacks.
method Iterative procedure to update attack perturbation and threat model for physical realizability.
result Achieved 49.6% misclassification rate for targeted attacks on ImageNet classifiers.

Enhances adversarial examples for better transferability across models.

problem Adversarial examples often have limited black-box transferability.
method Fine-tunes existing adversarial examples by increasing perturbation on a pre-specified layer of the source model.
result Our method achieves greater black-box transferability of adversarial examples.

While deep learning is remarkably successful on perceptual tasks, it was also shown to be vulnerable to adversarial perturbations of the input. These perturbations denote noise added to the input that was generated specifically to fool the system while being quasi-imperceptible for humans. More severely, there even exi…

2017-04-19abs ↗pdf ↗

New method creates universal perturbations to fool neural network interpretations.

problem Vulnerability of gradient-based saliency maps to adversarial perturbations.
method Gradient-based optimization and PCA-based approach to create UPI.
result Existence and successful application of Universal Perturbation for Interpretation (UPI).