paper-with-me

Papers

Finding and Fixing Spurious Patterns with Explanations

2021-06-03 · Gregory Plumb, Marco Tulio Ribeiro, Ameet Talwalkar

Image classifiers often use spurious patterns, such as "relying on the presence of a person to detect a tennis racket, which do not generalize. In this work, we present an end-to-end pipeline for identifying and mitigating spurious patterns for such models, under the assumption that we have access to pixel-wise object-annotations. We start by identifying patterns such as "the model's prediction for tennis racket changes 63% of the time if we hide the people." Then, if a pattern is spurious, we mitigate it via a novel form of data augmentation. We demonstrate that our method identifies a diverse set of spurious patterns and that it mitigates them by producing a model that is both more accurate on a distribution where the spurious pattern is not helpful and more robust to distribution shift.

📄 PDF Abstract BibTeX arXiv:2106.02112

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

The Pitfalls of Memorization: When Memorization Hurts Generalization

2024-12-10 · Reza Bayat, Mohammad Pezeshki, Elvis Dohmatob, David Lopez-Paz 외

Neural networks often learn simple explanations that fit the majority of the data while memorizing exceptions that deviate from these explanations.This behavior leads to poor generalization when the learned explanations …

Memorization

Towards Fixing Clever-Hans Predictors with Counterfactual Knowledge Distillation

2023-10-02 · Sidney Bender, Christopher J. Anders, Pattarawatt Chormai, Heike Marxfeld 외

This paper introduces a novel technique called counterfactual knowledge distillation (CFKD) to detect and remove reliance on confounders in deep learning models with the help of human expert feedback. Confounders are spu…

counterfactualKnowledge Distillation

Post hoc Explanations may be Ineffective for Detecting Unknown Spurious Correlation

2022-12-09 · ICLR 2022 4 · Julius Adebayo, Michael Muelly, Hal Abelson, Been Kim

We investigate whether three types of post hoc model explanations--feature attribution, concept activation, and training point ranking--are effective for detecting a model's reliance on spurious signals in the training d…

Regularizing Explanations in Bayesian Convolutional Neural Networks

2021-04-29 · Yanzhe Bekkemoen, Helge Langseth

Neural networks are powerful function approximators with tremendous potential in learning complex distributions. However, they are prone to overfitting on spurious patterns. Bayesian inference provides a principled way t…

Bayesian InferenceClassificationExplainable artificial intelligenceFeature Importance+1

Neural Conversational QA: Learning to Reason vs Exploiting Patterns

2020-11-01 · EMNLP 2020 11 · Nikhil Verma, Abhishek Sharma, Dhiraj Madan, Danish Contractor 외

Neural Conversational QA tasks such as ShARC require systems to answer questions based on the contents of a given passage. On studying recent state-of-the-art models on the ShARC QA task, we found indications that the mo…