paper-with-me

Papers

Boost then Convolve: Gradient Boosting Meets Graph Neural Networks

2021-01-21 · ICLR 2021 1 · Sergei Ivanov, Liudmila Prokhorenkova

Graph neural networks (GNNs) are powerful models that have been successful in various graph representation learning tasks. Whereas gradient boosted decision trees (GBDT) often outperform other machine learning methods when faced with heterogeneous tabular data. But what approach should be used for graphs with tabular node features? Previous GNN models have mostly focused on networks with homogeneous sparse features and, as we show, are suboptimal in the heterogeneous setting. In this work, we propose a novel architecture that trains GBDT and GNN jointly to get the best of both worlds: the GBDT model deals with heterogeneous features, while GNN accounts for the graph structure. Our model benefits from end-to-end optimization by allowing new trees to fit the gradient updates of GNN. With an extensive experimental comparison to the leading GBDT and GNN models, we demonstrate a significant increase in performance on a variety of graphs with tabular features. The code is available: https://github.com/nd7141/bgnn.

📄 PDF Abstract BibTeX arXiv:2101.08543

Code (1)

nd7141/bgnn 공식 구현 pytorch

Tasks

Graph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Boost-GNN 설명 없음

Similar Papers 제목 키워드 기반

Boosting Causal Additive Models

2024-01-12 · Maximilian Kertel, Nadja Klein

We present a boosting-based method to learn additive Structural Equation Models (SEMs) from observational data, with a focus on the theoretical aspects of determining the causal order among variables. We introduce a fami…

Additive models

A Generalized Stacking for Implementing Ensembles of Gradient Boosting Machines

2020-10-12 · Andrei V. Konstantinov, Lev V. Utkin

The gradient boosting machine is one of the powerful tools for solving regression problems. In order to cope with its shortcomings, an approach for constructing ensembles of gradient boosting models is proposed. The main…

regression

Gradient boosting for convex cone predict and optimize problems

2022-04-14 · Andrew Butler, Roy H. Kwon

Prediction models are typically optimized independently from decision optimization. A smart predict then optimize (SPO) framework optimizes prediction models to minimize downstream decision regret. In this paper we prese…

Prediction

MSBoost: Using Model Selection with Multiple Base Estimators for Gradient Boosting

2024-06-17 · Under review at NeurIPS 2024 6 · Agnij Moitra

Gradient boosting is a widely used machine learning algorithm for tabular regression, classification and ranking. Although, most of the open source implementations of gradient boosting such as XGBoost, LightGBM and other…

ClassificationModel Selectionregressiontabular-classification+1

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