paper-with-me

홈 › Papers

The Importance of Image Interpretation: Patterns of Semantic Misclassification in Real-World Adversarial Images

2022-06-03 · Zhengyu Zhao, Nga Dang, Martha Larson

Adversarial images are created with the intention of causing an image classifier to produce a misclassification. In this paper, we propose that adversarial images should be evaluated based on semantic mismatch, rather than label mismatch, as used in current work. In other words, we propose that an image of a "mug" would be considered adversarial if classified as "turnip", but not as "cup", as current systems would assume. Our novel idea of taking semantic misclassification into account in the evaluation of adversarial images offers two benefits. First, it is a more realistic conceptualization of what makes an image adversarial, which is important in order to fully understand the implications of adversarial images for security and privacy. Second, it makes it possible to evaluate the transferability of adversarial images to a real-world classifier, without requiring the classifier's label set to have been available during the creation of the images. The paper carries out an evaluation of a transfer attack on a real-world image classifier that is made possible by our semantic misclassification approach. The attack reveals patterns in the semantics of adversarial misclassifications that could not be investigated using conventional label mismatch.

📄 PDF Abstract BibTeX arXiv:2206.01467

Code (1)

zhengyuzhao/targeted-transfer 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Explaining Humour Style Classifications: An XAI Approach to Understanding Computational Humour Analysis

2025-01-06 · Mary Ogbuka Kenneth, Foaad Khosmood, Abbas Edalat

Humour styles can have either a negative or a positive impact on well-being. Given the importance of these styles to mental health, significant research has been conducted on their automatic identification. However, the …

Feature Importance

Towards Fine-Grained Interpretability: Counterfactual Explanations for Misclassification with Saliency Partition

2025-01-01 · CVPR 2025 1 · Lintong Zhang, Kang Yin, Seong-Whan Lee

Attribution-based explanation techniques capture key patterns to enhance visual interpretability. However, these patterns often lack the granularity needed for insight in fine-grained tasks, particularly in cases of …

counterfactualCounterfactual Explanation

Causal Explanations of Image Misclassifications

2020-06-28 · Yan Min, Miles Bennett

The causal explanation of image misclassifications is an understudied niche, which can potentially provide valuable insights in model interpretability and increase prediction accuracy. This study trains CIFAR-10 on six m…

Efficient Semantic Segmentation for Visual Bird's-eye View Interpretation

2018-11-29 · Timo Sämann, Karl Amende, Stefan Milz, Christian Witt 외

The ability to perform semantic segmentation in real-time capable applications with limited hardware is of great importance. One such application is the interpretation of the visual bird's-eye view, which requires the se…

SegmentationSemantic Segmentation

Fooling Network Interpretation in Image Classification

2018-12-06 · ICCV 2019 10 · Akshayvarun Subramanya, Vipin Pillai, Hamed Pirsiavash

Deep neural networks have been shown to be fooled rather easily using adversarial attack algorithms. Practical methods such as adversarial patches have been shown to be extremely effective in causing misclassification. H…

Adversarial AttackClassificationDecision MakingGeneral Classification+3