paper-with-me

Papers

Model Optimization in Imbalanced Regression

2022-06-20 · Aníbal Silva, Rita P. Ribeiro, Nuno Moniz

Imbalanced domain learning aims to produce accurate models in predicting instances that, though underrepresented, are of utmost importance for the domain. Research in this field has been mainly focused on classification tasks. Comparatively, the number of studies carried out in the context of regression tasks is negligible. One of the main reasons for this is the lack of loss functions capable of focusing on minimizing the errors of extreme (rare) values. Recently, an evaluation metric was introduced: Squared Error Relevance Area (SERA). This metric posits a bigger emphasis on the errors committed at extreme values while also accounting for the performance in the overall target variable domain, thus preventing severe bias. However, its effectiveness as an optimization metric is unknown. In this paper, our goal is to study the impacts of using SERA as an optimization criterion in imbalanced regression tasks. Using gradient boosting algorithms as proof of concept, we perform an experimental study with 36 data sets of different domains and sizes. Results show that models that used SERA as an objective function are practically better than the models produced by their respective standard boosting algorithms at the prediction of extreme values. This confirms that SERA can be embedded as a loss function into optimization-based learning algorithms for imbalanced regression scenarios.

📄 PDF Abstract BibTeX arXiv:2206.09991

Code (1)

anibalsilva1/irmodeloptimization 공식 구현

Tasks

modelModel Optimizationregression

Similar Papers 제목 키워드 기반

F-measure Maximizing Logistic Regression

2019-05-07 · Masaaki Okabe, Jun Tsuchida, Hiroshi Yadohisa

Logistic regression is a widely used method in several fields. When applying logistic regression to imbalanced data, for which majority classes dominate over minority classes, all class labels are estimated as `majority …

regression

Variational Imbalanced Regression: Fair Uncertainty Quantification via Probabilistic Smoothing

2023-06-11 · NeurIPS 2023 11 · Ziyan Wang, Hao Wang

Existing regression models tend to fall short in both accuracy and uncertainty estimation when the label distribution is imbalanced. In this paper, we propose a probabilistic deep learning model, dubbed variational imbal…

Probabilistic Deep LearningregressionUncertainty Quantification

Balanced MSE for Imbalanced Visual Regression

2022-03-30 · CVPR 2022 1 · Jiawei Ren, Mingyuan Zhang, Cunjun Yu, Ziwei Liu

Data imbalance exists ubiquitously in real-world visual regressions, e.g., age estimation and pose estimation, hurting the model's generalizability and fairness. Thus, imbalanced regression gains increasing research atte…

Age EstimationFairnessimbalanced classificationPose Estimation+1

A step towards understanding why classification helps regression

2023-08-21 · ICCV 2023 1 · Silvia L. Pintea, Yancong Lin, Jouke Dijkstra, Jan C. van Gemert

A number of computer vision deep regression approaches report improved results when adding a classification loss to the regression loss. Here, we explore why this is useful in practice and when it is beneficial. To do so…

Age EstimationClassificationDepth Estimationregression

More Data or Better Algorithms: Latent Diffusion Augmentation for Deep Imbalanced Regression

2025-09-27 · Shayan Alahyari arxiv

In many real-world regression tasks, the data distribution is heavily skewed, and models learn predominantly from abundant majority samples while failing to predict minority labels accurately. While imbalanced classifica…