paper-with-me

Papers

Soft Gradient Boosting with Learnable Feature Transforms for Sequential Regression

2025-09-16 · Huseyin Karaca, Suleyman Serdar Kozat arxiv

We propose a soft gradient boosting framework for sequential regression that embeds a learnable linear feature transform within the boosting procedure. At each boosting iteration, we train a soft decision tree and learn a linear input feature transform Q together. This approach is particularly advantageous in high-dimensional, data-scarce scenarios, as it discovers the most relevant input representations while boosting. We demonstrate, using both synthetic and real-world datasets, that our method effectively and efficiently increases the performance by an end-to-end optimization of feature selection/transform and boosting while avoiding overfitting. We also extend our algorithm to differentiable non-linear transforms if overfitting is not a problem. To support reproducibility and future work, we share our code publicly.

📄 PDF Abstract BibTeX arXiv:2509.12920

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learnable Adaptive Cosine Estimator (LACE) for Image Classification

2021-10-11 · Joshua Peeples, Connor McCurley, Sarah Walker, Dylan Stewart 외

In this work, we propose a new loss to improve feature discriminability and classification performance. Motivated by the adaptive cosine/coherence estimator (ACE), our proposed method incorporates angular information tha…

Classificationimage-classificationImage Classification

Soft Gradient Boosting Machine

2020-06-07 · Ji Feng, Yi-Xuan Xu, Yuan Jiang, Zhi-Hua Zhou

Gradient Boosting Machine has proven to be one successful function approximator and has been widely used in a variety of areas. However, since the training procedure of each base learner has to take the sequential order,…

Incremental Learning

Gradient-less Federated Gradient Boosting Trees with Learnable Learning Rates

2023-04-15 · Chenyang Ma, Xinchi Qiu, Daniel J. Beutel, Nicholas D. Lane

The privacy-sensitive nature of decentralized datasets and the robustness of eXtreme Gradient Boosting (XGBoost) on tabular data raise the needs to train XGBoost in the context of federated learning (FL). Existing works …

Federated Learning

JaxDecompiler: Redefining Gradient-Informed Software Design

2024-03-14 · Pierrick Pochelu

Among numerical libraries capable of computing gradient descent optimization, JAX stands out by offering more features, accelerated by an intermediate representation known as Jaxpr language. However, editing the Jaxpr co…

Multivariate Forecasting of Bitcoin Volatility with Gradient Boosting: Deterministic, Probabilistic, and Feature Importance Perspectives

2025-11-25 · Grzegorz Dudek, Mateusz Kasprzyk, Paweł Pełka arxiv

This study investigates the application of the Light Gradient Boosting Machine (LGBM) model for both deterministic and probabilistic forecasting of Bitcoin realized volatility. Utilizing a comprehensive set of 69 predict…

Feature Importance