PulseAugur
EN
LIVE 01:13:57

New EMA-FS algorithm speeds up GBDT training by screening features

Researchers have developed EMA-FS, a novel algorithm-level optimization designed to accelerate the training of Gradient Boosted Decision Trees (GBDTs), such as LightGBM. This method addresses the significant time spent on per-feature histogram construction by intelligently screening features based on their historical predictive utility. EMA-FS maintains an exponential moving average of feature split gains and prioritizes histogram construction for the top-performing features, offering a more informed approach than random feature subsampling. AI

IMPACT This optimization could lead to faster model development cycles for applications relying on GBDT models.

RANK_REASON The cluster contains an academic paper detailing a new algorithm for machine learning model training. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New EMA-FS algorithm speeds up GBDT training by screening features

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Yan Song ·

    EMA-FS: Accelerating GBDT Training via Gain-Informed Feature Screening

    arXiv:2606.26337v1 Announce Type: new Abstract: Gradient Boosted Decision Trees (GBDT), exemplified by LightGBM, spend a dominant fraction of training time -- typically 65-70% -- constructing per-feature histograms. Existing approaches such as random feature subsampling (feature_…