paper-with-me

Papers

Can Less be More? When Increasing-to-Balancing Label Noise Rates Considered Beneficial

2021-07-13 · NeurIPS 2021 12 · Yang Liu, Jialu Wang

In this paper, we answer the question of when inserting label noise (less informative labels) can instead return us more accurate and fair models. We are primarily inspired by three observations: 1) In contrast to reducing label noise rates, increasing the noise rates is easy to implement; 2) Increasing a certain class of instances' label noise to balance the noise rates (increasing-to-balancing) results in an easier learning problem; 3) Increasing-to-balancing improves fairness guarantees against label bias. In this paper, we first quantify the trade-offs introduced by increasing a certain group of instances' label noise rate w.r.t. the loss of label informativeness and the lowered learning difficulties. We analytically demonstrate when such an increase is beneficial, in terms of either improved generalization power or the fairness guarantees. Then we present a method to insert label noise properly for the task of learning with noisy labels, either without or with a fairness constraint. The primary technical challenge we face is due to the fact that we would not know which data instances are suffering from higher noise, and we would not have the ground truth labels to verify any possible hypothesis. We propose a detection method that informs us which group of labels might suffer from higher noise without using ground truth labels. We formally establish the effectiveness of the proposed solution and demonstrate it with extensive experiments.

📄 PDF Abstract BibTeX arXiv:2107.05913

Code (1)

ucsc-real/canlessbemore 공식 구현 pytorch

Tasks

FairnessInformativenessLearning with noisy labels

Similar Papers 제목 키워드 기반

Balancing Methods for Multi-label Text Classification with Long-Tailed Class Distribution

2021-09-10 · EMNLP 2021 11 · Yi Huang, Buse Giledereli, Abdullatif Köksal, Arzucan Özgür 외

Multi-label text classification is a challenging task because it requires capturing label dependencies. It becomes even more challenging when class distribution is long-tailed. Resampling and re-weighting are common appr…

Document ClassificationMulti-Label Text ClassificationText Classification

Data Augmentation for Mathematical Objects

2023-07-13 · Tereso del Rio, Matthew England

This paper discusses and evaluates ideas of data balancing and data augmentation in the context of mathematical objects: an important topic for both the symbolic computation and satisfiability checking communities, when …

Data Augmentation

Long-tailed Recognition with Model Rebalancing

2025-10-09 · Jiaan Luo, Feng Hong, Qiang Hu, Xiaofeng Cao 외 arxiv

Long-tailed recognition is ubiquitous and challenging in deep learning and even in the downstream finetuning of foundation models, since the skew class distribution generally prevents the model generalization to the tail…

Data Augmentation

Dynamic Label Injection for Imbalanced Industrial Defect Segmentation

2024-08-19 · Emanuele Caruso, Francesco Pelosin, Alessandro Simoni, Marco Boschetti

In this work, we propose a simple yet effective method to tackle the problem of imbalanced multi-class semantic segmentation in deep learning systems. One of the key properties for a good training set is the balancing am…

Semantic Segmentation

Rethinking Fair Graph Neural Networks from Re-balancing

2024-07-16 · ZHIXUN LI, Yushun Dong, Qiang Liu, Jeffrey Xu Yu

Driven by the powerful representation ability of Graph Neural Networks (GNNs), plentiful GNN models have been widely deployed in many real-world applications. Nevertheless, due to distribution disparities between differe…

counterfactualFairnessGraph Neural Network