paper-with-me

Papers

Des-q: a quantum algorithm to provably speedup retraining of decision trees

2023-09-18 · Niraj Kumar, Romina Yalovetzky, Changhao Li, Pierre Minssen, Marco Pistoia

Decision trees are widely adopted machine learning models due to their simplicity and explainability. However, as training data size grows, standard methods become increasingly slow, scaling polynomially with the number of training examples. In this work, we introduce Des-q, a novel quantum algorithm to construct and retrain decision trees for regression and binary classification tasks. Assuming the data stream produces small, periodic increments of new training examples, Des-q significantly reduces the tree retraining time. Des-q achieves a logarithmic complexity in the combined total number of old and new examples, even accounting for the time needed to load the new samples into quantum-accessible memory. Our approach to grow the tree from any given node involves performing piecewise linear splits to generate multiple hyperplanes, thus partitioning the input feature space into distinct regions. To determine the suitable anchor points for these splits, we develop an efficient quantum-supervised clustering method, building upon the q-means algorithm introduced by Kerenidis et al. We benchmark the simulated version of Des-q against the state-of-the-art classical methods on multiple data sets and observe that our algorithm exhibits similar performance to the state-of-the-art decision trees while significantly speeding up the periodic tree retraining.

📄 PDF Abstract BibTeX arXiv:2309.09976

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

Provably Robust Training of Quantum Circuit Classifiers Against Parameter Noise

2025-05-24 · Lucas Tecot, Di Luo, Cho-Jui Hsieh

Advancements in quantum computing have spurred significant interest in harnessing its potential for speedups over classical systems. However, noise remains a major obstacle to achieving reliable quantum algorithms. In th…

QC-Forest: a Classical-Quantum Algorithm to Provably Speedup Retraining of Random Forest

2024-06-17 · Romina Yalovetzky, Niraj Kumar, Changhao Li, Marco Pistoia

Random Forest (RF) is a popular tree-ensemble method for supervised learning, prized for its ease of use and flexibility. Online RF models require to account for new training data to maintain model accuracy. This is part…

Multi-class Classification

A quantum-inspired classical algorithm for recommendation systems

2018-07-10 · Ewin Tang

We give a classical analogue to Kerenidis and Prakash's quantum recommendation system, previously believed to be one of the strongest candidates for provably exponential speedups in quantum machine learning. Our main res…

BIG-bench Machine LearningQuantum Machine LearningRecommendation Systems

Efficient Quantum Agnostic Improper Learning of Decision Trees

2022-10-01 · Sagnik Chatterjee, Tharrmashastha SAPV, Debajyoti Bera

The agnostic setting is the hardest generalization of the PAC model since it is akin to learning with adversarial noise. In this paper, we give a poly$(n,t,{\frac{1}{\varepsilon}})$ quantum algorithm for learning size $t…

Ensemble Learning

Bandwidth Enables Generalization in Quantum Kernel Models

2022-06-14 · Abdulkadir Canatar, Evan Peters, Cengiz Pehlevan, Stefan M. Wild 외

Quantum computers are known to provide speedups over classical state-of-the-art machine learning methods in some specialized settings. For example, quantum kernel methods have been shown to provide an exponential speedup…

Inductive Bias