LGAIFeb 28, 2023

Gradient-Boosted Based Structured and Unstructured Learning

arXiv:2302.14299v13 citationsh-index: 43
Originality Incremental advance
AI Analysis

This addresses a common challenge in machine learning where mixed data types are available, though it appears incremental as it combines existing methods.

The authors tackled the problem of jointly learning from both structured and unstructured data by proposing two frameworks that integrate gradient boosting and deep neural networks, resulting in performance gains of 0.1% to 4.7% over baselines on various datasets.

We propose two frameworks to deal with problem settings in which both structured and unstructured data are available. Structured data problems are best solved by traditional machine learning models such as boosting and tree-based algorithms, whereas deep learning has been widely applied to problems dealing with images, text, audio, and other unstructured data sources. However, for the setting in which both structured and unstructured data are accessible, it is not obvious what the best modeling approach is to enhance performance on both data sources simultaneously. Our proposed frameworks allow joint learning on both kinds of data by integrating the paradigms of boosting models and deep neural networks. The first framework, the boosted-feature-vector deep learning network, learns features from the structured data using gradient boosting and combines them with embeddings from unstructured data via a two-branch deep neural network. Secondly, the two-weak-learner boosting framework extends the boosting paradigm to the setting with two input data sources. We present and compare first- and second-order methods of this framework. Our experimental results on both public and real-world datasets show performance gains achieved by the frameworks over selected baselines by magnitudes of 0.1% - 4.7%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes