paper-with-me

Papers

Decamouflage: A Framework to Detect Image-Scaling Attacks on Convolutional Neural Networks

2020-10-08 · Bedeuro Kim, Alsharif Abuadbba, Yansong Gao, Yifeng Zheng, Muhammad Ejaz Ahmed, Hyoungshick Kim, Surya Nepal

As an essential processing step in computer vision applications, image resizing or scaling, more specifically downsampling, has to be applied before feeding a normally large image into a convolutional neural network (CNN) model because CNN models typically take small fixed-size images as inputs. However, image scaling functions could be adversarially abused to perform a newly revealed attack called image-scaling attack, which can affect a wide range of computer vision applications building upon image-scaling functions. This work presents an image-scaling attack detection framework, termed as Decamouflage. Decamouflage consists of three independent detection methods: (1) rescaling, (2) filtering/pooling, and (3) steganalysis. While each of these three methods is efficient standalone, they can work in an ensemble manner not only to improve the detection accuracy but also to harden potential adaptive attacks. Decamouflage has a pre-determined detection threshold that is generic. More precisely, as we have validated, the threshold determined from one dataset is also applicable to other different datasets. Extensive experiments show that Decamouflage achieves detection accuracy of 99.9\% and 99.8\% in the white-box (with the knowledge of attack algorithms) and the black-box (without the knowledge of attack algorithms) settings, respectively. To corroborate the efficiency of Decamouflage, we have also measured its run-time overhead on a personal PC with an i5 CPU and found that Decamouflage can detect image-scaling attacks in milliseconds. Overall, Decamouflage can accurately detect image scaling attacks in both white-box and black-box settings with acceptable run-time overhead.

📄 PDF Abstract BibTeX arXiv:2010.03735

Code (0)

등록된 구현이 없습니다.

Tasks

CPUSteganalysis

Methods 이 논문이 사용한 방법론

pc 설명 없음

Similar Papers 제목 키워드 기반

On the Detection of Image-Scaling Attacks in Machine Learning

2023-10-23 · Erwin Quiring, Andreas Müller, Konrad Rieck

Image scaling is an integral part of machine learning and computer vision systems. Unfortunately, this preprocessing step is vulnerable to so-called image-scaling attacks where an attacker makes unnoticeable changes to a…

Backdooring and Poisoning Neural Networks with Image-Scaling Attacks

2020-03-19 · Erwin Quiring, Konrad Rieck

Backdoors and poisoning attacks are a major threat to the security of machine-learning and vision systems. Often, however, these attacks leave visible artifacts in the images that can be visually detected and weaken the …

Seeing is Not Believing: Camouflage Attacks on Image Scaling Algorithms

2019-08-01 · USENIX Security Symposium 2019 8 · Qixue Xiao, Yufei Chen, Chao Shen, Yu Chen 외

Image scaling algorithms are intended to preserve the visual features before and after scaling, which is commonly used in numerous visual and image processing applications. In this paper, we demonstrate an automated atta…

Data Poisoningimage-classificationImage Classification

Rethinking Image-Scaling Attacks: The Interplay Between Vulnerabilities in Machine Learning Systems

2021-04-18 · Yue Gao, Ilia Shumailov, Kassem Fawaz

As real-world images come in varying sizes, the machine learning model is part of a larger system that includes an upstream image scaling algorithm. In this paper, we investigate the interplay between vulnerabilities of …

BIG-bench Machine Learning

ScAR: Scaling Adversarial Robustness for LiDAR Object Detection

2023-12-05 · Xiaohu Lu, Hayder Radha

The adversarial robustness of a model is its ability to resist adversarial attacks in the form of small perturbations to input data. Universal adversarial attack methods such as Fast Sign Gradient Method (FSGM) and Proje…

3D Object DetectionAdversarial AttackAdversarial RobustnessObject+2