English

Dimension reduction with structure-aware quantum circuits for hybrid machine learning

Quantum Physics 2025-08-04 v1 Machine Learning

Abstract

Schmidt decomposition of a vector can be understood as writing the singular value decomposition (SVD) in vector form. A vector can be written as a linear combination of tensor product of two dimensional vectors by recursively applying Schmidt decompositions via SVD to all subsystems. Given a vector expressed as a linear combination of tensor products, using only the kk principal terms yields a kk-rank approximation of the vector. Therefore, writing a vector in this reduced form allows to retain most important parts of the vector while removing small noises from it, analogous to SVD-based denoising. In this paper, we show that quantum circuits designed based on a value kk (determined from the tensor network decomposition of the mean vector of the training sample) can approximate the reduced-form representations of entire datasets. We then employ this circuit ansatz with a classical neural network head to construct a hybrid machine learning model. Since the output of the quantum circuit for an 2n2^n dimensional vector is an nn dimensional probability vector, this provides an exponential compression of the input and potentially can reduce the number of learnable parameters for training large-scale models. We use datasets provided in the Python scikit-learn module for the experiments. The results confirm the quantum circuit is able to compress data successfully to provide effective kk-rank approximations to the classical processing component.

Cite

@article{arxiv.2508.00048,
  title  = {Dimension reduction with structure-aware quantum circuits for hybrid machine learning},
  author = {Ammar Daskin},
  journal= {arXiv preprint arXiv:2508.00048},
  year   = {2025}
}

Comments

Any comments are welcome! The simulation code is provided at https://github.com/adaskin/structure-aware-circuits

R2 v1 2026-07-01T04:28:23.555Z