paper-with-me

Papers

QNAS: A Neural Architecture Search Framework for Accurate and Efficient Quantum Neural Networks

2026-04-08 · Kooshan Maleki, Alberto Marchisio, Muhammad Shafique arxiv

Designing quantum neural networks (QNNs) that are both accurate and deployable on NISQ hardware is challenging. Handcrafted ansatze must balance expressivity, trainability, and resource use, while limited qubits often necessitate circuit cutting. Existing quantum architecture search methods primarily optimize accuracy while only heuristically controlling quantum and mostly ignore the exponential overhead of circuit cutting. We introduce QNAS, a neural architecture search framework that unifies hardware aware evaluation, multi objective optimization, and cutting overhead awareness for hybrid quantum classical neural networks (HQNNs). QNAS trains a shared parameter SuperCircuit and uses NSGA-II to optimize three objectives jointly: (i) validation error, (ii) a runtime cost proxy measuring wall clock evaluation time, and (iii) the estimated number of subcircuits under a target qubit budget. QNAS evaluates candidate HQNNs under a few epochs of training and discovers clear Pareto fronts that reveal tradeoffs between accuracy, efficiency, and cutting overhead. Across MNIST, Fashion-MNIST, and Iris benchmarks, we observe that embedding type and CNOT mode selection significantly impact both accuracy and efficiency, with angle-y embedding and sparse entangling patterns outperforming other configurations on image datasets, and amplitude embedding excelling on tabular data (Iris). On MNIST, the best architecture achieves 97.16% test accuracy with a compact 8 qubit, 2 layer circuit; on the more challenging Fashion-MNIST, 87.38% with a 5 qubit, 2 layer circuit; and on Iris, 100% validation accuracy with a 4 qubit, 2 layer circuit. QNAS surfaces these design insights automatically during search, guiding practitioners toward architectures that balance accuracy, resource efficiency, and practical deployability on current hardware.

📄 PDF Abstract BibTeX arXiv:2604.07013

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

FAQNAS: FLOPs-aware Hybrid Quantum Neural Architecture Search using Genetic Algorithm

2025-11-13 · Muhammad Kashif, Shaf Khalid, Alberto Marchisio, Nouhaila Innan 외 arxiv

Hybrid Quantum Neural Networks (HQNNs), which combine parameterized quantum circuits with classical neural layers, are emerging as promising models in the noisy intermediate-scale quantum (NISQ) era. While quantum circui…

Neural Architecture Search

Quantum Circuit Structure Optimization for Quantum Reinforcement Learning

2025-07-01 · Seok Bin Son, Joongheon Kim arxiv

Reinforcement learning (RL) enables agents to learn optimal policies through environmental interaction. However, RL suffers from reduced learning efficiency due to the curse of dimensionality in high-dimensional spaces. …

Neural Architecture SearchReinforcement Learning

DQNAS: Neural Architecture Search using Reinforcement Learning

2023-01-17 · Anshumaan Chauhan, Siddhartha Bhattacharyya, S. Vadivel

Convolutional Neural Networks have been used in a variety of image related applications after their rise in popularity due to ImageNet competition. Convolutional Neural Networks have shown remarkable results in applicati…

Face RecognitionNeural Architecture Searchreinforcement-learningReinforcement Learning+1

HQNAS: Auto CNN deployment framework for joint quantization and architecture search

2022-10-16 · Hongjiang Chen, Yang Wang, Leibo Liu, Shaojun Wei 외

Deep learning applications are being transferred from the cloud to edge with the rapid development of embedded computing systems. In order to achieve higher energy efficiency with the limited resource budget, neural netw…

GPUNeural Architecture SearchQuantization

SeqNAS: Neural Architecture Search for Event Sequence Classification

2024-01-06 · Igor Udovichenko, Egor Shvetsov, Denis Divitsky, Dmitry Osin 외

Neural Architecture Search (NAS) methods are widely used in various industries to obtain high quality taskspecific solutions with minimal human intervention. Event Sequences find widespread use in various industrial appl…

Bayesian OptimizationClassificationFault DiagnosisFraud Detection+3