paper-with-me

Papers

Harmonized Gradient Descent for Class Imbalanced Data Stream Online Learning

2025-08-15 · Han Zhou, Hongpeng Yin, Xuanhong Deng, Yuyu Huang, Hao Ren arxiv

Many real-world data are sequentially collected over time and often exhibit skewed class distributions, resulting in imbalanced data streams. While existing approaches have explored several strategies, such as resampling and reweighting, for imbalanced data stream learning, our work distinguishes itself by addressing the imbalance problem through training modification, particularly focusing on gradient descent techniques. We introduce the harmonized gradient descent (HGD) algorithm, which aims to equalize the norms of gradients across different classes. By ensuring the gradient norm balance, HGD mitigates under-fitting for minor classes and achieves balanced online learning. Notably, HGD operates in a streamlined implementation process, requiring no data-buffer, extra parameters, or prior knowledge, making it applicable to any learning models utilizing gradient descent for optimization. Theoretical analysis, based on a few common and mild assumptions, shows that HGD achieves a satisfied sub-linear regret bound. The proposed algorithm are compared with the commonly used online imbalance learning methods under several imbalanced data stream scenarios. Extensive experimental evaluations demonstrate the efficiency and effectiveness of HGD in learning imbalanced data streams.

📄 PDF Abstract BibTeX arXiv:2508.11353

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Heavy-Tailed Class Imbalance and Why Adam Outperforms Gradient Descent on Language Models

2024-02-29 · Frederik Kunstner, Robin Yadav, Alan Milligan, Mark Schmidt 외

Adam has been shown to outperform gradient descent on large language models by a larger margin than on other tasks, but it is unclear why. We show that a key factor in this performance gap is the heavy-tailed class imbal…

Language Modelling

When Gradient Descent Meets Derivative-Free Optimization: A Match Made in Black-Box Scenario

2023-05-17 · Chengcheng Han, Liqing Cui, Renyu Zhu, Jianing Wang 외

Large pre-trained language models (PLMs) have garnered significant attention for their versatility and potential for solving a wide spectrum of natural language processing (NLP) tasks. However, the cost of running these …

Knowledge Distillation

Beyond the Markovian Assumption: Robust Optimization via Fractional Weyl Integrals in Imbalanced Data

2026-03-09 · Gustavo A. Dorrego arxiv

Standard Gradient Descent and its modern variants assume local, Markovian weight updates, making them highly susceptible to noise and overfitting. This limitation becomes critically severe in extremely imbalanced dataset…

Fraud Detection

GRACE: Gradient Harmonized and Cascaded Labeling for Aspect-based Sentiment Analysis

2020-09-22 · Findings of the Association for Computational Linguistics 2020 · Huaishao Luo, Lei Ji, Tianrui Li, Nan Duan 외

In this paper, we focus on the imbalance issue, which is rarely studied in aspect term extraction and aspect sentiment classification when regarding them as sequence labeling tasks. Besides, previous works usually ignore…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)object-detectionObject Detection+3

A Log-linear Gradient Descent Algorithm for Unbalanced Binary Classification using the All Pairs Squared Hinge Loss

2023-02-21 · Kyle R. Rust, Toby D. Hocking

Receiver Operating Characteristic (ROC) curves are plots of true positive rate versus false positive rate which are used to evaluate binary classification algorithms. Because the Area Under the Curve (AUC) is a constant …

AllBinary Classification