What is: Boost-GNN?
Source | Boost then Convolve: Gradient Boosting Meets Graph Neural Networks |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Boost-GNN is an 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. The model benefits from end-to-end optimization by allowing new trees to fit the gradient updates of GNN.