paper-with-me

Papers

Balanced Sharpness-Aware Minimization for Imbalanced Regression

2025-08-23 · Yahao Liu, Qin Wang, Lixin Duan, Wen Li arxiv

Regression is fundamental in computer vision and is widely used in various tasks including age estimation, depth estimation, target localization, \etc However, real-world data often exhibits imbalanced distribution, making regression models perform poorly especially for target values with rare observations~(known as the imbalanced regression problem). In this paper, we reframe imbalanced regression as an imbalanced generalization problem. To tackle that, we look into the loss sharpness property for measuring the generalization ability of regression models in the observation space. Namely, given a certain perturbation on the model parameters, we check how model performance changes according to the loss values of different target observations. We propose a simple yet effective approach called Balanced Sharpness-Aware Minimization~(BSAM) to enforce the uniform generalization ability of regression models for the entire observation space. In particular, we start from the traditional sharpness-aware minimization and then introduce a novel targeted reweighting strategy to homogenize the generalization ability across the observation space, which guarantees a theoretical generalization bound. Extensive experiments on multiple vision regression tasks, including age and depth estimation, demonstrate that our BSAM method consistently outperforms existing approaches. The code is available \href{https://github.com/manmanjun/BSAM_for_Imbalanced_Regression}{here}.

📄 PDF Abstract BibTeX arXiv:2508.16973

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationAge Estimation

Similar Papers 제목 키워드 기반

ImbSAM: A Closer Look at Sharpness-Aware Minimization in Class-Imbalanced Recognition

2023-08-15 · ICCV 2023 1 · Yixuan Zhou, Yi Qu, Xing Xu, HengTao Shen

Class imbalance is a common challenge in real-world recognition tasks, where the majority of classes have few samples, also known as tail classes. We address this challenge with the perspective of generalization and empi…

Anomaly DetectionSemi-supervised Anomaly DetectionSupervised Anomaly Detection

Class-Conditional Sharpness-Aware Minimization for Deep Long-Tailed Recognition

2023-01-01 · CVPR 2023 1 · Zhipeng Zhou, Lanqing Li, Peilin Zhao, Pheng-Ann Heng 외

It's widely acknowledged that deep learning models with flatter minima in its loss landscape tend to generalize better. However, such property is under-explored in deep long-tailed recognition (DLTR), a practical pro…

Long-tail Learning

Implicit Regularization of Sharpness-Aware Minimization for Scale-Invariant Problems

2024-10-18 · Bingcong Li, Liang Zhang, Niao He

Sharpness-aware minimization (SAM) improves generalization of various deep learning tasks. Motivated by popular architectures such as LoRA, we explore the implicit regularization of SAM for scale-invariant problems invol…

Escaping Saddle Points for Effective Generalization on Class-Imbalanced Data

2022-12-28 · Harsh Rangwani, Sumukh K Aithal, Mayank Mishra, R. Venkatesh Babu

Real-world datasets exhibit imbalances of varying types and degrees. Several techniques based on re-weighting and margin adjustment of loss are often used to enhance the performance of neural networks, particularly on mi…

Long-tail Learning

Sharpness-Aware Minimization for Evolutionary Feature Construction in Regression

2024-05-11 · Hengzhe Zhang, Qi Chen, Bing Xue, Wolfgang Banzhaf 외

In recent years, genetic programming (GP)-based evolutionary feature construction has achieved significant success. However, a primary challenge with evolutionary feature construction is its tendency to overfit the train…

regressionSymbolic Regression