paper-with-me

홈 › Papers

Denoising after Entropy-based Debiasing A Robust Training Method for Dataset Bias with Noisy Labels

2022-12-01 · Sumyeong Ahn, Se-Young Yun

Improperly constructed datasets can result in inaccurate inferences. For instance, models trained on biased datasets perform poorly in terms of generalization (i.e., dataset bias). Recent debiasing techniques have successfully achieved generalization performance by underestimating easy-to-learn samples (i.e., bias-aligned samples) and highlighting difficult-to-learn samples (i.e., bias-conflicting samples). However, these techniques may fail owing to noisy labels, because the trained model recognizes noisy labels as difficult-to-learn and thus highlights them. In this study, we find that earlier approaches that used the provided labels to quantify difficulty could be affected by the small proportion of noisy labels. Furthermore, we find that running denoising algorithms before debiasing is ineffective because denoising algorithms reduce the impact of difficult-to-learn samples, including valuable bias-conflicting samples. Therefore, we propose an approach called denoising after entropy-based debiasing, i.e., DENEB, which has three main stages. (1) The prejudice model is trained by emphasizing (bias-aligned, clean) samples, which are selected using a Gaussian Mixture Model. (2) Using the per-sample entropy from the output of the prejudice model, the sampling probability of each sample that is proportional to the entropy is computed. (3) The final model is trained using existing denoising algorithms with the mini-batches constructed by following the computed sampling probability. Compared to existing debiasing and denoising algorithms, our method achieves better debiasing performance on multiple benchmarks.

📄 PDF Abstract BibTeX arXiv:2212.01189

Code (0)

등록된 구현이 없습니다.

Tasks

Denoising

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Frequency Centric Defense Mechanisms against Adversarial Examples

2021-10-26 · Sanket B. Shah, Param Raval, Harin Khakhi, Mehul S. Raval

Adversarial example (AE) aims at fooling a Convolution Neural Network by introducing small perturbations in the input image.The proposed work uses the magnitude and phase of the Fourier Spectrum and the entropy of the im…

Denoising

From Core to Detail: Unsupervised Disentanglement with Entropy-Ordered Flows

2026-02-06 · Daniel Galperin, Ullrich Köthe arxiv

Learning unsupervised representations that are both semantically meaningful and stable across runs remains a central challenge in modern representation learning. We introduce entropy-ordered flows (EOFlows), a normalizin…

Representation Learning

Sustainable Modular Debiasing of Language Models

2021-09-08 · Findings (EMNLP) 2021 11 · Anne Lauscher, Tobias Lüken, Goran Glavaš

Unfair stereotypical biases (e.g., gender, racial, or religious biases) encoded in modern pretrained language models (PLMs) have negative ethical implications for widespread adoption of state-of-the-art language technolo…

FairnessLanguage ModelingLanguage Modelling

The Gaps between Pre-train and Downstream Settings in Bias Evaluation and Debiasing

2024-01-16 · Masahiro Kaneko, Danushka Bollegala, Timothy Baldwin

The output tendencies of Pre-trained Language Models (PLM) vary markedly before and after Fine-Tuning (FT) due to the updates to the model parameters. These divergences in output tendencies result in a gap in the social …

In-Context Learning

Medical Image Debiasing by Learning Adaptive Agreement from a Biased Council

2024-01-22 · Luyang Luo, Xin Huang, Minghao Wang, Zhuoyue Wan 외

Deep learning could be prone to learning shortcuts raised by dataset bias and result in inaccurate, unreliable, and unfair models, which impedes its adoption in real-world clinical applications. Despite its significance,…

Attributeimage-classificationImage ClassificationMedical Image Classification