<?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>quantum-enhanced machine learning &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/quantum-enhanced-machine-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 10 Sep 2026 05:22:23 +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>quantum-enhanced machine 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>Quantum Bayesian networks boost reinforcement learning in partially observable settings</title>
		<link>https://scienmag.com/quantum-bayesian-networks-boost-reinforcement-learning-in-partially-observable-settings/</link>
		
		<dc:creator><![CDATA[Katie Riggs]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 05:22:19 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI in limited visibility scenarios]]></category>
		<category><![CDATA[AI in partially observable Markov decision processes]]></category>
		<category><![CDATA[applications of quantum neural networks]]></category>
		<category><![CDATA[complex environment modeling]]></category>
		<category><![CDATA[complexity analysis of quantum algorithms]]></category>
		<category><![CDATA[complexity analysis of quantum reinforcement learning]]></category>
		<category><![CDATA[decision-making under uncertainty]]></category>
		<category><![CDATA[Hybrid quantum-classical algorithms]]></category>
		<category><![CDATA[nanotechnology in AI research]]></category>
		<category><![CDATA[noisy sensor data in AI]]></category>
		<category><![CDATA[partially observable environments]]></category>
		<category><![CDATA[partially observable Markov decision processes]]></category>
		<category><![CDATA[Quantum Bayesian networks]]></category>
		<category><![CDATA[quantum computing for AI]]></category>
		<category><![CDATA[quantum computing in AI]]></category>
		<category><![CDATA[quantum machine intelligence]]></category>
		<category><![CDATA[quantum-enhanced machine learning]]></category>
		<category><![CDATA[quantum-enhanced reasoning in artificial intelligence]]></category>
		<category><![CDATA[reinforcement learning]]></category>
		<category><![CDATA[reinforcement learning in partially observable environments]]></category>
		<guid isPermaLink="false">https://scienmag.com/quantum-bayesian-networks-boost-reinforcement-learning-in-partially-observable-settings/</guid>

					<description><![CDATA[Reinforcement learning has powered some of artificial intelligence&#8217;s most celebrated achievements, from mastering the ancient game of Go to sharpening the reasoning abilities of large language models. Yet one of its hardest problems has remained stubbornly classical: what happens when an agent must make good decisions in a world it cannot fully see? Now, a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Reinforcement learning has powered some of artificial intelligence&#8217;s most celebrated achievements, from mastering the ancient game of Go to sharpening the reasoning abilities of large language models. Yet one of its hardest problems has remained stubbornly classical: what happens when an agent must make good decisions in a world it cannot fully see? Now, a research team from Portugal has shown that quantum computers may offer a concrete helping hand in exactly this scenario. In a study published in the journal Quantum Machine Intelligence, researchers led by Gilberto Cunha, Alexandra Ramôa, André Sequeira, Michael de Oliveira, and Luís Barbosa, working across the High-Assurance Software Laboratory at INESC TEC, the University of Minho&#8217;s Department of Computer Science, and the International Iberian Nanotechnology Laboratory, introduce a hybrid quantum-classical algorithm that accelerates reinforcement learning in partially observable environments, and they back it with one of the most rigorous complexity analyses yet attempted in this field.</p>
<p>The heart of the difficulty lies in what computer scientists call partial observability. When a robot&#8217;s sensors are noisy, when visibility is limited, or when crucial information is simply hidden, an agent cannot directly observe the true state of its environment. Such problems are formalized as partially observable Markov decision processes, or POMDPs, and they are notoriously harder than their fully observable cousins. In fact, computing exact solutions to POMDPs is PSPACE-complete, a complexity class that places them among the most computationally demanding problems known. The classical trick for coping with uncertainty is to maintain a belief state, a probability distribution over all possible underlying states, updated each time the agent takes an action and receives an observation. Updating and reasoning with these beliefs is where the computational burden accumulates, and it is precisely this bottleneck that the Portuguese team targets.</p>
<p>Their approach rests on a well-established modeling framework known as dynamic decision networks. These are Bayesian networks, directed acyclic graphs whose nodes represent random variables and whose edges encode dependencies between them, extended to capture the flow of time and the influence of the agent&#8217;s actions. States, actions, observations, and rewards each become nodes in the network, and the conditional probability tables attached to those nodes encode the environment&#8217;s transition dynamics, its sensor model, and its reward structure. Once a POMDP is cast in this form, the fundamental operation of belief updating becomes a probabilistic inference problem. For the reward and observation distributions, classical direct sampling suffices, drawing samples from the network without rejection. But belief updates are different: they require conditioning on evidence, and the standard technique, rejection sampling, discards every sample that does not match the observed evidence. As the number of variables grows, the acceptance probability of such samples shrinks exponentially, making belief updating the dominant cost of any look-ahead planner.</p>
<p>This is where quantum mechanics enters the picture. The team&#8217;s algorithm, which they call Quantum Bayesian Reinforcement Learning, or QBRL, encodes the Bayesian network into the amplitudes of a quantum state using a sequence of uniformly controlled rotation gates, one for each node and each configuration of its parent variables. Measuring the resulting quantum state then amounts to sampling from the joint distribution the network represents. The crucial step follows: an evidence phase-flip operator marks the quantum states that match the desired observation, and the Grover diffusion operator, applied repeatedly through an amplitude amplification circuit, boosts the amplitude of the good subspace. After a number of iterations on the order of the inverse square root of the evidence probability, the acceptance probability is pushed toward certainty. The upshot is a quadratic speedup: where classical rejection sampling needs a number of operations scaling as the inverse of the evidence probability, the quantum routine scales as its inverse square root. If the acceptance probability becomes one hundred times smaller, classical cost grows a hundredfold while quantum cost grows only tenfold.</p>
<p>Crucially, the authors prove that this quantum belief update is mathematically equivalent to its classical counterpart. By constructing explicit quantum circuits for every component of the POMDP, operators encoding the belief state, the action, the transition dynamics, the sensor model, and the reward function, and by applying the amplitude amplification operator to the observation qubits, they show that the probability of measuring any given next state exactly reproduces the classical belief update rule. This equivalence means the quantum subroutine can be dropped into a standard look-ahead planner without altering the algorithm&#8217;s decision-making logic. The planner explores a tree of possible futures up to a horizon, backs up expected rewards from the leaves to the root, and selects the action with the highest value; only the engine producing the samples underneath has changed.</p>
<p>What distinguishes this work from much of the quantum machine learning literature is the care taken with honest accounting. Many claimed quantum speedups assume access to a black-box oracle whose cost is swept under the rug. Here the researchers explicitly specify the inference process and derive their complexity bounds by counting primitive quantum operations, under fault-tolerant hardware assumptions. Their analysis yields a clear picture of when the advantage survives. The quantum state-preparation circuit scales exponentially in the maximum number of parents of any node in the network, a quantity denoted M, while classical direct sampling scales only linearly. For sparse networks, where 2^M can be approximated by M, this overhead vanishes and the quadratic advantage dominates. For dense networks, or for fully observable environments where direct sampling suffices and no rejection is needed, the quantum approach offers nothing, and may even be exponentially slower.</p>
<p>The main theoretical results quantify the speedup as a ratio between two sums, one aggregating inverse evidence probabilities across the look-ahead tree and the other aggregating inverse square roots of the same quantities. Because the sum of square roots generally exceeds the square root of a sum, this ratio lies between one and its square-root bound: the quantum algorithm is guaranteed to be no worse than the classical one in complexity, and at best quadratically faster, with most realistic cases falling somewhere in between. The break-even condition is explicit: the quantum advantage survives only when the ratio of these aggregate costs is large enough to compensate the exponential penalty in the network&#8217;s maximum in-degree. This kind of transparency about where the speedup lives, and where it dies, is rare and valuable in a field often criticized for optimistic assumptions.</p>
<p>To test whether these abstract bounds translate into practical gains, the team ran numerical simulations on two classic benchmark problems. The first is the tiger problem, in which an agent faces two doors, one concealing a tiger and one a treasure; opening the tiger&#8217;s door costs a reward of minus ten, finding the treasure earns five, and listening, which carries a fifteen percent error rate, costs one. The second is a robot exploration task, in which a robot navigates four rooms arranged in a circle searching for a treasure room containing two levers with different success rates and different damage penalties. Each algorithm was run hundreds of times, and the comparison was performed under two complementary protocols: fixing the query budget to see which agent earns more reward for equal cost, and fixing the effective sample count to see which agent spends fewer resources for equal quality.</p>
<p>The results were revealing in their unevenness. In the tiger problem, where decision quality is exquisitely sensitive to the number of samples available for the belief update, the quantum-enhanced agent achieved a 94 percent improvement in cumulative reward after fifty time steps compared with its classical counterpart. In the robot problem, the improvement was a more modest 8 percent, because extra samples saturate in value beyond a certain point; once estimates are already good enough, more of them buy little. Conversely, when the metric was cost rather than reward, the robot problem showed the larger discrepancy in resources, since its larger sample counts amplified the multiplicative savings of the faster sampling routine. The authors stress that the magnitude of the advantage is problem-dependent, governed by the ratio of aggregate evidence costs and by how sensitive performance is to belief accuracy.</p>
<p>The practical implications point toward regimes where quantum assistance would matter most: situations in which decisions must be made quickly or with tightly limited computational resources, and environments in which the fidelity of the belief update directly determines the quality of the chosen action. Real-world domains marked by noisy sensors and partial information, from autonomous robotics to industrial process control, fit this description. The authors are careful to note that their approach is not a general-purpose quantum solution to all partially observable reinforcement learning; it is a targeted acceleration of one subroutine, applicable when the environment&#8217;s dynamics form a sparse Bayesian network. They also situate their contribution relative to other strands of quantum reinforcement learning, including parameterized quantum circuit policies and methods granting agents quantum access to the environment, noting that their setting involves a classical environment and fault-tolerant, non-variational circuits.</p>
<p>Looking ahead, the researchers outline several directions for extending the work. Model-free approaches, in which the dynamic decision network itself must be learned from data, could combine with their algorithm to handle environments whose structure is unknown in advance. A fully quantum action-selection mechanism, encoding look-ahead paths as quantum states and expected rewards as amplitudes, could push the speedup beyond the belief update itself. And, inevitably, the decisive test will come from deployment on real quantum hardware rather than simulation, something that becomes increasingly feasible as fault-tolerant devices scale up. For now, the study stands as a disciplined demonstration that a known quantum speedup in probabilistic inference can propagate, under carefully mapped conditions, into faster and better sequential decision-making, and it offers the community both a reproducible codebase and a candid map of where quantum advantage begins and ends.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Hybrid quantum-classical reinforcement learning in partially observable environments, using quantum rejection sampling and amplitude amplification to accelerate belief updates in sparse dynamic decision Bayesian networks.</p>
<p><strong>Article Title:</strong> Quantum Bayesian networks can speed up reinforcement learning in partially observable environments</p>
<p><strong>Article References:</strong> Cunha, G., Ramôa, A., Sequeira, A., de Oliveira, M., &amp; Barbosa, L. (2026). Quantum Bayesian networks can speed up reinforcement learning in partially observable environments. <em>Quantum Machine Intelligence, 8</em>(2), Article 65. <a href="https://doi.org/10.1007/s42484-026-00401-9" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s42484-026-00401-9</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s42484-026-00401-9" target="_blank" rel="noopener noreferrer">10.1007/s42484-026-00401-9</a></p>
<p><strong>Keywords:</strong> reinforcement learning, partially observable Markov decision process, Bayesian networks, quantum algorithms, quantum amplitude amplification, quantum rejection sampling, dynamic decision networks, belief updating, hybrid quantum-classical algorithm, quantum machine learning</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">191292</post-id>	</item>
		<item>
		<title>Harnessing Quantum Mechanics in AI to Enhance Cancer Treatment Outcomes</title>
		<link>https://scienmag.com/harnessing-quantum-mechanics-in-ai-to-enhance-cancer-treatment-outcomes/</link>
		
		<dc:creator><![CDATA[Nathaniel Bowman]]></dc:creator>
		<pubDate>Mon, 22 Jun 2026 19:35:24 +0000</pubDate>
				<category><![CDATA[Cancer]]></category>
		<category><![CDATA[AI for cancer treatment prediction]]></category>
		<category><![CDATA[complex biological data decoding]]></category>
		<category><![CDATA[integrative genomics in oncology]]></category>
		<category><![CDATA[molecular data analysis in cancer]]></category>
		<category><![CDATA[multivariate genomic data interpretation]]></category>
		<category><![CDATA[neuroblastoma treatment advancements]]></category>
		<category><![CDATA[overcoming AI data limitations in medicine]]></category>
		<category><![CDATA[personalized cancer therapy using AI]]></category>
		<category><![CDATA[quantum computing in pediatric oncology]]></category>
		<category><![CDATA[quantum mechanics in artificial intelligence]]></category>
		<category><![CDATA[quantum-enhanced machine learning]]></category>
		<category><![CDATA[small cohort clinical insights]]></category>
		<guid isPermaLink="false">https://scienmag.com/harnessing-quantum-mechanics-in-ai-to-enhance-cancer-treatment-outcomes/</guid>

					<description><![CDATA[In a groundbreaking advancement that merges the realms of quantum mechanics and artificial intelligence (AI), researchers led by Orly Alter at the University of Utah have pioneered a novel computational method capable of deciphering extraordinarily complex biological data to enhance treatment predictions for neuroblastoma, the most common cancer among infants. This innovative approach surmounts the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a groundbreaking advancement that merges the realms of quantum mechanics and artificial intelligence (AI), researchers led by Orly Alter at the University of Utah have pioneered a novel computational method capable of deciphering extraordinarily complex biological data to enhance treatment predictions for neuroblastoma, the most common cancer among infants. This innovative approach surmounts the conventional limitations imposed by typical AI/ML strategies, which depend on vast datasets far exceeding the scale of molecular features to yield meaningful predictions. By harnessing quantum mechanical principles, the team has forged a pathway that not only interprets densely layered molecular data but also unearths clinically actionable insights from relatively small cohorts—a feat previously thought unattainable.</p>
<p>Neuroblastoma presents a convoluted challenge in pediatric oncology, characterized by its heterogeneous nature whereby some tumors regress spontaneously while others progress aggressively. Traditional treatment stratification methods often hinge on the detection of single-gene mutations, yet these singular markers fail to encapsulate the intricate biological networks underlying disease progression and response to therapy. Alter underscores this complexity, emphasizing that patient outcomes are governed by an amalgamation of millions to billions of genomic and transcriptomic features—a multivariate landscape impervious to analysis through simplistic models or limited datasets.</p>
<p>The inherent limitation with classic AI/ML frameworks lies in their data-hungry nature. Such models conventionally require exponentially more patient samples than molecular features to avoid overfitting and to generalize well. To illustrate, cutting-edge language models trained on viral genomes necessitated data on the order of 110 million samples for the relatively compact 30,000 base nucleotide genome of SARS-CoV-2. Scaling this requirement to the human genome’s three billion nucleotides would theoretically demand far beyond feasible patient quantities, thereby stalling advancements in personalized medicine driven by these conventional approaches.</p>
<p>Opposing these constraints, Alter’s research team deployed quantum mechanics-inspired algorithms, specifically multitensor comparative spectral decompositions. This mathematical framework leverages core quantum phenomena such as superposition and entanglement to dissect multiomic datasets, comprised of tumor and blood DNA alongside tumor RNA layers. This quantum paradigm operates analogously to optical prisms decomposing light into a spectrum of constituent colors, enabling the extraction of intertwined molecular patterns predictive of clinical outcomes despite the staggering dimensionality and noise inherent in the data.</p>
<p>Applying this methodology to a small cohort of just 71 neuroblastoma patients, the team adeptly navigated through approximately six million multiomic features to identify novel predictive biomarkers. Strikingly, these quantum-derived predictors demonstrated greater accuracy and robustness than traditional single-gene markers across independent validation sets drawn from diverse patient populations and timeframes. This generalizability suggests the technique’s potential utility as a universal tool in clinical oncology, capable of informing tailored therapeutic decisions and accelerating the development of stratified treatment regimens.</p>
<p>An especially compelling attribute of this approach is its interpretability. Unlike conventional deep learning models which function as inscrutable black boxes, the quantum multitensor algorithm elucidates the biological mechanisms underpinning its predictions. This transparency is crucial for clinical adoption, as it facilitates the identification of genetic pathways and molecular targets amenable to therapeutic intervention. Alter’s group capitalized on this attribute, experimentally validating their predictions for adult glioblastoma through CRISPR-Cas9 mediated gene editing, thereby reinforcing the translational impact of their computational findings.</p>
<p>This fusion of quantum mathematical concepts with AI not only promises to revolutionize precision oncology but also represents a paradigm shift in the analysis of small-cohort, high-dimensional datasets riddled with noise—a common scenario in biomedical research. The method&#8217;s capacity to robustly handle data heterogeneity opens doors beyond neuroblastoma, potentially benefiting numerous other cancers and complex diseases where comprehensive molecular profiling is often limited by sample availability.</p>
<p>Looking forward, the researchers envision their platform being utilized at the single-patient level, an ambitious goal in personalized medicine. The capacity to derive individualized treatment blueprints from an isolated patient’s multiomic dataset epitomizes the holy grail of precision oncology—delivering bespoke therapeutic regimens with unparalleled specificity and efficacy. Beyond biomedicine, Alter suggests that the universality of the algorithms could extend to diverse scientific fields confronted with high-dimensional, noisy data, citing applications in sustainable energy research as a prospective frontier.</p>
<p>The origin of this work is deeply interdisciplinary, integrating expertise in biomedical engineering, computational science, quantum physics, and clinical oncology. Supported by major institutions including the NIH, NSF, and several philanthropic foundations, this research exemplifies the power of collaborative science in addressing some of the most formidable challenges in health care. Moreover, the University of Utah’s spinoff company, Prism AI Therapeutics, is actively commercializing these insights to assist pharmaceutical developers in optimizing clinical trials and drug targeting strategies.</p>
<p>This quantum mechanics-based multitensor AI approach marks a transformative step toward unraveling the biological complexity buried within multiomic data, transcending the prior limitations imposed by dataset size and data noise. By marrying interpretability with statistical power, it equips clinicians and researchers with a potent analytical tool to refine prognostic assessments and tailor interventions precisely, heralding a new era of AI-driven precision medicine that could save countless young lives afflicted by cancer.</p>
<hr />
<p><strong>Subject of Research:</strong><br />
Not applicable</p>
<p><strong>Article Title:</strong><br />
Quantum Mechanics-Based Multitensor AI/ML Uniquely Able to Discover, Validate, and Interpret Predictors from Small-Cohort Noisy High-Dimensional Multiomic Data</p>
<p><strong>News Publication Date:</strong><br />
22-Jun-2026</p>
<p><strong>Web References:</strong><br />
<a href="https://doi.org/10.1063/5.0305656">https://doi.org/10.1063/5.0305656</a></p>
<p><strong>Image Credits:</strong><br />
Orly Alter, University of Utah</p>
<p><strong>Keywords:</strong><br />
Quantum mechanics, Artificial intelligence, Neuroblastoma, Cancer, Cancer treatments</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">167587</post-id>	</item>
	</channel>
</rss>
