paper-with-me

홈 › Papers

Pixle: a fast and effective black-box attack based on rearranging pixels

2022-02-04 · Jary Pomponi, Simone Scardapane, Aurelio Uncini

Recent research has found that neural networks are vulnerable to several types of adversarial attacks, where the input samples are modified in such a way that the model produces a wrong prediction that misclassifies the adversarial sample. In this paper we focus on black-box adversarial attacks, that can be performed without knowing the inner structure of the attacked model, nor the training procedure, and we propose a novel attack that is capable of correctly attacking a high percentage of samples by rearranging a small number of pixels within the attacked image. We demonstrate that our attack works on a large number of datasets and models, that it requires a small number of iterations, and that the distance between the original sample and the adversarial one is negligible to the human eye.

📄 PDF Abstract BibTeX arXiv:2202.02236

Code (1)

jaryp/pixleattack 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Threats to Arabic Handwriting Recognition: Investigating Black-Box Adversarial Attacks on embedded ConvNet models

2026-05-18 · Mohsine EL Khayati, Abdelillah Semma, Abdelaziz Courr, Rachid Elouahbi arxiv

Arabic handwriting recognition (AHR) has made significant progress with deep learning models. AHR research has largely focused on performance, with security receiving little attention. This study provides what appears to…

Handwriting Recognition

IGAff: Benchmarking Adversarial Iterative and Genetic Affine Algorithms on Deep Neural Networks

2025-09-08 · Sebastian-Vasile Echim, Andrei-Alexandru Preda, Dumitru-Clementin Cercel, Florin Pop arxiv

Deep neural networks currently dominate many fields of the artificial intelligence landscape, achieving state-of-the-art results on numerous tasks while remaining hard to understand and exhibiting surprising weaknesses. …

Adversarial RobustnessImage ClassificationData Augmentation

PixleepFlow: A Pixel-Based Lifelog Framework for Predicting Sleep Quality and Stress Level

2025-02-13 · Younghoon Na, Seunghun Oh, Seongji Ko, Hyunkyung Lee

The analysis of lifelogs can yield valuable insights into an individual's daily life, particularly with regard to their health and well-being. The accurate assessment of quality of life is necessitated by the use of dive…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Sleep Quality

Adversarial training may be a double-edged sword

2021-07-24 · Ali Rahmati, Seyed-Mohsen Moosavi-Dezfooli, Huaiyu Dai

Adversarial training has been shown as an effective approach to improve the robustness of image classifiers against white-box attacks. However, its effectiveness against black-box attacks is more nuanced. In this work, w…

DPatch: An Adversarial Patch Attack on Object Detectors

2018-06-05 · Xin Liu, Huanrui Yang, Ziwei Liu, Linghao Song 외

Object detectors have emerged as an indispensable module in modern computer vision systems. In this work, we propose DPatch -- a black-box adversarial-patch-based attack towards mainstream object detectors (i.e. Faster R…

Object