paper-with-me

Papers

Fast Diffusion-Based Counterfactuals for Shortcut Removal and Generation

2023-12-21 · Nina Weng, Paraskevas Pegios, Eike Petersen, Aasa Feragen, Siavash Bigdeli

Shortcut learning is when a model -- e.g. a cardiac disease classifier -- exploits correlations between the target label and a spurious shortcut feature, e.g. a pacemaker, to predict the target label based on the shortcut rather than real discriminative features. This is common in medical imaging, where treatment and clinical annotations correlate with disease labels, making them easy shortcuts to predict disease. We propose a novel detection and quantification of the impact of potential shortcut features via a fast diffusion-based counterfactual image generation that can synthetically remove or add shortcuts. Via a novel inpainting-based modification we spatially limit the changes made with no extra inference step, encouraging the removal of spatially constrained shortcut features while ensuring that the shortcut-free counterfactuals preserve their remaining image features to a high degree. Using these, we assess how shortcut features influence model predictions. This is enabled by our second contribution: An efficient diffusion-based counterfactual explanation method with significant inference speed-up at comparable image quality as state-of-the-art. We confirm this on two large chest X-ray datasets, a skin lesion dataset, and CelebA. Our code is publicly available at fastdime.compute.dtu.dk.

📄 PDF Abstract BibTeX arXiv:2312.14223

Code (1)

nina-weng/fastdime_med 공식 구현 pytorch

Tasks

counterfactualCounterfactual ExplanationImage Generation

Methods 이 논문이 사용한 방법론

Counterfactuals 설명 없음

Similar Papers 제목 키워드 기반

Visual Disentangled Diffusion Autoencoders: Scalable Counterfactual Generation for Foundation Models

2026-01-29 · Sidney Bender, Marco Morik arxiv

Foundation models, despite their robust zero-shot capabilities, remain vulnerable to spurious correlations and 'Clever Hans' strategies. Existing mitigation methods often rely on unavailable group labels or computational…

Knowledge Distillation

Leveraging Diffusion Disentangled Representations to Mitigate Shortcuts in Underspecified Visual Tasks

2023-10-03 · Luca Scimeca, Alexander Rubinstein, Armand Mihai Nicolicioiu, Damien Teney 외

Spurious correlations in the data, where multiple cues are predictive of the target labels, often lead to shortcut learning phenomena, where a model may rely on erroneous, easy-to-learn, cues while ignoring reliable ones…

Diversity

Mitigating Shortcut Learning with Diffusion Counterfactuals and Diverse Ensembles

2023-11-23 · Luca Scimeca, Alexander Rubinstein, Damien Teney, Seong Joon Oh 외

Spurious correlations in the data, where multiple cues are predictive of the target labels, often lead to a phenomenon known as shortcut learning, where a model relies on erroneous, easy-to-learn cues while ignoring reli…

Diversity

Generating healthy counterfactuals with denoising diffusion bridge models

2025-10-15 · Ana Lawry Aguila, Peirong Liu, Marina Crespo Aguirre, Juan Eugenio Iglesias arxiv

Generating healthy counterfactuals from pathological images holds significant promise in medical imaging, e.g., in anomaly detection or for application of analysis tools that are designed for healthy scans. These counter…

Anomaly Detection

Optimizing DDPM Sampling with Shortcut Fine-Tuning

2023-01-31 · Ying Fan, Kangwook Lee

In this study, we propose Shortcut Fine-Tuning (SFT), a new approach for addressing the challenge of fast sampling of pretrained Denoising Diffusion Probabilistic Models (DDPMs). SFT advocates for the fine-tuning of DDPM…

DenoisingReinforcement Learning (RL)