paper-with-me

Papers

Counterfactual Image Generation for adversarially robust and interpretable Classifiers

2023-10-01 · Rafael Bischof, Florian Scheidegger, Michael A. Kraus, A. Cristiano I. Malossi

Neural Image Classifiers are effective but inherently hard to interpret and susceptible to adversarial attacks. Solutions to both problems exist, among others, in the form of counterfactual examples generation to enhance explainability or adversarially augment training datasets for improved robustness. However, existing methods exclusively address only one of the issues. We propose a unified framework leveraging image-to-image translation Generative Adversarial Networks (GANs) to produce counterfactual samples that highlight salient regions for interpretability and act as adversarial samples to augment the dataset for more robustness. This is achieved by combining the classifier and discriminator into a single model that attributes real images to their respective classes and flags generated images as "fake". We assess the method's effectiveness by evaluating (i) the produced explainability masks on a semantic segmentation task for concrete cracks and (ii) the model's resilience against the Projected Gradient Descent (PGD) attack on a fruit defects detection problem. Our produced saliency maps are highly descriptive, achieving competitive IoU values compared to classical segmentation models despite being trained exclusively on classification labels. Furthermore, the model exhibits improved robustness to adversarial attacks, and we show how the discriminator's "fakeness" value serves as an uncertainty measure of the predictions.

📄 PDF Abstract BibTeX arXiv:2310.00761

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualDescriptiveImage GenerationImage-to-Image TranslationSemantic Segmentation

Similar Papers 제목 키워드 기반

Diffusion Visual Counterfactual Explanations

2022-10-21 · Maximilian Augustin, Valentyn Boreiko, Francesco Croce, Matthias Hein

Visual Counterfactual Explanations (VCEs) are an important tool to understand the decisions of an image classifier. They are 'small' but 'realistic' semantic changes of the image changing the classifier decision. Current…

counterfactualimage-classificationImage Classification

DiG-IN: Diffusion Guidance for Investigating Networks - Uncovering Classifier Differences Neuron Visualisations and Visual Counterfactual Explanations

2024-01-01 · CVPR 2024 1 · Maximilian Augustin, Yannic Neuhaus, Matthias Hein

While deep learning has led to huge progress in complex image classification tasks like ImageNet unexpected failure modes e.g. via spurious features call into question how reliably these classifiers work in the wild.…

counterfactualimage-classificationImage ClassificationImage Generation

DiG-IN: Diffusion Guidance for Investigating Networks -- Uncovering Classifier Differences Neuron Visualisations and Visual Counterfactual Explanations

2023-11-29 · Maximilian Augustin, Yannic Neuhaus, Matthias Hein

While deep learning has led to huge progress in complex image classification tasks like ImageNet, unexpected failure modes, e.g. via spurious features, call into question how reliably these classifiers work in the wild. …

counterfactualimage-classificationImage ClassificationImage Generation

Generating Realistic Counterfactuals for Retinal Fundus and OCT Images using Diffusion Models

2023-11-20 · Indu Ilanchezian, Valentyn Boreiko, Laura Kühlewein, Ziwei Huang 외

Counterfactual reasoning is often used in clinical settings to explain decisions or weigh alternatives. Therefore, for imaging based specialties such as ophthalmology, it would be beneficial to be able to create counterf…

counterfactualCounterfactual Reasoning

Adversarially robust segmentation models learn perceptually-aligned gradients

2022-04-03 · Pedro Sandoval-Segura

The effects of adversarial training on semantic segmentation networks has not been thoroughly explored. While previous work has shown that adversarially-trained image classifiers can be used to perform image synthesis, w…

Image GenerationImage InpaintingSegmentationSemantic Segmentation