<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>federated quantum learning &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/federated-quantum-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 Sep 2026 00:47:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>federated quantum learning &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Privacy-First Quantum Ensembles Learn From Labels No One Can See</title>
		<link>https://scienmag.com/privacy-first-quantum-ensembles-learn-from-labels-no-one-can-see/</link>
		
		<dc:creator><![CDATA[Katie Riggs]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 00:47:27 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[collaborative quantum classifiers]]></category>
		<category><![CDATA[differential privacy in quantum machine learning]]></category>
		<category><![CDATA[ensemble learning]]></category>
		<category><![CDATA[federated learning]]></category>
		<category><![CDATA[federated quantum learning]]></category>
		<category><![CDATA[IBM Quantum]]></category>
		<category><![CDATA[label privacy]]></category>
		<category><![CDATA[local differential privacy]]></category>
		<category><![CDATA[multi-user quantum machine learning]]></category>
		<category><![CDATA[NISQ era]]></category>
		<category><![CDATA[parallel composition]]></category>
		<category><![CDATA[privacy-preserving machine learning]]></category>
		<category><![CDATA[privacy-preserving quantum data analysis]]></category>
		<category><![CDATA[quantum classifier training without label exposure]]></category>
		<category><![CDATA[quantum classifiers]]></category>
		<category><![CDATA[quantum data privacy frameworks]]></category>
		<category><![CDATA[quantum ensemble models]]></category>
		<category><![CDATA[quantum federated learning protocols]]></category>
		<category><![CDATA[Quantum machine learning]]></category>
		<category><![CDATA[quantum privacy]]></category>
		<category><![CDATA[randomized response]]></category>
		<category><![CDATA[secure quantum AI training]]></category>
		<category><![CDATA[variational quantum algorithms]]></category>
		<category><![CDATA[variational quantum circuits]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=200204</guid>

					<description><![CDATA[Researchers have unveiled a framework that trains personalized quantum classifiers across many users while each label is privatized locally, guaranteeing ensemble-level privacy bounded by the largest individual budget.]]></description>
										<content:encoded><![CDATA[<p>Quantum machine learning has long promised a new kind of computational power, but a quieter revolution is now underway at the intersection of quantum algorithms and data privacy. In a study published in Quantum Machine Intelligence, researchers led by Flavjo Xhelollari and Juntao Chen of Fordham University, together with Samuel Yen-Chi Chen of Wells Fargo and Junaid Farooq of the University of Michigan-Dearborn, present a framework that allows multiple users to collaboratively train personalized quantum classifiers without ever revealing their raw labels to anyone else. The work, titled Ensembling personalized quantum models with local differential privacy, addresses one of the most persistent obstacles facing federated approaches to quantum artificial intelligence: how to pool the statistical strength of many small, privately held datasets while guaranteeing that no individual&#8217;s sensitive information leaks through the training pipeline.</p>
<p>The core idea builds on variational quantum classifiers, the workhorse architecture of the noisy intermediate-scale quantum era. These models encode classical data into quantum states using parameterized circuits, then extract predictions from measurement outcomes, with the circuit parameters tuned by classical optimizers through techniques such as the parameter-shift rule for quantum gradients. Because each user in a federated setting typically holds only a small, idiosyncratic slice of data, a single personalized model trained in isolation tends to generalize poorly. The new framework tackles this by training user-specific variational quantum models on disjoint local datasets and then combining their predictions through an ensemble, borrowing a strategy as old as classical machine learning itself: many weak learners, aggregated wisely, can outperform any one of them alone.</p>
<p>What distinguishes this work is the rigor of its privacy treatment. Each user privatizes their labels locally, before anything leaves their device, using the randomized response mechanism, a classical technique in which the true label is reported with some probability and a random alternative otherwise. Crucially, each user may choose an individual privacy budget, denoted epsilon-i, which quantifies how much information about any single record the privatized output can leak. This local differential privacy model is stricter than the centralized variant used by large technology companies, because no trusted curator ever sees unprivatized data. The privacy guarantee is established mathematically at the user&#8217;s side, before any communication occurs, which means the server aggregating the models need not be trusted at all.</p>
<p>The formal analysis rests on two pillars of differential privacy theory. The first is the post-processing property, which the authors prove in an appendix: any computation performed on already-privatized data cannot weaken the privacy guarantee, no matter how elaborate the downstream machinery. The second is parallel composition, which states that when independent privacy mechanisms are applied to disjoint datasets, the overall privacy loss is governed by the largest individual budget rather than the sum of all budgets. Because each user&#8217;s data lives in its own disjoint partition and every supervision signal in the strict regime is itself privatized before use, the protected-label stream inherits record-level epsilon-i local differential privacy, and the entire ensemble-level guarantee is bounded by the maximum epsilon across all participating users. In other words, the privacy cost of collaboration is set by the least private participant, not by the crowd.</p>
<p>Within this privacy-consistent regime, the researchers compare two ways of merging the personalized quantum models. The first is voting-based aggregation, in which the ensemble simply takes a majority or weighted vote over the predictions of the individual quantum classifiers. The second is a learned aggregation module, a small trainable component that decides how much to trust each member model&#8217;s output when producing the final prediction. Learned aggregation can be more expressive, but it introduces a subtlety: calibrating such a module typically requires supervision, and if that supervision comes from clean, unprivatized labels, the strict formal privacy scope no longer covers the whole pipeline. The authors are careful to frame this as an optional extension, calibrated on a small clean validation set, that sits outside the end-to-end privacy guarantee.</p>
<p>Empirically, the results reveal a clear division of labor between the two aggregation strategies. When the pipeline remains privacy-consistent from start to finish, with every label privatized before use, voting emerges as the most stable and reliable choice, since it never requires additional clean supervision that could compromise the guarantee. When reliable clean calibration labels are available and the strict formal privacy scope is relaxed accordingly, the learned aggregation module becomes the most effective, exploiting its extra flexibility to weight the ensemble members intelligently. This practical guidance, that the right aggregation rule depends on the supervision regime, gives practitioners a concrete decision rule rather than a one-size-fits-all prescription.</p>
<p>The study does not stop at binary classification benchmarks. The authors extend their experiments to multiclass tasks, where the randomized response mechanism must handle more than two possible labels and the noise floor rises accordingly. They also examine partial participation, the realistic scenario in which only a subset of users contributes to the ensemble in any given round, and they probe the scalability of the framework as the number of participants grows. Simulated noise experiments characterize how the privatization probability interacts with model accuracy, mapping out the trade-off curve between privacy budgets and predictive performance. Together, these experiments delineate the operating envelope of the method, showing where it thrives and where the privacy noise begins to erode the ensemble&#8217;s advantage.</p>
<p>Perhaps most striking for a field still dominated by simulation, the team replicated key aspects of their study on real IBM Quantum hardware in a pilot study. Running variational quantum circuits on today&#8217;s noisy devices is a stern test, since decoherence, gate errors, and readout noise compound with the deliberate noise injected by privacy randomization. The fact that the framework remained competitive under these compounded imperfections suggests a certain robustness that pure-theory studies often lack. It also aligns with a broader lesson from the quantum machine learning literature, including work on generalization from few training data, that ensembling and careful aggregation can compensate for the limitations of individual models trained on scarce, noisy data, which is precisely the regime that near-term quantum hardware imposes.</p>
<p>The broader significance of this work lies in its timing. Quantum machine learning is maturing from proof-of-concept demos toward applications in finance, healthcare, and high-energy physics, domains where the data is exactly the kind that regulators and users insist on protecting. Prior studies have explored differential privacy for quantum machine learning in centralized settings, and quantum local differential privacy has been analyzed from an information-theoretic perspective, but the question of how to combine personalized quantum models across many mutually distrusting parties had remained open. By proving that the ensemble inherits a clean max-epsilon guarantee under parallel composition, and by validating the approach both in simulation and on hardware, the Fordham-led team has supplied a template for privacy-preserving collaborative quantum learning that other groups can build on immediately.</p>
<p>There are, of course, limits that the authors themselves acknowledge. The strict privacy-consistent regime demands that every downstream supervision signal be privatized, which constrains how sophisticated the aggregation layer can be; the moment clean labels enter the picture, the formal guarantee must be renegotiated. The randomized response mechanism also imposes an accuracy tax that grows as privacy budgets shrink, and the framework&#8217;s performance ultimately depends on the quality and diversity of the local datasets each user contributes. Still, the study, supported in part by the National Science Foundation under Grants 2335788, 2343535, and 2555384, marks a meaningful step toward quantum machine learning systems that respect the privacy of the people whose data makes them possible. As quantum hardware improves and federated deployments become practical, frameworks like this one may define the standard by which trustworthy quantum AI is judged: powerful, personalized, and provably private.</p>
<p><strong>Subject of Research:</strong> Collaborative training of personalized quantum classifiers under local differential privacy with ensemble aggregation</p>
<p><strong>Article Title:</strong> Ensembling personalized quantum models with local differential privacy</p>
<p><strong>Article References:</strong> Ensembling personalized quantum models with local differential privacy. (n.d.). <a href="https://doi.org/10.1007/s42484-026-00440-2" rel="noopener noreferrer">https://doi.org/10.1007/s42484-026-00440-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s42484-026-00440-2" rel="noopener noreferrer">10.1007/s42484-026-00440-2</a></p>
<p><strong>Keywords:</strong> quantum machine learning, local differential privacy, ensemble learning, variational quantum circuits, randomized response, federated learning, privacy-preserving machine learning, quantum classifiers, parallel composition, IBM Quantum, label privacy, NISQ era</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">200204</post-id>	</item>
	</channel>
</rss>
