Does your graph need a confidence boost? Convergent boosted smoothing on graphs with tabular node features
Jiuhai Chen, Jonas Mueller, Vassilis N. Ioannidis, Soji Adeshina,, Yangkun Wang, Tom Goldstein, David Wipf

TL;DR
This paper introduces a convergent boosted smoothing framework for graph data with tabular node features, effectively combining boosting and graph propagation to improve predictive performance.
Contribution
It presents a novel, theoretically grounded method that integrates boosting with graph propagation, providing convergence guarantees and superior performance on non-iid graph datasets.
Findings
Achieves comparable or better accuracy than graph neural networks and hybrid models.
Offers a simple, efficient implementation with strong theoretical guarantees.
Demonstrates effectiveness across various non-iid graph datasets.
Abstract
For supervised learning with tabular data, decision tree ensembles produced via boosting techniques generally dominate real-world applications involving iid training/test sets. However for graph data where the iid assumption is violated due to structured relations between samples, it remains unclear how to best incorporate this structure within existing boosting pipelines. To this end, we propose a generalized framework for iterating boosting with graph propagation steps that share node/sample information across edges connecting related samples. Unlike previous efforts to integrate graph-based models with boosting, our approach is anchored in a principled meta loss function such that provable convergence can be guaranteed under relatively mild assumptions. Across a variety of non-iid graph datasets with tabular node features, our method achieves comparable or superior performance than…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Domain Adaptation and Few-Shot Learning · Explainable Artificial Intelligence (XAI)
MethodsGraph Neural Network
