Leveraging Group Classification with Descending Soft Labeling for Deep Imbalanced Regression
Ruizhi Pu, Gezheng Xu, Ruiyi Fang, Binkun Bao, Charles X. Ling, Boyu, Wang

TL;DR
This paper introduces a novel approach for deep imbalanced regression by combining classification and regression through a divide-and-conquer strategy, utilizing group-aware contrastive learning and descending soft labels to better handle data imbalance and continuity.
Contribution
It proposes a new framework that decomposes DIR into classification and regression, employing group-aware contrastive loss and descending soft labels to improve performance on imbalanced data.
Findings
Effective in handling highly skewed target distributions
Improves regression accuracy through classification-guided regularization
Validated on real-world datasets with superior results
Abstract
Deep imbalanced regression (DIR), where the target values have a highly skewed distribution and are also continuous, is an intriguing yet under-explored problem in machine learning. While recent works have already shown that incorporating various classification-based regularizers can produce enhanced outcomes, the role of classification remains elusive in DIR. Moreover, such regularizers (e.g., contrastive penalties) merely focus on learning discriminative features of data, which inevitably results in ignorance of either continuity or similarity across the data. To address these issues, we first bridge the connection between the objectives of DIR and classification from a Bayesian perspective. Consequently, this motivates us to decompose the objective of DIR into a combination of classification and regression tasks, which naturally guides us toward a divide-and-conquer manner to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsImbalanced Data Classification Techniques
MethodsFocus · Contrastive Learning
