paper-with-me

Papers

Machine learning classification of non-Markovian noise disturbing quantum dynamics

2021-01-08 · Stefano Martina, Stefano Gherardini, Filippo Caruso

In this paper machine learning and artificial neural network models are proposed for the classification of external noise sources affecting a given quantum dynamics. For this purpose, we train and then validate support vector machine, multi-layer perceptron and recurrent neural network models with different complexity and accuracy, to solve supervised binary classification problems. As a result, we demonstrate the high efficacy of such tools in classifying noisy quantum dynamics using simulated data sets from different realizations of the quantum system dynamics. In addition, we show that for a successful classification one just needs to measure, in a sequence of discrete time instants, the probabilities that the analysed quantum system is in one of the allowed positions or energy configurations. Albeit the training of machine learning models is here performed on synthetic data, our approach is expected to find application in experimental schemes, as e.g. for the noise benchmarking of noisy intermediate-scale quantum devices.

📄 PDF Abstract BibTeX arXiv:2101.03221

Code (1)

trianam/quantumNoiseClassification 공식 구현 pytorch

Tasks

BenchmarkingBIG-bench Machine LearningBinary ClassificationClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
BiGRU A Bidirectional GRU, or BiGRU, is a sequence processing model that consists of two GRUs. one taking the input in a forward…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Learning Non-Markovian Quantum Noise from Moiré-Enhanced Swap Spectroscopy with Deep Evolutionary Algorithm

2019-12-09 · Murphy Yuezhen Niu, Vadim Smelyanskyi, Paul Klimov, Sergio Boixo 외

Two-level-system (TLS) defects in amorphous dielectrics are a major source of noise and decoherence in solid-state qubits. Gate-dependent non-Markovian errors caused by TLS-qubit coupling are detrimental to fault-toleran…

Neural Network Approach for Non-Markovian Dissipative Dynamics of Many-Body Open Quantum Systems

2024-04-17 · Long Cao, Liwei Ge, Daochi Zhang, Xiang Li 외

Simulating the dynamics of open quantum systems coupled to non-Markovian environments remains an outstanding challenge due to exponentially scaling computational costs. We present an artificial intelligence strategy to o…

BenchmarkingQuantization

Interpreting Quantum Learning Models via Stochastic Processes

2026-07-19 · Johannes Fankhauser, Lukas J. Fiderer, Hans J. Briegel arxiv

Quantum machine learning models define probabilistic input--output maps through coherent quantum evolution and measurement. While such models can exhibit computational advantages, their internal functioning and decision …

Quantum Machine LearningDecision Making

Quantum open system identification via global optimization: Optimally accurate Markovian models of open systems from time-series data

2022-03-31 · Zakhar Popovych, Kurt Jacobs, Georgios Korpas, Jakub Marecek 외

Accurate models of the dynamics of quantum circuits are essential for optimizing and advancing quantum devices. Since first-principles models of environmental noise and dissipation in real quantum systems are often unava…

global-optimizationTime SeriesTime Series Analysis

Quantum Logic Gate Synthesis as a Markov Decision Process

2019-12-27 · M. Sohaib Alam, Noah F. Berthusen, Peter P. Orth

Reinforcement learning has witnessed recent applications to a variety of tasks in quantum programming. The underlying assumption is that those tasks could be modeled as Markov Decision Processes (MDPs). Here, we investig…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)