<?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 computing in machine learning &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/quantum-computing-in-machine-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 21:44:58 +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 computing in 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 Graph Neural Networks Under the Microscope: Hype Meets Reality</title>
		<link>https://scienmag.com/quantum-graph-neural-networks-under-the-microscope-hype-meets-reality/</link>
		
		<dc:creator><![CDATA[Katie Riggs]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 21:44:58 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[applications of quantum GNNs in particle physics and traffic networks]]></category>
		<category><![CDATA[barren plateaus]]></category>
		<category><![CDATA[challenges and opportunities of QGNNs]]></category>
		<category><![CDATA[critical review of quantum graph neural networks]]></category>
		<category><![CDATA[El Nino prediction]]></category>
		<category><![CDATA[fraud detection]]></category>
		<category><![CDATA[Graph Neural Networks]]></category>
		<category><![CDATA[graph neural networks scalability issues]]></category>
		<category><![CDATA[high-energy physics]]></category>
		<category><![CDATA[molecular chemistry]]></category>
		<category><![CDATA[neural network architectures for molecular structures]]></category>
		<category><![CDATA[NISQ devices]]></category>
		<category><![CDATA[over-smoothing problem in GNNs]]></category>
		<category><![CDATA[QGNNs]]></category>
		<category><![CDATA[quantum advantage]]></category>
		<category><![CDATA[quantum algorithms for social network analysis]]></category>
		<category><![CDATA[Quantum Computing]]></category>
		<category><![CDATA[quantum computing for graph-based data]]></category>
		<category><![CDATA[quantum computing in machine learning]]></category>
		<category><![CDATA[quantum graph neural networks]]></category>
		<category><![CDATA[Quantum machine learning]]></category>
		<category><![CDATA[quantum-enhanced machine learning models]]></category>
		<category><![CDATA[variational quantum circuits]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=198756</guid>

					<description><![CDATA[A comprehensive new review finds that quantum graph neural networks deliver real parameter efficiency and task-specific utility, but definitive quantum advantage remains unproven on today's noisy hardware.]]></description>
										<content:encoded><![CDATA[<p>Graph neural networks have become one of the most versatile tools in modern machine learning, capable of learning from data whose relationships matter as much as the data itself. Social networks, molecular structures, particle collisions, traffic grids and financial transaction webs all share one property: they are naturally expressed as graphs, collections of nodes connected by edges. Yet classical graph neural networks carry well-known burdens. Message-passing operations scale poorly on graphs with millions of nodes, and repeated aggregation of neighbor information causes a phenomenon called over-smoothing, in which node representations gradually become indistinguishable from one another. A new open-access review in Neural Computing and Applications, led by Andrea Ceschini, Francesco Mauro and Francesca De Falco of Sapienza University of Rome and the University of Sannio, together with colleagues including Silvia L. Ullo, Paolo Gamba, Bertrand Le Saux and Massimo Panella, takes a hard, critical look at whether quantum computing can rescue these models, and its answer is more sober than the hype suggests.</p>
<p>The review, titled From graphs to qubits: a critical review of quantum graph neural networks, surveys the emerging field of Quantum Graph Neural Networks, or QGNNs, architectures that fuse the relational power of graph neural networks with the principles of quantum computation. Quantum computers manipulate qubits, which unlike classical bits can exist in superpositions of zero and one, and can become entangled so that the state of one qubit cannot be described independently of another. An n-qubit register lives in a Hilbert space spanned by all 2-to-the-n possible bit strings, an exponentially large arena that quantum algorithms can, in principle, exploit. The authors argue that this richness could offer graph learning a fundamentally different feature map, one capable of encoding complex topological relationships in ways that are hard for classical methods to reach.</p>
<p>But the quantum path is constrained by reality. Today&#8217;s machines are Noisy Intermediate-Scale Quantum devices, a term coined by John Preskill to describe processors with limited qubit counts, shallow circuit depths and pervasive noise. The dominant pragmatic approach on such hardware is the variational quantum circuit, in which a parameterized quantum circuit encodes data, evolves it under trainable rotations and entangling gates, and is measured repeatedly, with a classical optimizer updating the parameters in an iterative loop. The choice of data encoding matters enormously: angle encoding maps each feature to a rotation angle and is hardware-friendly but requires operations proportional to the number of features, while amplitude encoding compresses a d-dimensional vector into only log d qubits, yet preparing an arbitrary amplitude-encoded state can still cost O(d) operations. The review stresses that qubit efficiency does not automatically translate into end-to-end speedup, because state preparation, measurement shots and classical optimization all consume the budget.</p>
<p>To bring order to a fragmented literature, the authors propose a three-way taxonomy. Fully Quantum GNNs perform every processing stage in the quantum domain, encoding graph structure directly into Hamiltonian dynamics; they are conceptually elegant but severely limited by noise and qubit scarcity. Hybrid Quantum-GNNs embed quantum operations inside the core learning mechanism itself, implementing message passing, aggregation or graph convolution through parameterized circuits, while classical layers handle the rest. Quantum-Assisted GNNs keep the graph network entirely classical and use quantum modules only externally, for preprocessing, feature transformation or downstream classification. The distinction, the authors emphasize, is functional rather than merely architectural: the key question is not whether a quantum circuit is present, but whether it participates in the graph-learning operation or merely assists it.</p>
<p>The field&#8217;s founding idea came in 2019, when Verdon and colleagues introduced QGNNs inspired by the Quantum Approximate Optimization Algorithm. Their general ansatz applies a sequence of parameterized Hamiltonian evolutions whose interaction topology mirrors the problem graph, with each node of the graph associated with a quantum subsystem. From this seed, the review traces several branches: quantum recurrent GNNs that tie parameters across time steps to model temporal dependencies, quantum convolutional GNNs that enforce permutation invariance and globally shared Hamiltonian parameters, quantum time-series convolutional models that use the Schrödinger equation to capture periodic temporal dynamics, and equivariant quantum graph circuits that preserve symmetry under node permutation. One notable construction, the Equivariantly Diagonalizable Unitary circuit, can approximate any real-valued function on bounded graphs and passes the 1-Weisfeiler-Lehman test, outperforming classical message-passing networks in expressive power, at least in theory.</p>
<p>The applications surveyed span strikingly diverse territory. In high-energy physics, hybrid quantum-classical networks have been applied to jet tagging and particle track reconstruction at the Large Hadron Collider, where the upcoming High-Luminosity upgrade demands faster processing of sparse, high-rate collision data. One quantum jet-discrimination architecture achieves a complexity of O(N) in the number of particles, a polynomial speedup over the O(N squared) scaling of classical models, alongside more stable multiclass training, though its raw accuracy remains comparable to classical baselines. In molecular chemistry and biology, QGNNs have predicted molecular energies, HOMO-LUMO gaps and perovskite formation energies; a nine-qubit model for water molecules exploits the geometry of the problem, while an ego-graph decomposition strategy achieved competitive graph classification results using only 1.68 percent of the parameters of its classical counterparts.</p>
<p>In complex systems, the picture is similarly mixed. A temporal-spatial quantum graph convolutional network for traffic congestion prediction, built on a Schrödinger-based temporal model, proved robust but did not beat classical predictors. In finance, a compact QGNN with six qubits and roughly 200 parameters reached 94.5 percent accuracy on credit card fraud detection against 92.4 percent for a classical GraphSAGE baseline, a modest but real gain. Perhaps the most striking result comes from Earth science: a quantum-assisted model for predicting the Oceanic Niño Index, which tracks El Niño, improved accuracy over state-of-the-art classical forecasts while cutting training time by an order of magnitude, converging in five epochs instead of fifty. The review also highlights quantum-native tasks, such as learning Ising Hamiltonian dynamics, preparing GHZ entangled states for quantum sensing, spectral clustering and graph isomorphism testing, where the correspondence between graph structure and quantum interactions is direct and the fit is most natural.</p>
<p>Crucially, the authors introduce a disciplined vocabulary that the field has often lacked. They reserve quantum advantage for cases where a quantum model demonstrably outperforms the best classical counterpart under a clearly specified computational model, accounting for the full pipeline including encoding, state preparation, circuit evaluations, measurement shots and classical preprocessing. Quantum utility describes practically relevant benefits, such as improved accuracy, reduced parameter counts or better trainability, that fall short of formal advantage. Quantum-inspired improvement covers classical methods that borrow quantum concepts without using quantum hardware. Judged by this standard, most current QGNN results demonstrate task-dependent quantum utility rather than definitive quantum advantage, and the review says so plainly.</p>
<p>The obstacles are formidable. Noise and decoherence degrade fragile quantum states, and correlated errors such as crosstalk and non-Markovian noise complicate optimization, introducing systematic bias into objective evaluations. Barren plateaus, regions of the cost-function landscape where gradient variance decays exponentially with qubit count, can stall training entirely, and the problem worsens with noise and with global cost functions. Scalability is perhaps the deepest concern: direct node-to-qubit encodings require at least O(|V|) qubits, edge-dependent interactions may demand O(|E|) entangling gates per layer, and dense graphs can push this to O(|V| squared), before hardware routing adds SWAP gates on connectivity-limited devices. The review also notes that the vast majority of published QGNN studies rely exclusively on classical simulation of quantum circuits, which cannot reproduce real hardware noise, and that initialization strategies for quantum parameters remain underexplored despite their demonstrated impact on convergence.</p>
<p>The authors&#8217; conclusion is neither dismissive nor triumphant. QGNNs, they find, are viable and sometimes competitive alternatives to classical graph networks, particularly in parameter efficiency, training behavior and problem-specific complexity reduction, and they are most naturally suited to graph-structured quantum problems rather than generic large-scale classical graph learning. They call for hardware-aware ansatz design, efficient graph-to-circuit mappings, standardized benchmarks that report qubit counts, compiled circuit depth, shot counts and optimization costs, and greater use of noise-aware simulation and real-device experiments. They also point to QAOA-inspired designs, which encode graph structure directly into the circuit, and to extensions toward hypergraphs and simplicial complexes as promising directions. Until fault-tolerant quantum hardware arrives, the honest verdict is that quantum graph neural networks offer genuine, measurable utility today, while the decisive quantum advantage that would transform graph learning at scale remains an open and rigorously framed research question.</p>
<p><strong>Subject of Research:</strong> A critical review of quantum graph neural networks, their architectures, applications, and the gap between quantum utility and proven quantum advantage.</p>
<p><strong>Article Title:</strong> From graphs to qubits: a critical review of quantum graph neural networks</p>
<p><strong>Article References:</strong> From graphs to qubits: a critical review of quantum graph neural networks. (n.d.). <a href="https://doi.org/10.1007/s00521-026-12428-x" rel="noopener noreferrer">https://doi.org/10.1007/s00521-026-12428-x</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s00521-026-12428-x" rel="noopener noreferrer">10.1007/s00521-026-12428-x</a></p>
<p><strong>Keywords:</strong> quantum computing, graph neural networks, quantum graph neural networks, variational quantum circuits, NISQ devices, barren plateaus, quantum machine learning, high-energy physics, molecular chemistry, fraud detection, El Nino prediction, quantum advantage</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">198756</post-id>	</item>
		<item>
		<title>Quantum Optimization Benchmarking Library Revolutionizes Computing</title>
		<link>https://scienmag.com/quantum-optimization-benchmarking-library-revolutionizes-computing/</link>
		
		<dc:creator><![CDATA[Katie Riggs]]></dc:creator>
		<pubDate>Tue, 23 Jun 2026 15:36:22 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[empirical quantum algorithm comparison]]></category>
		<category><![CDATA[heterogeneous quantum device architectures]]></category>
		<category><![CDATA[quantum algorithm benchmarking framework]]></category>
		<category><![CDATA[quantum algorithm performance metrics]]></category>
		<category><![CDATA[quantum chemistry optimization challenges]]></category>
		<category><![CDATA[quantum computing algorithm evaluation]]></category>
		<category><![CDATA[quantum computing in machine learning]]></category>
		<category><![CDATA[quantum hardware noise characterization]]></category>
		<category><![CDATA[quantum optimization benchmarking library]]></category>
		<category><![CDATA[quantum optimization problem repository]]></category>
		<category><![CDATA[scalable quantum advantage]]></category>
		<category><![CDATA[standardized quantum problem instances]]></category>
		<guid isPermaLink="false">https://scienmag.com/quantum-optimization-benchmarking-library-revolutionizes-computing/</guid>

					<description><![CDATA[Quantum computing has captured the imagination of scientists, technologists, and futurists alike, promising a paradigm shift in how we solve some of the most intractable problems in optimization, chemistry, and machine learning. Yet, despite the tremendous theoretical potential, the practical assessment of quantum algorithms for optimization tasks has remained a profound challenge. A groundbreaking study [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Quantum computing has captured the imagination of scientists, technologists, and futurists alike, promising a paradigm shift in how we solve some of the most intractable problems in optimization, chemistry, and machine learning. Yet, despite the tremendous theoretical potential, the practical assessment of quantum algorithms for optimization tasks has remained a profound challenge. A groundbreaking study published in Nature Computational Science introduces the Quantum Optimization Benchmarking Library (QOBL), a comprehensive resource designed to catalyze the empirical evaluation and comparison of quantum optimization approaches. This significant development marks a pivotal moment in the journey from abstract quantum promise to actionable, scalable quantum advantage.</p>
<p>The quantum computing field is characterized by rapid algorithmic innovation and increasing hardware sophistication. However, the heterogeneous landscape of quantum problem instances, coupled with variations in quantum device architectures and noise characteristics, complicates the straightforward benchmarking of quantum algorithms. The QOBL framework elegantly addresses this complexity by aggregating a broad spectrum of carefully curated optimization problems into a standardized library, enabling robust and repeatable assessments across different algorithmic paradigms and hardware backends.</p>
<p>At its core, the Quantum Optimization Benchmarking Library functions as a repository of instances spanning canonical optimization problems that are central to both theoretical exploration and practical applications. These include classical NP-hard problems such as Max-Cut, Traveling Salesman, and Quadratic Unconstrained Binary Optimization (QUBO) tasks. By providing well-structured and publicly accessible problem sets, QOBL facilitates direct head-to-head comparisons between quantum annealing, gate-based quantum algorithms, and advanced classical optimization heuristics.</p>
<p>One of the critical contributions of the QOBL initiative lies in its rigorous approach to benchmarking protocol standardization. The research delineates explicit metrics and evaluation criteria, integrating solution quality, computational resources, run time, and algorithmic scalability. This holistic framework ensures that performance claims are grounded in reproducible, quantitative evidence rather than anecdotal or cherry-picked outcomes. Importantly, the library incorporates noise and error models reflective of actual quantum hardware, allowing realistic performance projections that bridge theory and experiment.</p>
<p>Beyond the immediate benchmarking utility, the Quantum Optimization Benchmarking Library fosters accelerated progress by encouraging open collaboration within the quantum computing community. Researchers and developers are empowered to contribute new instances, benchmarking results, and algorithm implementations. This crowdsourced expansion transforms QOBL into a dynamic living resource that evolves in concert with advances in quantum hardware and algorithm design, thus remaining relevant and impactful over time.</p>
<p>The research also addresses a fundamental challenge: the lack of standardization has historically hindered meaningful interlaboratory comparisons of quantum optimization results. Differing problem encodings, disparate evaluation methodologies, and isolated testing environments have limited cross-validation of quantum advantage claims. QOBL’s unified framework effectively breaks down these barriers, promoting transparency and reproducibility. Researchers can now systematically isolate performance bottlenecks attributable to hardware constraints versus algorithmic inefficiencies.</p>
<p>In practical terms, QOBL’s impact is far-reaching. For industrial partners exploring quantum-enhanced optimization, the library offers a reliable testbed to gauge the competitiveness of emerging quantum devices against mature classical solvers. This benchmarking clarity informs investment decisions, development priorities, and industrial adoption strategies. For quantum algorithm designers, detailed benchmarking feedback guides iterative refinements toward problem-tailored methods that can exploit specific quantum hardware strengths while mitigating present-day limitations.</p>
<p>The Quantum Optimization Benchmarking Library also serves an educational function by providing an accessible gateway for students and newcomers to engage deeply with quantum optimization. By studying standardized problem instances and benchmarking paradigms, learners gain tangible insight into the nuanced trade-offs at play in quantum algorithm performance. In this way, QOBL not only accelerates research but also cultivates the next generation of quantum technology experts.</p>
<p>Technically, the library integrates sophisticated instance generation pipelines, ensuring problem diversity and controlled complexity scaling. Each instance is accompanied by metadata capturing structural properties, optimal solutions when known, and classical hardness indicators. This rich annotation supports the study of quantum-classical performance crossovers and helps identify regimes where quantum methods can theoretically outperform classical counterparts.</p>
<p>Moreover, QOBL contemplates the realities of noisy intermediate-scale quantum (NISQ) devices by including benchmarking scenarios that engage error mitigation strategies and hybrid quantum-classical algorithms. This pragmatic orientation enhances the relevance of benchmarking results, enabling developers to better anticipate near-term quantum computing capabilities and pathways toward quantum supremacy in optimization contexts.</p>
<p>The study additionally highlights efforts to benchmark across different quantum computing platforms, including superconducting circuits, trapped ions, and quantum annealers. This cross-platform benchmarking is crucial, as quantum hardware diversity continues to expand, each architecture with distinct noise profiles, qubit connectivity, and gate fidelities. QOBL’s extensible design accommodates easy platform-specific benchmarking, fostering a vibrant ecosystem for comparative performance studies.</p>
<p>From an algorithmic perspective, the library supports a broad spectrum of quantum algorithms such as the Quantum Approximate Optimization Algorithm (QAOA), Variational Quantum Eigensolver (VQE)-inspired methods, and quantum annealing, alongside classical baselines like simulated annealing and branch-and-bound techniques. This inclusive benchmarking empowers the community to discern not only overall algorithmic strengths but also nuanced performance patterns related to instance structure, problem size, and hardware characteristics.</p>
<p>Initiatives like QOBL are essential stepping stones toward establishing a mature quantum software infrastructure. The secure handling of benchmarking data, interoperability with quantum programming environments, and provision of user-friendly interfaces demonstrate the deep thought invested in operationalizing quantum benchmarking science. By setting these foundational standards, QOBL significantly lowers the barrier to rigorous empirical research in quantum optimization.</p>
<p>Looking ahead, the Quantum Optimization Benchmarking Library stands poised to play a transformative role as quantum processors scale toward fault tolerance and qubit counts increase substantially. As quantum advantage transitions from proof-of-concept to practical utility, having a robust, community-driven benchmarking standard will be indispensable for monitoring progress and identifying breakthrough moments.</p>
<p>In essence, the launch of QOBL marks a landmark achievement in the evolution of quantum computing research infrastructure. It strategically aligns diverse research efforts, enabling cumulative knowledge building that transcends individual algorithms or systems. By illuminating the true performance landscape of quantum optimization technologies, the library accelerates the maturation of a field that promises to redefine computational boundaries in the coming decades.</p>
<p>Through this rigorous, open, and comprehensive benchmarking initiative, the quantum computing community gains an unparalleled toolset to evaluate, understand, and ultimately harness the computational power of quantum devices. With benchmarking challenges clarified and measurement ambiguities resolved, QOBL sets the stage for the quantum era of optimization to fully unfold — transforming ambitious scientific dreams into reality.</p>
<p>Subject of Research: Quantum optimization, quantum algorithm benchmarking, quantum computing performance evaluation</p>
<p>Article Title: The Quantum Optimization Benchmarking Library</p>
<p>Article References:<br />
Koch, T., Bernal Neira, D.E., Chen, Y. et al. The Quantum Optimization Benchmarking Library. Nat Comput Sci (2026). https://doi.org/10.1038/s43588-026-00991-1</p>
<p>Image Credits: AI Generated</p>
<p>DOI: https://doi.org/10.1038/s43588-026-00991-1</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">167903</post-id>	</item>
	</channel>
</rss>
