<?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 benchmarking &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/quantum-benchmarking/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 06 Sep 2026 10:25:57 +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 benchmarking &#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>Q-SCOPE maps quantum state geometry for prediction and benchmarking</title>
		<link>https://scienmag.com/q-scope-maps-quantum-state-geometry-for-prediction-and-benchmarking/</link>
		
		<dc:creator><![CDATA[Katie Riggs]]></dc:creator>
		<pubDate>Sun, 06 Sep 2026 10:25:54 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[classical-quantum hybrid models]]></category>
		<category><![CDATA[hybrid classical-quantum neural networks]]></category>
		<category><![CDATA[out-of-distribution detection]]></category>
		<category><![CDATA[Q-SCOPE framework]]></category>
		<category><![CDATA[quantum benchmarking]]></category>
		<category><![CDATA[quantum benchmarking techniques]]></category>
		<category><![CDATA[quantum data distribution]]></category>
		<category><![CDATA[quantum feature space]]></category>
		<category><![CDATA[quantum machine intelligence]]></category>
		<category><![CDATA[Quantum machine learning]]></category>
		<category><![CDATA[quantum neural network uncertainty]]></category>
		<category><![CDATA[quantum state classification]]></category>
		<category><![CDATA[quantum state geometry]]></category>
		<category><![CDATA[quantum state geometry mapping]]></category>
		<guid isPermaLink="false">https://scienmag.com/q-scope-maps-quantum-state-geometry-for-prediction-and-benchmarking/</guid>

					<description><![CDATA[Hybrid classical-quantum neural networks have rapidly become one of the most actively pursued directions in quantum machine learning, promising classification performance that draws on the expressive power of quantum states while retaining the training machinery of conventional deep learning. Yet a fundamental weakness has followed these models from their purely classical ancestors: when confronted with [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Hybrid classical-quantum neural networks have rapidly become one of the most actively pursued directions in quantum machine learning, promising classification performance that draws on the expressive power of quantum states while retaining the training machinery of conventional deep learning. Yet a fundamental weakness has followed these models from their purely classical ancestors: when confronted with data that lies outside the distribution they were trained on, they tend to produce confidently wrong answers rather than flagging their own uncertainty. A new study published in Quantum Machine Intelligence addresses this gap directly, presenting the first systematic investigation of out-of-distribution detection for hybrid classical-quantum neural network classifiers and introducing a detection strategy built on the geometry of quantum feature space itself.</p>
<p>The work, led by Shahreen Sultana, Mutasim Fuad Sarker, Md Adnan Arefeen and Sumaiya Tabassum Nimi of North South University in Dhaka, together with Md Faiyaz Bin Younus of the University of Missouri-Kansas City, is presented under the name Q-SCOPE, a framework for characterizing quantum state geometry to support out-of-distribution prediction and benchmark evaluation. The researchers point out that while the machine learning community has developed an extensive arsenal of out-of-distribution detection techniques for classical neural networks, none of these methods had been rigorously studied in the context of hybrid classical-quantum models. That omission matters because these hybrid models are increasingly being proposed for real-world deployment, and a classifier that cannot distinguish familiar data from unfamiliar data is a classifier that cannot be trusted in safety-critical settings.</p>
<p>The core problem the team set out to solve is the poor separation between in-distribution and out-of-distribution samples in the classification output space. Classical neural network classifiers assign probabilities through a softmax layer, and it has long been known that these confidence scores are poorly calibrated: a network trained exclusively on handwritten digits may assign high confidence to a photograph of a truck simply because the machinery that produced the output was never designed to express the concept of &#8220;not a digit.&#8221; Hybrid classical-quantum neural network models inherit this weakness, since their final classification stage is likewise a classical layer interpreting outputs from a parameterized quantum circuit. The danger is not merely theoretical; in domains such as automated driving perception, where deep learning safety concerns have been documented in the recent literature, failure to detect novel inputs can translate directly into physical risk.</p>
<p>To establish a baseline, the researchers first benchmarked existing out-of-distribution detection approaches drawn from the classical neural network literature, applying them to hybrid classical-quantum classifiers using standard datasets and standard evaluation metrics. This benchmarking exercise revealed the limitations of transplanting classical techniques into the quantum-enhanced setting. Methods that rely on the statistics of classical logits or on softmax confidence scores do not take advantage of the distinctive representational structure that quantum circuits provide, and their performance on hybrid models proved inconsistent across benchmark pairs. The authors argue that this is precisely where a quantum-native approach should have the advantage, because the intermediate representations produced by a quantum circuit are not arbitrary vectors but genuine quantum states living in a Hilbert space, with all the geometric structure that implies.</p>
<p>The novel strategy proposed in the paper exploits exactly that structure. Rather than treating the outputs of the quantum layer as opaque feature vectors, the researchers identify subspaces within the quantum feature space based on the categorical label information of the training data. Each class of the classification problem is associated with a characteristic region of the quantum state space, and the geometry of these regions becomes the foundation for detection. The key quantity is the fidelity score, a measure drawn from the quantum computing literature that quantifies the similarity between two quantum states. In quantum mechanics, fidelity ranges over the overlap between states, taking values close to one for nearly identical states and approaching zero for orthogonal ones. It has long served as the standard yardstick for comparing quantum states in tasks ranging from quantum state tomography to the characterization of quantum operations, and the Q-SCOPE framework now repurposes it as a similarity metric for machine learning.</p>
<p>The detection procedure works as follows. For each class in the training set, the model characterizes the typical fidelity relationships between samples that belong to that class, effectively learning a class-wise boundary in fidelity space defined by the geometry of the quantum states. When a new sample arrives, its quantum state representation is compared against these class-wise regions using the fidelity score. If the maximum fidelity with any known class region falls within the learned boundaries, the sample is treated as in-distribution; if it falls outside, the sample is flagged as out-of-distribution. The authors emphasize that this class-wise characterization is essential, because the multi-cluster structure of quantum-enhanced feature space means that a single global threshold would blur together distributions that are meaningfully distinct at the level of individual classes. Alongside the fidelity-based scoring, the framework also evaluates alternative scoring functions, including mean-based approaches, Gaussian mixture models and one-class support vector machines, under both class-wise and global formulations, providing a comprehensive comparison of how different assumptions about the feature space geometry affect detection quality.</p>
<p>The empirical evaluation spans multiple standard benchmark datasets. The researchers trained hybrid classical-quantum classifiers on image datasets including MNIST and Fashion-MNIST and then tested detection against a range of out-of-distribution counterparts, including Omniglot, CIFAR-10 and a comprehensive Bangla handwritten character database. These pairings were chosen to span a spectrum of difficulty, from relatively easy cases such as natural color images versus grayscale digits, to genuinely challenging cases where the in-distribution and out-of-distribution data share visual characteristics. Across these benchmarks, the team demonstrated empirically that the fidelity score, combined with the class-wise boundary characterization, successfully separates in-distribution from out-of-distribution samples, substantiating the central claim of the paper. The accompanying analysis includes extensive density plot visualizations, covering every scoring method and every in-distribution and out-of-distribution combination evaluated, which document the statistical separation achieved in fidelity space and illustrate concretely how class merging under a global formulation degrades detection performance.</p>
<p>The significance of the result extends beyond the immediate technical contribution. Quantum machine learning has matured from a theoretical curiosity into a field with demonstrated applications in anomaly detection across diverse domains, including high-energy physics, network security, industrial control systems and time series analysis. Quantum autoencoders, quantum kernel methods and variational quantum circuits have all been proposed for detecting unusual or anomalous data. But the out-of-distribution detection problem addressed by Q-SCOPE is subtly different from anomaly detection: rather than identifying rare events within a known domain, it asks whether a classifier can recognize when its own assumptions no longer hold. This question is foundational to the trustworthy deployment of any learning system, and until now it had not been systematically examined for the hybrid quantum models that dominate near-term quantum machine learning research conducted on noisy intermediate-scale quantum devices.</p>
<p>The study also carries implications for how quantum machine learning models should be benchmarked. By explicitly framing out-of-distribution detection as a benchmark evaluation task and providing a standardized comparison of classical methods against the new fidelity-based approach, the researchers give the community a template for assessing not just accuracy but reliability. As the authors note, understanding quantum machine learning fully requires rethinking generalization itself, and the behavior of models on data outside their training distribution is a central component of generalization. A hybrid quantum classifier that achieves high accuracy on test data drawn from the same distribution as its training set may still be unfit for deployment if it cannot signal when the world deviates from that distribution. Fidelity, in this light, functions as a bridge between two literatures: it is the natural similarity measure of quantum information theory, and it now serves as the detection statistic that makes quantum state geometry actionable for machine learning reliability.</p>
<p>The authors report that the code used in the study will be made available upon reasonable request, and they note that the research received no specific grant from funding agencies in the public, commercial or not-for-profit sectors. The work was conducted at North South University&#8217;s Department of Electrical and Computer Engineering and at the University of Missouri-Kansas City&#8217;s Division of Computing, Analytics and Mathematics, with Sumaiya Tabassum Nimi, who originated the research idea and supervised the project, serving as corresponding author. Sultana and Sarker conceived the study, conducted the experiments and drafted the main manuscript, while Younus contributed to the literature review and Arefeen supported technical and editorial revisions.</p>
<p>Looking ahead, the Q-SCOPE framework opens several avenues for follow-up research. The class-wise fidelity boundaries learned by the current method are defined by the geometry of specific trained models and datasets, and extending the approach to larger quantum circuits, higher-dimensional datasets and hardware implementations on real quantum processors remains an open challenge. The interplay between noise in quantum hardware and the stability of fidelity-based detection thresholds is another natural question, since noisy quantum states perturb the very geometric structure the method depends on. Nevertheless, the demonstration that a metric as fundamental as quantum fidelity can outperform transplanted classical heuristics on hybrid models marks a meaningful step toward quantum machine learning systems that know the limits of their own knowledge. In a field where enthusiasm often outpaces reliability engineering, a framework that quantifies exactly how far a new sample sits from the quantum states the model truly understands offers something rare: a principled measure of a quantum model&#8217;s self-awareness.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Out-of-distribution detection in hybrid classical-quantum neural network classifiers using quantum state fidelity and quantum feature space geometry</p>
<p><strong>Article Title:</strong> Q-SCOPE: Towards characterizing quantum state geometry for out-of-distribution prediction and benchmark evaluation</p>
<p><strong>Article References:</strong> Sultana, S., Sarker, M. F., Younus, M. F. B., Arefeen, M. A., &amp; Nimi, S. T. (2026). Q-SCOPE: Towards characterizing quantum state geometry for out-of-distribution prediction and benchmark evaluation. <em>Quantum Machine Intelligence, 8</em>(2), Article 97. <a href="https://doi.org/10.1007/s42484-026-00434-0" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s42484-026-00434-0</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s42484-026-00434-0" target="_blank" rel="noopener noreferrer">10.1007/s42484-026-00434-0</a></p>
<p><strong>Keywords:</strong> Quantum machine learning, Hybrid classical-quantum neural networks, Out-of-distribution detection, Fidelity score, Quantum state geometry, Hilbert space, Neural networks, Benchmark evaluation, Variational quantum circuits, Quantum feature space, Classification, Anomaly detection</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">188655</post-id>	</item>
	</channel>
</rss>
