Papers
Topics
Authors
Recent
Search
2000 character limit reached

NEQR: Enhanced Quantum Image Representation

Updated 11 June 2026
  • NEQR is a quantum image representation method that deterministically encodes pixel intensities and spatial coordinates into dedicated qubits.
  • Its state preparation uses Hadamard gates and multi-controlled NOT operations, with Boolean and block-wise optimizations mitigating exponential circuit complexity.
  • NEQR enables practical applications in segmentation, quantum neural networks, and cryptographic protocols by ensuring direct pixel access through computational-basis measurements.

The Novel Enhanced Quantum Representation (NEQR) is a quantum image representation framework designed to encode classical grayscale (and, by extensions, color) images in a form directly recoverable from the computational basis of a quantum register. NEQR arose as a response to constraints in probabilistic/amplitude-based encodings such as the Flexible Representation of Quantum Images (FRQI), particularly targeting deterministic pixel retrieval, improved measurement reliability, and decoupling of color amplitude from spatial superposition. In NEQR, pixel intensity values are encoded as binary patterns in dedicated qubits, while spatial coordinates are mapped to other qubit subregisters, yielding a structurally uniform and deterministic quantum state over the image domain.

1. Mathematical Definition and Core Register Structure

For a 2ⁿ × 2ⁿ grayscale image with qq-bit pixel depth, NEQR constructs a normalized quantum state over q+2nq + 2n qubits: qq intensity (color) qubits, nn row-index qubits, and nn column-index qubits. The state is

INEQR=12nY=02n1X=02n1CY,XYX,|I_{\textrm{NEQR}}\rangle = \frac{1}{2^n} \sum_{Y=0}^{2^n-1} \sum_{X=0}^{2^n-1} |C_{Y,X}\rangle \otimes |Y\rangle \otimes |X\rangle,

where CY,X=CY,Xq1CY,Xq2CY,X0|C_{Y,X}\rangle = |C_{Y,X}^{q-1}C_{Y,X}^{q-2}\dots C_{Y,X}^0\rangle is the qq-bit intensity encoding, and Y|Y\rangle, X|X\rangle are the q+2nq + 2n0-bit binary register encodings for pixel coordinates q+2nq + 2n1 (Parigi et al., 29 Jul 2025, Haque et al., 2022, Wang et al., 2023, Pangeva et al., 9 Jun 2026, Iyengar et al., 2020, Mastriani, 2020, Ganguly, 2022).

The NEQR state enables deterministic and direct retrieval of any pixel value through measurement in the computational (q+2nq + 2n2) basis; a measurement reveals both the position and its associated q+2nq + 2n3-bit intensity value without recourse to quantum state tomography.

2. State Preparation: Circuit Construction and Resource Scaling

NEQR state preparation is decomposed into three principal stages:

  1. Initialize all q+2nq + 2n4 qubits in q+2nq + 2n5.
  2. Apply Hadamard gates to the q+2nq + 2n6 coordinate qubits, generating a uniform superposition over all possible q+2nq + 2n7 positions.
  3. For each pixel q+2nq + 2n8 and for each bit q+2nq + 2n9 in its qq0-bit intensity, apply a qq1-controlled-NOT (generalized Toffoli) gate to flip the qq2-th color qubit if and only if qq3 (Ganguly, 2022, Haque et al., 2022, Wang et al., 2023, Parigi et al., 29 Jul 2025).

Resource scaling is dominated by step 3: for an image of qq4 pixels, the total number of such multi-controlled gates is qq5. Each multi-controlled operation decomposes to qq6 Toffolis and further to qq7 CNOTs and single-qubit gates, resulting in an exponential total circuit depth and gate count in qq8: qq9 For nn0 (i.e., 256 × 256 images) and nn1 (8-bit grayscale), this scales rapidly beyond the capabilities of current NISQ-class quantum processors (Mastriani, 2020, Ganguly, 2022, Parigi et al., 29 Jul 2025).

3. Advantages and Deterministic Readout

NEQR's computational-basis encoding confers several advantages:

  • Deterministic Pixel Recovery: Unlike angle-based (FRQI) or amplitude encoding (QPIE), NEQR allows all pixel intensity bits to be read directly and exactly from a single measurement shot, as each bit is mapped to a separate qubit (Parigi et al., 29 Jul 2025, Wang et al., 2023).
  • Orthogonality: Each image is a pure basis state superposition; overlapping (i.e., nonorthogonal) patterns are avoided, reducing ambiguities in image reconstruction and supporting lossless quantum signatures (Şahin et al., 2018).
  • State Structure: The explicit division between coordinate and color registers creates a modular structure, facilitating implementations of pixelwise operations, thresholding, and blockwise transforms (Haque et al., 2022, Wang et al., 2023).

4. Circuit Optimizations: Gate Compression and Block-wise Encoding

Given NEQR's prohibitive resource scaling, multiple approaches have been developed to reduce the circuit depth and gate count:

  • Boolean Optimization via ESOPPPRM: Each color-bit encoding for the nn2-th color-qubit constitutes a Boolean function of nn3 coordinate bits, naturally expressed in Exclusive-Or Sum-of-Products (ESOP) form. By applying Positive Polarity Reed-Muller (PPRM) transformations, the number of high-control-count MCNOT gates can be greatly reduced without introducing ancillary qubits. For exponential MCNOT decompositions the run-time is reduced from nn4 to nn5, with observed compression ratios ≳99% on 256 × 256 images. Linear decompositions retain a compression ratio ≳ 50% (Iranmanesh et al., 2024).
  • Block-wise SC-NEQR: The SCMNEQR approach partitions images into small blocks, encoding them sequentially. Within each block, an auxiliary qubit (reset after each pixel) is used to minimize Toffoli chains: the connection between state labels and color bits is established with a single reset operation, dramatically decreasing gate depth and overall width. For images partitioned into 16 × 16 blocks, SCMNEQR reduces circuit depth and qubit overhead by ~30–40%, with negligible loss in PSNR (Haque et al., 2022).
  • Low-rank State Preparation via Schmidt Truncation: The NEQR state is represented via Schmidt decomposition across a bipartition of coordinate and intensity qubits, then truncated at rank nn6. This replaces pixelwise controlled-X operations with nn7 multiplexed state-preparation blocks, reducing preparation depth and CNOT count by up to 70%—with minimal mean square error when nn8 is chosen appropriately (e.g., nn9 of nn0 achieves nn1) (Pangeva et al., 9 Jun 2026).
Optimization Resource Saving Effect on Fidelity
PPRM (QC) 50–99% fewer gates None (exact)
Block-wise (SC) ~30–40% bit-rate Negligible loss
Schmidt trunc. 70% gate/depth cut Small MSE, tunable

5. Applications and Integration in Quantum Image Processing

NEQR underpins various quantum image-processing primitives:

  • Segmentation (Thresholding): NEQR’s register separation supports efficient implementation of comparators and segmenters, as the color register can be manipulated in-place based on position-wise logical controls. Scalable, multi-threshold circuits with nn2 cost (independent of nn3) enable ternary and higher-order segmentation within a single run (Wang et al., 2023, Wang et al., 2023).
  • Quantum Neural Networks (QNNs): NEQR-prepared images serve as data loading mechanisms for QNN architectures. NEQR pre-processing can yield moderate accuracy improvements in image classification tasks, but resource costs remain prohibitive compared to classical pipelines (Ganguly, 2022).
  • Cryptographic Protocols: NEQR is used in quantum image signature and authentication schemes, especially those involving quantum Fourier transforms and secret keying. The deterministic encoding and basis separation allow robust information hiding and permutation-based obfuscation for signature protocols (Şahin et al., 2018).
  • Compression and Rate-Distortion Optimization: Block-based and functionally optimized NEQR variants can integrate with DCT/quantization for joint quantum-classical lossy or lossless compression (Haque et al., 2022).

6. Experimental Results and Limitations on NISQ Hardware

Empirical studies consistently highlight that NEQR's exponential circuit complexity and the prevalence of multi-controlled-NOT gates severely restrict physical realizability on contemporary NISQ platforms. For small examples (e.g., nn4, nn5), NEQR has been validated via simulator and, partially, on superconducting qubit arrays, but scaling beyond nn614 qubits or circuit depths exceeding nn7 renders current hardware infeasible due to decoherence and error propagation. Attempts to prepare NEQR states for moderate image sizes (nn8, nn9) result in negligible output fidelity, rapidly decaying to random or highly mixed states (Mastriani, 2020, Iyengar et al., 2020, Ganguly, 2022).

A common misconception is that NEQR, due to computational-basis encoding, is inherently robust to noise. In practice, accumulated errors and long gate sequences, as well as unintended entanglement between coordinate and color subspaces, make deterministic retrieval unreliable, especially when compared to linearly scaling Boolean encoding schemes (e.g., QBIP), which exhibit superior hardware robustness (Mastriani, 2020, Iyengar et al., 2020).

7. Comparative Analysis and Future Directions

Relative to established quantum image models, NEQR offers a tradeoff profile summarized as follows:

  • Compared to FRQI: NEQR increases the number of required qubits (from INEQR=12nY=02n1X=02n1CY,XYX,|I_{\textrm{NEQR}}\rangle = \frac{1}{2^n} \sum_{Y=0}^{2^n-1} \sum_{X=0}^{2^n-1} |C_{Y,X}\rangle \otimes |Y\rangle \otimes |X\rangle,0 to INEQR=12nY=02n1X=02n1CY,XYX,|I_{\textrm{NEQR}}\rangle = \frac{1}{2^n} \sum_{Y=0}^{2^n-1} \sum_{X=0}^{2^n-1} |C_{Y,X}\rangle \otimes |Y\rangle \otimes |X\rangle,1), but supports deterministic basis-state measurement and direct pixel access; FRQI relies on amplitude encoding and requires tomography for image retrieval (Parigi et al., 29 Jul 2025, Iyengar et al., 2020).
  • Compared to QBIP: QBIP achieves dramatically reduced circuit complexity and superior fidelity by only encoding Boolean image information, sacrificing full gray/color recovery for efficiency. NEQR is less practical for large-scale image tasks under current hardware but is mathematically more expressive (Mastriani, 2020, Iyengar et al., 2020).
  • Optimization Landscape: The design of more efficient NEQR-loading circuits, exploitation of block-encoding, advanced Boolean minimization (e.g., PPRM/ESOP), reset-based ancilla reuse, and low-rank state approximation remain active research areas (Iranmanesh et al., 2024, Pangeva et al., 9 Jun 2026, Haque et al., 2022). Hybrid amplitude–basis schemes and partial loading strategies may further reduce requirements.

Open challenges include scalable, hardware-efficient data loading, robust error mitigation for high-depth circuits, and extension to color and multi-channel images without exponential register growth.

References

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Novel Enhanced Quantum Representation (NEQR).