paper-with-me

Papers

Towards Robust Classification Model by Counterfactual and Invariant Data Generation

2021-06-02 · CVPR 2021 1 · Chun-Hao Chang, George Alexandru Adam, Anna Goldenberg

Despite the success of machine learning applications in science, industry, and society in general, many approaches are known to be non-robust, often relying on spurious correlations to make predictions. Spuriousness occurs when some features correlate with labels but are not causal; relying on such features prevents models from generalizing to unseen environments where such correlations break. In this work, we focus on image classification and propose two data generation processes to reduce spuriousness. Given human annotations of the subset of the features responsible (causal) for the labels (e.g. bounding boxes), we modify this causal set to generate a surrogate image that no longer has the same label (i.e. a counterfactual image). We also alter non-causal features to generate images still recognized as the original labels, which helps to learn a model invariant to these features. In several challenging datasets, our data generations outperform state-of-the-art methods in accuracy when spurious correlations break, and increase the saliency focus on causal features providing better explanations.

📄 PDF Abstract BibTeX arXiv:2106.01127

Code (1)

zzzace2000/robust_cls_model 공식 구현 pytorch

Tasks

Classificationcounterfactualimage-classificationImage ClassificationOut-of-Distribution GeneralizationRobust classification

Similar Papers 제목 키워드 기반

Counterfactual Multi-Token Fairness in Text Classification

2022-02-08 · Pranay Lohia

The counterfactual token generation has been limited to perturbing only a single token in texts that are generally short and single sentences. These tokens are often associated with one of many sensitive attributes. With…

AttributeClassificationcounterfactualFairness+3

Automatic, Debiased, and Invariant Counterfactual Generation under General Interventions

2026-06-05 · Raphael C Kim, Jingsen Zhu, Ramin Zabih, Michele Santacatterina arxiv

Generative models for counterfactual outcomes have great potential to support decision-making under complex interventions, but existing approaches are limited by unstable estimation, poor generalization across environmen…

Counterfactual Supervision-based Information Bottleneck for Out-of-Distribution Generalization

2022-08-16 · Bin Deng, Kui Jia

Learning invariant (causal) features for out-of-distribution (OOD) generalization has attracted extensive attention recently, and among the proposals invariant risk minimization (IRM) is a notable solution. In spite of i…

counterfactualCounterfactual InferenceOut-of-Distribution Generalization

ReMask: A Robust Information-Masking Approach for Domain Counterfactual Generation

2023-05-04 · Pengfei Hong, Rishabh Bhardwaj, Navonil Majumdar, Somak Aditya 외

Domain shift is a big challenge in NLP, thus, many approaches resort to learning domain-invariant features to mitigate the inference phase domain shift. Such methods, however, fail to leverage the domain-specific nuances…

counterfactualDomain Adaptationintent-classificationIntent Classification+4

Causality-aligned Prompt Learning via Diffusion-based Counterfactual Generation

2025-07-26 · Xinshu Li, Ruoyu Wang, Erdun Gao, Mingming Gong 외 arxiv

Prompt learning has garnered attention for its efficiency over traditional model training and fine-tuning. However, existing methods, constrained by inadequate theoretical foundations, encounter difficulties in achieving…

Visual Question AnsweringContrastive LearningImage ClassificationText Retrieval