paper-with-me

Papers

Integrated Encoding and Quantization to Enhance Quanvolutional Neural Networks

2024-10-08 · Daniele Lizzio Bosco, Beatrice Portelli, Giuseppe Serra

Image processing is one of the most promising applications for quantum machine learning (QML). Quanvolutional Neural Networks with non-trainable parameters are the preferred solution to run on current and near future quantum devices. The typical input preprocessing pipeline for quanvolutional layers comprises of four steps: optional input binary quantization, encoding classical data into quantum states, processing the data to obtain the final quantum states, decoding quantum states back to classical outputs. In this paper we propose two ways to enhance the efficiency of quanvolutional models. First, we propose a flexible data quantization approach with memoization, applicable to any encoding method. This allows us to increase the number of quantization levels to retain more information or lower them to reduce the amount of circuit executions. Second, we introduce a new integrated encoding strategy, which combines the encoding and processing steps in a single circuit. This method allows great flexibility on several architectural parameters (e.g., number of qubits, filter size, and circuit depth) making them adjustable to quantum hardware requirements. We compare our proposed integrated model with a classical convolutional neural network and the well-known rotational encoding method, on two different classification tasks. The results demonstrate that our proposed model encoding exhibits a comparable or superior performance to the other models while requiring fewer quantum resources.

📄 PDF Abstract BibTeX arXiv:2410.05777

Code (1)

dan-lb/integrated_encoding_for_QuanvNN 공식 구현 pytorch

Tasks

QuantizationQuantum Machine Learning

Similar Papers 제목 키워드 기반

Variational Quanvolutional Neural Networks with enhanced image encoding

2021-06-14 · Denny Mattern, Darya Martyniuk, Henri Willems, Fabian Bergmann 외

Image classification is an important task in various machine learning applications. In recent years, a number of classification methods based on quantum machine learning and different quantum image encoding techniques ha…

BIG-bench Machine LearningClassificationimage-classificationImage Classification+1

Quanvolutional Neural Networks for Pneumonia Detection: An Efficient Quantum-Assisted Feature Extraction Paradigm

2025-10-26 · Gazi Tanbhir, Md. Farhan Shahriyar, Abdullah Md Raihan Chy arxiv

Pneumonia poses a significant global health challenge, demanding accurate and timely diagnosis. While deep learning, particularly Convolutional Neural Networks (CNNs), has shown promise in medical image analysis for pneu…

Pneumonia Detection

ResQuNNs:Towards Enabling Deep Learning in Quantum Convolution Neural Networks

2024-02-14 · Muhammad Kashif, Muhammad Shafique

In this paper, we present a novel framework for enhancing the performance of Quanvolutional Neural Networks (QuNNs) by introducing trainable quanvolutional layers and addressing the critical challenges associated with th…

Deep Learning

Quanvolutional Neural Networks for Spectrum Peak-Finding

2025-12-15 · Lukas Bischof, Rudolf M. Füchslin, Kurt Stockinger, Pavel Sulimov arxiv

The analysis of spectra, such as Nuclear Magnetic Resonance (NMR) spectra, for the comprehensive characterization of peaks is a challenging task for both experts and machines, especially with complex molecules. This proc…

Predict better with less training data using a QNN

2022-06-08 · Barry D. Reese, Marek Kowalik, Christian Metzl, Christian Bauckhage 외

Over the past decade, machine learning revolutionized vision-based quality assessment for which convolutional neural networks (CNNs) have now become the standard. In this paper, we consider a potential next step in this …