Effectiveness of random deep feature selection for securing image manipulation detectors against adversarial examples
Mauro Barni, Ehsan Nowroozi, Benedetta Tondi, Bowen Zhang

TL;DR
This paper explores how random deep feature selection can enhance the robustness of image manipulation detectors against adversarial attacks by reducing transferability of adversarial examples across different detector architectures.
Contribution
It extends the random feature selection approach to deep learning-based detectors, demonstrating its effectiveness in hindering attack transferability across various architectures and manipulation tasks.
Findings
Feature randomization reduces attack transferability.
Changing detector architecture can prevent attack transfer.
Retraining detectors can also mitigate transferability.
Abstract
We investigate if the random feature selection approach proposed in [1] to improve the robustness of forensic detectors to targeted attacks, can be extended to detectors based on deep learning features. In particular, we study the transferability of adversarial examples targeting an original CNN image manipulation detector to other detectors (a fully connected neural network and a linear SVM) that rely on a random subset of the features extracted from the flatten layer of the original network. The results we got by considering three image manipulation detection tasks (resizing, median filtering and adaptive histogram equalization), two original network architectures and three classes of attacks, show that feature randomization helps to hinder attack transferability, even if, in some cases, simply changing the architecture of the detector, or even retraining the detector is enough to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Digital Media Forensic Detection · Bacillus and Francisella bacterial research
MethodsFeature Selection
