paper-with-me

홈 › Papers

Parallel Tree Kernel Computation

2023-05-12 · Souad Taouti, Hadda Cherroun, Djelloul Ziadi

Tree kernels are fundamental tools that have been leveraged in many applications, particularly those based on machine learning for Natural Language Processing tasks. In this paper, we devise a parallel implementation of the sequential algorithm for the computation of some tree kernels of two finite sets of trees (Ouali-Sebti, 2015). Our comparison is narrowed on a sequential implementation of SubTree kernel computation. This latter is mainly reduced to an intersection of weighted tree automata. Our approach relies on the nature of the data parallelism source inherent in this computation by deploying the MapReduce paradigm. One of the key benefits of our approach is its versatility in being adaptable to a wide range of substructure tree kernel-based learning methods. To evaluate the efficacy of our parallel approach, we conducted a series of experiments that compared it against the sequential version using a diverse set of synthetic tree language datasets that were manually crafted for our analysis. The reached results clearly demonstrate that the proposed parallel algorithm outperforms the sequential one in terms of latency.

📄 PDF Abstract BibTeX arXiv:2305.07717

Code (1)

souadtaouti/parallel-subtree-kernel-computation-using-rwta 공식 구현

Similar Papers 제목 키워드 기반

EvoGP: A GPU-accelerated Framework for Tree-based Genetic Programming

2025-01-21 · Lishuang Wang, Zhihong Wu, Kebin Sun, Zhuozhao Li 외

Tree-based Genetic Programming (TGP) is a key evolutionary algorithm widely used in symbolic regression, feature engineering, and scientific modeling. Its high computational demands make GPU acceleration essential for sc…

Feature EngineeringGPUregressionSymbolic Regression

Cross-Language Question Re-Ranking

2017-10-04 · Giovanni Da San Martino, Salvatore Romeo, Alberto Barron-Cedeno, Shafiq Joty 외

We study how to find relevant questions in community forums when the language of the new questions is different from that of the existing questions in the forum. In particular, we explore the Arabic-English language pair…

Machine TranslationRe-RankingWord Embeddings

New Linear-time Algorithm for SubTree Kernel Computation based on Root-Weighted Tree Automata

2023-02-02 · Ludovic Mignot, Faissal Ouardi, Djelloul Ziadi

Tree kernels have been proposed to be used in many areas as the automatic learning of natural language applications. In this paper, we propose a new linear time algorithm based on the concept of weighted tree automata fo…

GPU-acceleration for Large-scale Tree Boosting

2017-06-26 · Huan Zhang, Si Si, Cho-Jui Hsieh

In this paper, we present a novel massively parallel algorithm for accelerating the decision tree building procedure on GPUs (Graphics Processing Units), which is a crucial step in Gradient Boosted Decision Tree (GBDT) a…

CPUGPU

A Kernel Fisher Discriminant Analysis-Based Tree Ensemble Classifier: KFDA Forest

2026-06-27 · Donghwan Kim, Seung Hwan Park, Jun-Geol Baek arxiv

In general, an ensemble classifier is more accurate than a single classifier. In this study, we propose an ensemble classifier called the kernel Fisher discriminant analysis forest (KFDA Forest), which is a tree-based en…

Dimensionality Reduction