paper-with-me

Papers

A Quantum Bagging Algorithm with Unsupervised Base Learners for Label Corrupted Datasets

2025-09-08 · Neeshu Rathi, Sanjeev Kumar arxiv

The development of noise-resilient quantum machine learning (QML) algorithms is critical in the noisy intermediate-scale quantum (NISQ) era. In this work, we propose a quantum bagging framework that uses QMeans clustering as the base learner to reduce prediction variance and enhance robustness to label noise. Unlike bagging frameworks built on supervised learners, our method leverages the unsupervised nature of QMeans, combined with quantum bootstrapping via QRAM-based sampling and bagging aggregation through majority voting. Through extensive simulations on both noisy classification and regression tasks, we demonstrate that the proposed quantum bagging algorithm performs comparably to its classical counterpart using KMeans while exhibiting greater resilience to label corruption than supervised bagging methods. This highlights the potential of unsupervised quantum bagging in learning from unreliable data.

📄 PDF Abstract BibTeX arXiv:2509.07040

Code (0)

등록된 구현이 없습니다.

Tasks

Quantum Machine Learning

Similar Papers 제목 키워드 기반

BEDS: Bagging ensemble deep segmentation for nucleus segmentation with testing stage stain augmentation

2021-02-17 · Xing Li, Haichun Yang, Jiaxin He, Aadarsh Jha 외

Reducing outcome variance is an essential task in deep learning based medical image analysis. Bootstrap aggregating, also known as bagging, is a canonical ensemble algorithm for aggregating weak learners to become a stro…

Deep LearningEnsemble LearningMedical Image AnalysisSegmentation

Feature Bagging Provides Stability

2026-07-29 · Yuheng Ma, Qiang Sun arxiv

We study feature bagging through the lens of algorithmic stability. Feature bagging is an ensemble strategy that aggregates base learners trained on randomly subsampled feature subsets, possibly in a data-dependent manne…

Optimizing Ensemble Weights and Hyperparameters of Machine Learning Models for Regression Problems

2019-08-14 · Mohsen Shahhosseini, Guiping Hu, Hieu Pham

Aggregating multiple learners through an ensemble of models aim to make better predictions by capturing the underlying distribution of the data more accurately. Different ensembling methods, such as bagging, boosting, an…

BIG-bench Machine Learningregression

Efficient Optimal PAC Learning

2025-02-05 · Mikael Møller Høgsgaard

Recent advances in the binary classification setting by Hanneke [2016b] and Larsen [2023] have resulted in optimal PAC learners. These learners leverage, respectively, a clever deterministic subsampling scheme and the cl…

Binary ClassificationPAC learning

Majority-of-Three is Optimal

2026-06-11 · Divit Rawal, Nikita Zhivotovskiy arxiv

We give a short proof that the majority vote of three independent consistent classifiers is an optimal learner in the realizable PAC setting. This proves optimality for the simplest voting scheme, while simplifying both …