paper-with-me

홈 › Papers

Boosting gets full Attention for Relational Learning

2024-02-22 · Mathieu Guillame-Bert, Richard Nock

More often than not in benchmark supervised ML, tabular data is flat, i.e. consists of a single $m \times d$ (rows, columns) file, but cases abound in the real world where observations are described by a set of tables with structural relationships. Neural nets-based deep models are a classical fit to incorporate general topological dependence among description features (pixels, words, etc.), but their suboptimality to tree-based models on tabular data is still well documented. In this paper, we introduce an attention mechanism for structured data that blends well with tree-based models in the training context of (gradient) boosting. Each aggregated model is a tree whose training involves two steps: first, simple tabular models are learned descending tables in a top-down fashion with boosting's class residuals on tables' features. Second, what has been learned progresses back bottom-up via attention and aggregation mechanisms, progressively crafting new features that complete at the end the set of observation features over which a single tree is learned, boosting's iteration clock is incremented and new class residuals are computed. Experiments on simulated and real-world domains display the competitiveness of our method against a state of the art containing both tree-based and neural nets-based models.

📄 PDF Abstract BibTeX arXiv:2402.14926

Code (0)

등록된 구현이 없습니다.

Tasks

Relational Reasoning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Combining Gradient Boosting Machines with Collective Inference to Predict Continuous Values

2016-07-01 · Iman Alodah, Jennifer Neville

Gradient boosting of regression trees is a competitive procedure for learning predictive models of continuous data that fits the data with an additive non-parametric model. The classic version of gradient boosting assume…

regression

Attention on Abstract Visual Reasoning

2019-11-14 · Lukas Hahne, Timo Lüddecke, Florentin Wörgötter, David Kappel

Attention mechanisms have been boosting the performance of deep learning models on a wide range of applications, ranging from speech understanding to program induction. However, despite experiments from psychology which …

Program inductionRelationRelational ReasoningRelation Network+1

N-gram Boosting: Improving Contextual Biasing with Normalized N-gram Targets

2023-08-04 · Wang Yau Li, Shreekantha Nadig, Karol Chang, Zafarullah Mahmood 외

Accurate transcription of proper names and technical terms is particularly important in speech-to-text applications for business conversations. These words, which are essential to understanding the conversation, are ofte…

Speech-to-Text

Ensemble Neural Relation Extraction with Adaptive Boosting

2018-04-28 · Yang Dongdong, Wang Senzhang, Li Zhoujun

Relation extraction has been widely studied to extract new relational facts from open corpus. Previous relation extraction methods are faced with the problem of wrong labels and noisy data, which substantially decrease t…

RelationRelation ExtractionSentence

The Representational Status of Deep Learning Models

2023-03-21 · Eamon Duede

This paper aims to clarify the representational status of Deep Learning Models (DLMs). While commonly referred to as 'representations', what this entails is ambiguous due to a conflation of functional and relational conc…

Deep LearningExplainable Artificial Intelligence (XAI)