Skip to main content

Toward Generative Quantum Utility via Correlation-Complexity Map

AuthorsChen-Yu Liu et al.
Year2026
FieldMachine Learning
arXiv2603.06440
PDFDownload
Categoriescs.LG

Abstract

We propose a Correlation-Complexity Map as a practical diagnostic tool for determining when real-world data distributions are structurally aligned with IQP-type quantum generative models. Characterized by two complementary indicators: (i) a Quantum Correlation-Likeness Indicator (QCLI), computed from the dataset's correlation-order (Walsh-Hadamard/Fourier) power spectrum aggregated by interaction order and quantified via Jensen-Shannon divergence from an i.i.d. binomial reference; and (ii) a Classical Correlation-Complexity Indicator (CCI), defined as the fraction of total correlation not captured by the optimal Chow-Liu tree approximation, normalized by total correlation. We provide theoretical support by relating QCLI to a support-mismatch mechanism, for fixed-architecture IQP families trained with an MMD objective, higher QCLI implies a smaller irreducible approximation floor. Using the map, we identify the classical turbulence data as both IQP-compatible and classically complex (high QCLI/high CCI). Guided by this placement, we use an invertible float-to-bitstring representation and a latent-parameter adaptation scheme that reuses a compact IQP circuit over a temporal sequence by learning and interpolating a low-dimensional latent trajectory. In comparative evaluations against classical models such as Restricted Boltzmann Machine (RBM) and Deep Convolutional Generative Adversarial Networks (DCGAN), the IQP approach achieves competitive distributional alignment while using substantially fewer training snapshots and a small latent block, supporting the use of QCLI/CCI as practical indicators for locating IQP-aligned domains and advancing generative quantum utility.


Engineering Breakdown

Plain English

This paper introduces a Correlation-Complexity Map—a diagnostic tool that tells you when real-world datasets are suitable for training with IQP-type quantum generative models. The approach uses two metrics: a Quantum Correlation-Likeness Indicator (QCLI) that compares the dataset's correlation structure (via Walsh-Hadamard/Fourier power spectrum) to what quantum models can naturally express, and a Classical Correlation-Complexity Indicator (CCI) that measures how much correlation structure a classical tree-based model fails to capture. By mapping datasets along these two dimensions, engineers can predict whether quantum generative models will actually provide practical advantage before investing in quantum hardware. The authors provide theoretical justification by connecting QCLI to a support-mismatch mechanism that explains when fixed-architecture IQP families lose representational power.

Core Technical Contribution

The core novelty is a practical two-dimensional diagnostic framework for predicting quantum-classical generative model alignment without requiring actual quantum execution. Prior work either assumed quantum advantage or tested it empirically at high computational cost; this paper provides upfront theoretical screening via the QCLI and CCI metrics that are computable classically. The QCLI specifically measures Jensen-Shannon divergence between a dataset's correlation-order power spectrum and an i.i.d. binomial reference—capturing how 'quantum-like' the data distribution structure is. The CCI quantifies the gap between a dataset's true correlations and what a Chow-Liu tree (the optimal classical tree approximation) can model, revealing non-classical structure that quantum circuits might exploit. Together, these form a Pareto-like diagnostic that avoids false positives (running expensive quantum circuits on classically-easy data) and false negatives (missing real quantum advantage opportunities).

How It Works

The pipeline starts with a real-world dataset and computes its full correlation matrix and joint probability distribution. To compute QCLI, the system applies Walsh-Hadamard or Fourier transforms to decompose correlations by interaction order (e.g., pairwise, three-body, etc.), aggregates power across each order, and compares the resulting spectrum to an i.i.d. binomial baseline using Jensen-Shannon divergence—high divergence signals data structure that quantum circuits naturally express. Simultaneously, CCI is computed by fitting a Chow-Liu tree (a maximum-spanning-tree graphical model) to the dataset, measuring what fraction of the true total correlation this tree fails to capture, then normalizing by overall total correlation. These two metrics are then plotted on a 2D map where each axis represents one indicator; datasets cluster into regions: high-QCLI, high-CCI points indicate both quantum-like structure and substantial non-classical correlations (sweet spot for IQP models), while low-QCLI or low-CCI points suggest classical methods suffice. The theoretical component connects QCLI values to support-mismatch—showing that when QCLI is low, the fixed ansatz family cannot approximate the data distribution's support, explaining representational failure.

Production Impact

For teams building generative AI systems that might benefit from quantum acceleration, this paper offers an immediate pre-screening tool that runs in classical polynomial time, eliminating wasted quantum hardware experiments. Before spinning up a quantum device or simulator, engineers would characterize their training dataset using QCLI and CCI, check its position on the correlation-complexity map, and only proceed to quantum training if both metrics exceed empirically-determined thresholds. This dramatically reduces the trial-and-error cost of quantum ML adoption: instead of testing each new dataset against expensive quantum circuits, you get a yes/no signal in minutes. The practical workflow becomes: compute correlation statistics from your data (feasible even for moderately large datasets via sampling), apply the QCLI/CCI calculation (classical linear algebra), and make a binary go/no-go decision for quantum investment. Trade-offs include: the framework is specifically calibrated for IQP-type circuits, so it may not generalize to other quantum ansätze; it requires full or high-quality correlation estimates, which demands substantial labeled data and can be expensive for very high-dimensional problems; and false positives remain possible if real quantum hardware has different noise/connectivity constraints than the theoretical model assumes.

Limitations and When Not to Use This

The paper's scope is narrowed to IQP (Instantaneous Quantum Polynomial) circuits, which are one class of shallow quantum models; applicability to deeper circuits, variational quantum algorithms, or other quantum architectures is unclear and likely requires new theory. The QCLI and CCI metrics rely on accurate computation of correlation structures and probability distributions, which becomes intractable for very high-dimensional data (>~100 features) without aggressive dimensionality reduction or sampling—limiting applicability to datasets where correlations can be reliably estimated classically. The theoretical support is incomplete: the paper connects QCLI to support-mismatch for fixed architectures but doesn't fully characterize when high QCLI/CCI datasets actually yield quantum advantage in downstream tasks (classification, inference), so a high diagnostic score doesn't guarantee practical speedup. Finally, the framework assumes no adversarial shift between training and test distributions, and doesn't account for quantum hardware noise, connectivity constraints, or finite sampling—all of which can destroy the predicted advantage even when the dataset scores well on the diagnostic map.

Research Context

This work sits at the intersection of quantum machine learning and classical ML diagnostics, building on decades of quantum circuit expressivity research while borrowing diagnostic ideas from classical model selection. It advances the quantum advantage narrative by shifting from 'does quantum beat classical?' to 'for which problems should we even try quantum?'—a more realistic engineering question. The paper likely extends prior theoretical work on IQP expressivity and correlation-structure in quantum states, and parallels classical efforts in model selection (e.g., using graphical models like Chow-Liu trees to identify when data is amenable to certain classical methods). This opens a research direction toward automated algorithm selection for quantum-classical hybrid systems: similar diagnostic maps could be built for other quantum circuit families (VQE, QAOA, quantum autoencoders), enabling a unified framework for deciding when to invoke quantum resources versus classical alternatives.


:::tip Subscribe Get weekly breakdowns of papers like this in AI Letters - the newsletter for engineers building production AI systems. :::


Back to Research Lab → · Subscribe to AI Letters →

© 2026 EngineersOfAI. All rights reserved.