paper-with-me

Papers

Don't Take the Easy Way Out: Ensemble Based Methods for Avoiding Known Dataset Biases

2019-09-09 · IJCNLP 2019 11 · Christopher Clark, Mark Yatskar, Luke Zettlemoyer

State-of-the-art models often make use of superficial patterns in the data that do not generalize well to out-of-domain or adversarial settings. For example, textual entailment models often learn that particular key words imply entailment, irrespective of context, and visual question answering models learn to predict prototypical answers, without considering evidence in the image. In this paper, we show that if we have prior knowledge of such biases, we can train a model to be more robust to domain shift. Our method has two stages: we (1) train a naive model that makes predictions exclusively based on dataset biases, and (2) train a robust model as part of an ensemble with the naive one in order to encourage it to focus on other patterns in the data that are more likely to generalize. Experiments on five datasets with out-of-domain test sets show significantly improved robustness in all settings, including a 12 point gain on a changing priors visual question answering dataset and a 9 point gain on an adversarial question answering test set.

📄 PDF Abstract BibTeX arXiv:1909.03683

Code (3)

chrisc36/debias 공식 구현 tf
chrisc36/bottom-up-attention-vqa pytorch
itaigat/removing-bias-in-multi-modal-classifiers pytorch

Tasks

Natural Language InferenceQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Efficient Self-Ensemble for Semantic Segmentation

2021-11-26 · arXiv 2021 11 · Walid Bousselham, Guillaume Thibault, Lucas Pagano, Archana Machireddy 외

Ensemble of predictions is known to perform better than individual predictions taken separately. However, for tasks that require heavy computational resources, e.g. semantic segmentation, creating an ensemble of learners…

SegmentationSemantic Segmentation

Frustratingly Easy Model Ensemble for Abstractive Summarization

2018-10-01 · EMNLP 2018 10 · Hayato Kobayashi

Ensemble methods, which combine multiple models at decoding time, are now widely known to be effective for text-generation tasks. However, they generally increase computational costs, and thus, there have been many studi…

Abstractive Text SummarizationDensity EstimationHeadline Generationmodel+3

Provably avoiding over-optimization in Direct Preference Optimization without knowing the data distribution

2026-02-05 · Adam Barla, Emanuele Nevali, Luca Viano, Volkan Cevher arxiv

We introduce PEPO (Pessimistic Ensemble based Preference Optimization), a single-step Direct Preference Optimization (DPO)-like algorithm to mitigate the well-known over-optimization issue in preference learning without …

Easy Ensemble: Simple Deep Ensemble Learning for Sensor-Based Human Activity Recognition

2022-03-08 · Tatsuhito Hasegawa, Kazuma Kondo

Sensor-based human activity recognition (HAR) is a paramount technology in the Internet of Things services. HAR using representation learning, which automatically learns a feature representation from raw data, is the mai…

Activity RecognitionEnsemble LearningHuman Activity RecognitionRepresentation Learning

Ensemble Methods for Robust Support Vector Machines using Integer Programming

2022-03-03 · Jannis Kurtz

In this work we study binary classification problems where we assume that our training data is subject to uncertainty, i.e. the precise data points are not known. To tackle this issue in the field of robust machine learn…

Binary Classification