paper-with-me

홈 › Papers

Importance Reweighting for Biquality Learning

2020-10-19 · Pierre Nodet, Vincent Lemaire, Alexis Bondu, Antoine Cornuéjols

The field of Weakly Supervised Learning (WSL) has recently seen a surge of popularity, with numerous papers addressing different types of "supervision deficiencies", namely: poor quality, non adaptability, and insufficient quantity of labels. Regarding quality, label noise can be of different types, including completely-at-random, at-random or even not-at-random. All these kinds of label noise are addressed separately in the literature, leading to highly specialized approaches. This paper proposes an original, encompassing, view of Weakly Supervised Learning, which results in the design of generic approaches capable of dealing with any kind of label noise. For this purpose, an alternative setting called "Biquality data" is used. It assumes that a small trusted dataset of correctly labeled examples is available, in addition to an untrusted dataset of noisy examples. In this paper, we propose a new reweigthing scheme capable of identifying noncorrupted examples in the untrusted dataset. This allows one to learn classifiers using both datasets. Extensive experiments that simulate several types of label noise and that vary the quality and quantity of untrusted examples, demonstrate that the proposed approach outperforms baselines and state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2010.09621

Code (1)

pierrenodet/irbl 공식 구현 pytorch

Tasks

Weakly-supervised Learning

Similar Papers 제목 키워드 기반

biquality-learn: a Python library for Biquality Learning

2023-08-18 · Pierre Nodet, Vincent Lemaire, Alexis Bondu, Antoine Cornuéjols

The democratization of Data Mining has been widely successful thanks in part to powerful and easy-to-use Machine Learning libraries. These libraries have been particularly tailored to tackle Supervised Learning. However,…

Biquality Learning: a Framework to Design Algorithms Dealing with Closed-Set Distribution Shifts

2023-08-29 · Pierre Nodet, Vincent Lemaire, Alexis Bondu, Antoine Cornuéjols

Training machine learning models from data with weak supervision and dataset shifts is still challenging. Designing algorithms when these two situations arise has not been explored much, and existing algorithms cannot al…

From Weakly Supervised Learning to Biquality Learning: an Introduction

2020-12-16 · Pierre Nodet, Vincent Lemaire, Alexis Bondu, Antoine Cornuéjols 외

The field of Weakly Supervised Learning (WSL) has recently seen a surge of popularity, with numerous papers addressing different types of "supervision deficiencies". In WSL use cases, a variety of situations exists where…

Weakly-supervised Learning

Self-Influence Guided Data Reweighting for Language Model Pre-training

2023-11-02 · Megh Thakkar, Tolga Bolukbasi, Sriram Ganapathy, Shikhar Vashishth 외

Language Models (LMs) pre-trained with self-supervision on large text corpora have become the default starting point for developing models for various NLP tasks. Once the pre-training corpus has been assembled, all data …

Language ModelingLanguage Modelling

Importance Resampling for Off-policy Prediction

2019-06-11 · NeurIPS 2019 12 · Matthew Schlegel, Wesley Chung, Daniel Graves, Jian Qian 외

Importance sampling (IS) is a common reweighting strategy for off-policy prediction in reinforcement learning. While it is consistent and unbiased, it can result in high variance updates to the weights for the value func…

PredictionReinforcement Learning