paper-with-me

Papers

AutoBalance: Optimized Loss Functions for Imbalanced Data

2022-01-04 · NeurIPS 2021 12 · Mingchen Li, Xuechen Zhang, Christos Thrampoulidis, Jiasi Chen, Samet Oymak

Imbalanced datasets are commonplace in modern machine learning problems. The presence of under-represented classes or groups with sensitive attributes results in concerns about generalization and fairness. Such concerns are further exacerbated by the fact that large capacity deep nets can perfectly fit the training data and appear to achieve perfect accuracy and fairness during training, but perform poorly during test. To address these challenges, we propose AutoBalance, a bi-level optimization framework that automatically designs a training loss function to optimize a blend of accuracy and fairness-seeking objectives. Specifically, a lower-level problem trains the model weights, and an upper-level problem tunes the loss function by monitoring and optimizing the desired objective over the validation data. Our loss design enables personalized treatment for classes/groups by employing a parametric cross-entropy loss and individualized data augmentation schemes. We evaluate the benefits and performance of our approach for the application scenarios of imbalanced and group-sensitive classification. Extensive empirical evaluations demonstrate the benefits of AutoBalance over state-of-the-art approaches. Our experimental findings are complemented with theoretical insights on loss function design and the benefits of train-validation split. All code is available open-source.

📄 PDF Abstract BibTeX arXiv:2201.01212

Code (1)

ucr-optml/autobalance 공식 구현 pytorch

Tasks

Data AugmentationFairness

Similar Papers 제목 키워드 기반

AutoBalance: An Automatic Balancing Framework for Training Physics-Informed Neural Networks

2025-10-08 · Kang An, Chenhao Si, Ming Yan, Shiqian Ma arxiv

Physics-Informed Neural Networks (PINNs) provide a powerful and general framework for solving Partial Differential Equations (PDEs) by embedding physical laws into loss functions. However, training PINNs is notoriously d…

A surrogate loss function for optimization of $F_β$ score in binary classification with imbalanced data

2021-04-03 · Namgil Lee, Heejung Yang, Hojin Yoo

The $F_\beta$ score is a commonly used measure of classification performance, which plays crucial roles in classification tasks with imbalanced data sets. However, the $F_\beta$ score cannot be used as a loss function by…

Binary ClassificationClassificationGeneral Classification

Improving GBDT Performance on Imbalanced Datasets: An Empirical Study of Class-Balanced Loss Functions

2024-07-19 · Jiaqi Luo, Yuan Yuan, Shixin Xu

Class imbalance remains a significant challenge in machine learning, particularly for tabular data classification tasks. While Gradient Boosting Decision Trees (GBDT) models have proven highly effective for such tasks, t…

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONtabular-classification

Long-tailed Instance Segmentation using Gumbel Optimized Loss

2022-07-22 · Konstantinos Panagiotis Alexandridis, Jiankang Deng, Anh Nguyen, Shan Luo

Major advancements have been made in the field of object detection and segmentation recently. However, when it comes to rare categories, the state-of-the-art methods fail to detect them, resulting in a significant perfor…

Instance Segmentationobject-detectionObject DetectionSegmentation

Cardinality augmented loss functions

2026-01-08 · Miguel O'Malley arxiv

Class imbalance is a common and pernicious issue for the training of neural networks. Often, an imbalanced majority class can dominate training to skew classifier performance towards the majority outcome. To address this…