paper-with-me

Papers

Quantum Boosting

2020-02-12 · ICML 2020 1 · Srinivasan Arunachalam, Reevu Maity

Suppose we have a weak learning algorithm $\mathcal{A}$ for a Boolean-valued problem: $\mathcal{A}$ produces hypotheses whose bias $\gamma$ is small, only slightly better than random guessing (this could, for instance, be due to implementing $\mathcal{A}$ on a noisy device), can we boost the performance of $\mathcal{A}$ so that $\mathcal{A}$'s output is correct on $2/3$ of the inputs? Boosting is a technique that converts a weak and inaccurate machine learning algorithm into a strong accurate learning algorithm. The AdaBoost algorithm by Freund and Schapire (for which they were awarded the G\"odel prize in 2003) is one of the widely used boosting algorithms, with many applications in theory and practice. Suppose we have a $\gamma$-weak learner for a Boolean concept class $C$ that takes time $R(C)$, then the time complexity of AdaBoost scales as $VC(C)\cdot poly(R(C), 1/\gamma)$, where $VC(C)$ is the $VC$-dimension of $C$. In this paper, we show how quantum techniques can improve the time complexity of classical AdaBoost. To this end, suppose we have a $\gamma$-weak quantum learner for a Boolean concept class $C$ that takes time $Q(C)$, we introduce a quantum boosting algorithm whose complexity scales as $\sqrt{VC(C)}\cdot poly(Q(C),1/\gamma);$ thereby achieving a quadratic quantum improvement over classical AdaBoost in terms of $VC(C)$.

📄 PDF Abstract BibTeX arXiv:2002.05056

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Improved Quantum Boosting

2020-09-17 · Adam Izdebski, Ronald de Wolf

Boosting is a general method to convert a weak learner (which generates hypotheses that are just slightly better than random) into a strong learner (which generates hypotheses that are much better than random). Recently,…

Quantum Inspired Adaptive Boosting

2021-02-01 · Bálint Daróczy, Katalin Friedl, László Kabódi, Attila Pereszlényi 외

Building on the quantum ensemble based classifier algorithm of Schuld and Petruccione [arXiv:1704.02146v1], we devise equivalent classical algorithms which show that this quantum ensemble method does not have advantage o…

Quantum Boosting using Domain-Partitioning Hypotheses

2021-10-25 · Debajyoti Bera, Rohan Bhatia, Parmeet Singh Chani, Sagnik Chatterjee

Boosting is an ensemble learning method that converts a weak learner into a strong learner in the PAC learning framework. Freund and Schapire designed the Godel prize-winning algorithm named AdaBoost that can boost learn…

BenchmarkingEnsemble LearningGeneralization BoundsOpen-Ended Question Answering+1

The Dawn of Quantum Natural Language Processing

2021-10-13 · Riccardo Di Sipio, Jia-Hong Huang, Samuel Yen-Chi Chen, Stefano Mangini 외

In this paper, we discuss the initial attempts at boosting understanding human language based on deep-learning models with quantum computing. We successfully train a quantum-enhanced Long Short-Term Memory network to per…

Sentiment Analysis