paper-with-me

홈 › Papers

Semantically Adversarial Learnable Filters

2020-08-13 · Ali Shahin Shamsabadi, Changjae Oh, Andrea Cavallaro

We present an adversarial framework to craft perturbations that mislead classifiers by accounting for the image content and the semantics of the labels. The proposed framework combines a structure loss and a semantic adversarial loss in a multi-task objective function to train a fully convolutional neural network. The structure loss helps generate perturbations whose type and magnitude are defined by a target image processing filter. The semantic adversarial loss considers groups of (semantic) labels to craft perturbations that prevent the filtered image {from} being classified with a label in the same group. We validate our framework with three different target filters, namely detail enhancement, log transformation and gamma correction filters; and evaluate the adversarially filtered images against three classifiers, ResNet50, ResNet18 and AlexNet, pre-trained on ImageNet. We show that the proposed framework generates filtered images with a high success rate, robustness, and transferability to unseen classifiers. We also discuss objective and subjective evaluations of the adversarial perturbations.

📄 PDF Abstract BibTeX arXiv:2008.06069

Code (2)

AliShahin/FilterFool 공식 구현 pytorch
smartcameras/FilterFool 공식 구현 pytorch

Similar Papers 제목 키워드 기반

One for Many: an Instagram inspired black-box adversarial attack

2021-09-29 · Alina Elena Baia, Alfredo Milani, Valentina Poggioni

It is well known that deep learning models are susceptible to adversarial attacks. To produce more robust and effective attacks, we propose a nested evolutionary algorithm able to produce multi-network (decision-based) b…

Adversarial Attack

GhostPrompt: Jailbreaking Text-to-image Generative Models based on Dynamic Optimization

2025-05-25 · Zixuan Chen, Hao Lin, Ke Xu, Xinghao Jiang 외

Text-to-image (T2I) generation models can inadvertently produce not-safe-for-work (NSFW) content, prompting the integration of text and image safety filters. Recent advances employ large language models (LLMs) for semant…

Large Language ModelRed Teaming

Learnable Frequency Filters for Speech Feature Extraction in Speaker Verification

2022-06-15 · Jingyu Li, Yusheng Tian, Tan Lee

Mel-scale spectrum features are used in various recognition and classification tasks on speech signals. There is no reason to expect that these features are optimal for all different tasks, including speaker verification…

Speaker Verification

Improving Nighttime Driving-Scene Segmentation via Dual Image-adaptive Learnable Filters

2022-07-04 · Wenyu Liu, Wentong Li, Jianke Zhu, Miaomiao Cui 외

Semantic segmentation on driving-scene images is vital for autonomous driving. Although encouraging performance has been achieved on daytime images, the performance on nighttime images are less satisfactory due to the in…

Autonomous DrivingScene SegmentationSegmentationSemantic Segmentation

Gabor Layers Enhance Network Robustness

2019-12-11 · ECCV 2020 8 · Juan C. Pérez, Motasem Alfarra, Guillaume Jeanneret, Adel Bibi 외

We revisit the benefits of merging classical vision concepts with deep learning models. In particular, we explore the effect on robustness against adversarial attacks of replacing the first layers of various deep archite…