paper-with-me

Papers

DICS: Data-Informed Centroid Splitting for Decision Tree Classifiers

2026-08-20 · MD Saifur Rahman Mazumder, Feng Yu arxiv

Decision tree-based models are widely used in machine learning due to their interpretability and strong empirical performance. However, training decision trees can be computationally expensive, particularly for large and high-dimensional datasets, largely due to the exhaustive search over candidate splits at each node. To improve computational efficiency, we propose Data-Informed Centroid Splitting (DICS), a clustering-based framework that constructs a compact and informative set of candidate splits using data-driven priors. By incorporating class-aware structure, DICS significantly reduces the split search space for classification tasks while preserving predictive performance. We further provide theoretical analysis showing that under the stated assumptions, DICS does not degrade the performance of classification trees compared to exhaustive split search. DICS can be incorporated into classification trees, random forests, and gradient-boosting models. Extensive experiments demonstrate that DICS achieves comparable accuracy while substantially reducing training time across synthetic and benchmark datasets, highlighting the benefit of integrating data-informed priors into split selection for scalable classification tree learning.

📄 PDF Abstract BibTeX arXiv:2608.20258

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Centroid Decision Forest

2025-03-25 · Amjad Ali, Zardad Khan, Saeed Aldahmani

This paper introduces the centroid decision forest (CDF), a novel ensemble learning framework that redefines the splitting strategy and tree building in the ordinary decision trees for high-dimensional classification. Th…

Ensemble Learning

A simulation study of cluster search algorithms in data set generated by Gaussian mixture models

2024-07-27 · Ryosuke Motegi, Yoichi Seki

Determining the number of clusters is a fundamental issue in data clustering. Several algorithms have been proposed, including centroid-based algorithms using the Euclidean distance and model-based algorithms using a mix…

Splitting physics-informed neural networks for inferring the dynamics of integer- and fractional-order neuron models

2023-04-26 · Simin Shekarpaz, Fanhai Zeng, George Karniadakis

We introduce a new approach for solving forward systems of differential equations using a combination of splitting methods and physics-informed neural networks (PINNs). The proposed method, splitting PINN, effectively ad…

Splitting Methods for Convex Bi-Clustering and Co-Clustering

2019-01-18 · Michael Weylandt

Co-Clustering, the problem of simultaneously identifying clusters across multiple aspects of a data set, is a natural generalization of clustering to higher-order structured data. Recent convex formulations of bi-cluster…

Clustering

IndicSafe: A Benchmark for Evaluating Multilingual LLM Safety in South Asia

2026-03-18 · Priyaranjan Pattnayak, Sanchari Chowdhuri arxiv

As large language models (LLMs) are deployed in multilingual settings, their safety behavior in culturally diverse, low-resource languages remains poorly understood. We present the first systematic evaluation of LLM safe…