• Home
  • News
  • Technology
  • Research
  • Teaching
  • Business
  • Jobs
  • Home
  • News
  • Technology
  • Research
  • Teaching
  • Business
  • Jobs
Contact
  • Deutsch
  • English

  • Home
  • News
  • Technology
  • Research
  • Teaching
  • Business
  • Jobs
Contact
  • Deutsch
  • English

Student-Abstracts-EN

a:3:{s:6:"locale";s:5:"en_US";s:3:"rtl";i:0;s:9:"flag_code";s:2:"us";}
Path-Connectedness of the Boundary between Features that Are Labeled Differently by a Single Layer Perceptron

Path-Connectedness of the Boundary between Features that Are Labeled Differently by a Single Layer Perceptron

Abstract:

Due to the remarkable advancements in high-performance computing, machines can process an increasingly high amount of data to adjust numerous parameters in a Machine Learning model (ML model). In this way, the machine recognizes and learns patterns and might come to good and fast decisions. Though, the success of an ML model does not just depend on the performance of the computer where it is deployed on that assures the capability of processing huge databases. Mostly, a high amount of data is helpful, but not the key to obtain a reliable model itself. Already models with just a few trainable parameters, where smaller data sets are sufficient for the training, can produce stunning outputs if the basic model is chosen adequately and fits to the data and to the task.

From an abstract point of view, ML models are parameterized functions, where the parameters are optimized during the learning process. To examine if a certain ML model qualitatively fits, we can set up requirements in a mathematical way. Here, we discuss specifications that do not consider a concrete assignment of the parameters but expect a certain behavior of the to a model corresponding function for arbitrary parameters. Subsequently, we can prove that a certain model fulfills them, or give a more specific counter-example, which yields that a certain mathematical property does not hold, in general, for the regarded model.

In this thesis, we consider a Single Layer Perceptron (SLP), the root of Deep Neural Networks, that categorizes features between two different labels. We show that under certain preconditions the boundary between the two categories within the feature space is path-connected. This indicates the SLP being a proper choice if we have pre-knowledge about the features: If we know that the boundary between the two categories is path-connected in reality, we can exclude such models that generate a boundary with gaps.

Author:

Remo Kötter

Advisors:

Maximilian Balthasar Mansky, Thomas Gabor, Claudia Linnhoff-Popien


Student Thesis | Published December 2023 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


Construction of quantum circuits with restricted gates

Construction of quantum circuits with restricted gates

Abstract:

In practice, a quantum computer, like a classical computer, has only a limited set of operations. These operations, called quantum gates, are modelled by unitary transformations according to the postulates of quantum mechanics. As opposed to classical circuits, so-called qubits are manipulated. However, implementing such a system is challenging, leading to the applicability of only selected quantum gates. In order to execute an arbitrary circuit on a quantum computer, the implemented basic set must be able to generate any unitary transformation. In this thesis, we will present a characterisation of so-called exact universal sets for systems with up to two qubits and specify a necessary set of properties for an arbitrary number of qubits. Quantum gates for single qubits can be equated to three-dimensional rotations, so that two non-parallel axes of rotations are sufficient. Larger systems, however, require non-local gates that can replace the rotations of individual qubits (local gates). Through a recursive decomposition, we will construct an exact universal set for any number of qubits and demonstrate the necessary properties. The results provide insight into the design of basic operations needed to generate any transformation. Finally, this work aims to provide an approach to identify sufficient properties of exact universal sets of any number of qubits to uniquely characterize them. This open problem could increase the efficiency of decomposing given quantum gates and eliminate unnecessary elements.

Author:

Sebastian Wölckert

Advisors:

Maximilian Balthasar Mansky, Sebastian Zielinski, Claudia Linnhoff-Popien


Student Thesis | Published January 2024 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


Efficient semi-supervised quantum anomaly detection using one-class support vector machines

Efficient semi-supervised quantum anomaly detection using one-class support vector machines

Abstract:

Quantum computing is an emerging technology that can potentially improve different tasks in machine learning. Combining the representational power of a classically hard quantum kernel and the one-class SVM, a noticeable improvement in average precision can be achieved compared to the classical version. However, the usual method of calculating these kernels comes with a quadratic time complexity in terms of data size. To address this issue, we try two different methods. The first consists of measuring the quantum kernel using randomized measurements, while the second one uses the variable subsampling ensemble method to achieve linear time complexity. Our experiments show that both of these methods reduce the training times by up to 95% and inference times by up to 25%. While the methods lead to lower performance, the average precision is slightly better than the classical RBF kernel.

Author:

Afrae Ahouzi

Advisors:

Claudia Linnhoff-Popien, Michael Kölle, Pascal Debus, Dr. Robert Müller


Student Thesis | Published November 2023 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


Using Quantum Machine Learning to Predict Asset Prices in Financial Markets

Using Quantum Machine Learning to Predict Asset Prices in Financial Markets

Abstract:

In the financial world, a lot of effort is spent on predicting future asset prices. Gaining even a modest increase in forecasting capability can generate enormous profits. Some statistical models identify patterns, trends, and correlations in past prices, and apply those patterns to forecast future values. A more novel approach is the use of artificial intelligence to learn underlying trends in the data and predict future prices. As quantum computing matures, its potential applications in this task have also become increasingly more interesting. In this thesis, several different models of these various types are implemented: ARIMA, RBM, LSTM, and QDBM (Quantum Deep Boltzmann Machine). These models are trained on historical asset prices and used to predict future asset prices. The model predictions are then also used as the input for a simulated trading algorithm, which investigates the effectiveness of these predictions in the active trading of assets. The predictions are performed for ten different assets listed on the NYSE, NASDAQ, and XETRA, for the five-year period from 2018 to 2022. The assets were chosen from varying industrial sectors and with diverse price histories. Trading based on the model predictions was able to either match or outperform the classic buy-and-hold approach in nine out of the ten assets tested.

Author:

Maximilian Adler

Advisors:

Claudia Linnhoff-Popien, Jonas Stein, Jonas Nüßlein, Nico Kraus (Aqarios GmbH)


Student Thesis | Published November 2023 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


A Reinforcement Learning Environment for directed Quantum Circuit Synthesis

A Reinforcement Learning Environment for directed Quantum Circuit Synthesis

Abstract:

Fueled by recent advances in quantum computing technologies, the design of optimized quantum circuits including reliable quantum state preparation are topics gaining more and more importance. Common approaches often require a high amount of Know-How and manual calculation hampering implementation, especially if the involved circuits increase in qubit number and gate count. Hence, addressing the rise in possible gate-to- qubit combinations by utilizing machine learning techniques represents a promising step in the development of the field. The following study aims to provide a reinforcement learning environment enabling the training of agents on the directed quantum-circuit design for the preparation of quantum states. Thus, the trained agents are enabled to create quantum circuits facilitating the preparation of desired target states, which can be handed over as inputs. In the course of this, all generated quantum-circuits are built utilizing gates from the Clifford+T gate set only. Based on the implemented environment, we conducted experiments to investigate the relation between the depth of the reconstructed quantum circuits and the involved target state parameters. The explored parameter-space included the respective qubit number and circuit-depth used for the target initialization. By providing a division of the parameter-space into several difficulty regions and a collection of well-known states, we facilitated benchmarking of different reinforcement learning algorithms on the quantum-circuit synthesis problem. Specific findings of the study include the generation of PPO-algorithm-based agents, which outperform the random-baseline. Through the application of the trained agents on the benchmarking tests we show their ability to reliably design minimal quantum-circuits for a selection of 2-qubit Bell states.

Author:

Tom Schubert

Advisors:

Claudia Linnhoff-Popien, Michael Kölle, Philipp Altmann


Student Thesis | Published November 2023 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


Quantum-Enhanced Denoising DiffusionModels

Quantum-Enhanced Denoising Diffusion Models

Abstract:

Machine learning models for generating images have gained much notoriety in the past year. DALL-E, Craiyon and Stable Diffusion can generate high-resolution images, by users simply typing a short description (prompt) of the desired image. Another growing field is quantum computing, particularly quantum-enhanced machine learning. Quantum computers solve problems using their unique quantum mechanical properties. In this paper we investigate how the use of Quantum-enhanced Machine Learning and Variational Quantum Circuits can improve image generation by diffusion-based models. The two major weaknesses of classical diffusion models are addressed, the low sampling speed
and the high number of required parameters. Implementations of a quantum-enhanced denoising diffusion model will be presented, and their performance is compared with that of classical models, by training the models on well-known datasets (MNIST digits and fashion, CIFAR10). We show, that our models deliver better performance (measured in FID, SSIM and PSNR) than the classical models with comparable number of parameters.

Author:

Gerhard Stenzel

Advisors:

Claudia Linnhoff-Popien, Michael Kölle, Jonas Stein, Andreas Sedlmeier


Student Thesis | Published October 2023 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


Dimensionality Reduction with Autoencodersfor Efficient Classification with VariationalQuantum Circuits

Dimensionality Reduction with Autoencoders for Efficient Classification with Variational Quantum Circuits

Abstract:

Quantum computing promises performance advantages, especially for data-intensive and complex computations. However, we are currently in the Noisy Intermediate-Scale Quantum era with a limited number of qubits available, which makes it challenging to realize these potential quantum advantages in machine learning. Several solutions, like hybrid transfer learning have been proposed, whereby a pre-trained classical neural network acts as the feature extractor and a variational quantum circuit as the classifier. While these approaches often yield good performance, it is not possible to clearly determine the contribution of the classical and quantum part. The goal of this thesis is therefore to introduce a hybrid model that addresses these limitations and implements a clear distinction between the classical and quantum parts. An autoencoder is used to reduce the input dimension. We compare the performance of transfer learning models (Dressed Quantum Circuit and SEQUENT) and a variational quantum circuit with amplitude embedding against our model. Additionally, the performance of a purely classical neural network on the uncompressed input and an autoencoder in combination with a neural network will be examined. We compare the test accuracies of the models over the datasets Banknote
Authentication, Breast Cancer Wisconsin, MNIST and AudioMNIST. The results show that the classical neural networks and the hybrid transfer learning approaches perform better than our model, which matches our expectations that the classical part in transfer learning plays the major role in the overall performance. Compared to a variational quantum circuit with amplitude embedding, no significant dierence can be observed, so that our model is a reasonable alternative to this.

Author:

Jonas Maurer

Advisors:

Claudia Linnhoff-Popien, Michael Kölle, Philipp Altmann, Leo Sünkel


Student Thesis | Published October 2023 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


Approximating Quadratic Unconstrained Binary Optimization Problems using Graph Convolutional Neural Networks

Approximating Quadratic Unconstrained Binary Optimization Problems using Graph Convolutional Neural Networks

Abstract:

The quantum annealing hardware currently available has not yet reached the stage to successfully compete with ecient heuristics on classical machines, due to limitations in size and connectivity. Confronted with this challenge, the approach to approximate QUBO matrices by removing certain entries before solving them on the quantum hardware has been introduced. This is done to reduce the size and the complexity of the embedding, anticipating benefits with regard to the size of the solvable problems as well as the quality of the solutions.
We will extend this approach by using artificial neural networks to generate suitable approximations based on the structure of the matrix. The proposed model consists of two separate networks, a graph convolutional neural network to compute features for the nodes in the QUBO graph and a second fully connected network to derive a decision, whether the connection between two nodes should be removed from the matrix. A genetic algorithm was employed to train the model, using instances of seven dierent problems. Problem specific phase transitions were taken into account to confront the model with
easy and hard problem instances.
The trained models were subsequently evaluated using classical and quantum solvers, comparing the performance of the approximated matrix with the original matrix, another approximation strategy and classical approaches. The experiments provided satisfying results for certain problems, as the approximated matrices were partially able to produce even better results than the original matrices. In other respects, it became apparent, that this approach is not applicable to all problems.

Author:

Felix Ferdinand Mindt

Advisors:

Claudia Linnhoff-Popien, David Bucher, Sebastian Zielinski


Student Thesis | Published October 2023 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


Application of graph partitioning algorithms and genetic algorithms to optimize teleportation costs in distributed quantum circuits.

Application of graph partitioning algorithms and genetic algorithms to optimize teleportation costs in distributed quantum circuits.

Abstract:

Currently, we are in the Noisy Intermediate Scale Quantum (NISQ) era, where the number of qubits that can be used in a single quantum computer is increasing. However, with this development come challenges in handling large quantum systems. Distributed quantum computation is therefore gaining importance to overcome these challenges. In this process, multiple quantum computers or quantum processing units are connected to work together on a problem. This enables the use of larger computational capacities and more efficient solutions to complex tasks. In distributed quantum computing, different units or subsystems communicate with each other to exchange quantum information. The basic teleportation protocol plays an important role in this process. It enables the transfer of quantum information between subsystems. An important aspect is to minimize the number of teleportations. Thus, the aim is to increase the accuracy of quantum computations, reduce the error-proneness of qubits, and at the same time make resource consumption more efficient.In this work, different graph partitioning algorithms, such as the Kernighan-Lin algorithm and spectral partitioning, a genetic algorithm (GA), and two hybrid genetic algorithms (HGA), which are a combination of the graph partitioning algorithms and a GA, are applied and investigated to minimize the number of global quantum gates and the associated teleportation costs. First, the graph partitioning algorithms are used to partition the nodes as uniformly as possible. In addition, a GA is implemented to take care of the partitioning of qubits using random partitions. The two HGAs lead to a near-optimal arrangement of the global quantum gates after the qubits are partitioned using the graph partitioning algorithms. Finally, the proposed approaches are investigated using nine benchmark circuits and compared in terms of the number of global quantum gates and teleportation costs. Random searches are also performed for the GA and the two HGAs to verify their performance with respect to the optimization objective. The results indicate a significant improvement in teleportation cost.

Author:

Teodor Slaveykov

Advisors:

Leo Sünkel Thomas Gabor, Claudia Linnhoff-Popien


Student Thesis | Published August 2023 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


NISQ-ready community detection on weighted graphs using separation-node identification

NISQ-ready community detection on weighted graphs using separation-node identification

Abstract:

An important optimization problem in computer science is the detection of communities. By analyzing networks, so-called communities can be found and important information in many fields – from biology to social structures – can be derived. By weighting individual edges, even more information can be processed than by the mere presence of these edges. However, for community detection on weighted graphs, more factors must be considered as a result. Since this is an NP-hard optimization problem, heuristics are often used to find an acceptable solution faster and more efficiently. One promising approach is the use of quantum computers, as it has already been experimentally shown that they can achieve more efficient results than classical computers in certain domains (e.g., Grover or Shor algorithm). However, since most approaches to community detection using QUBO matrices consume a lot of memory, the goal of this work is to find an approach with a good memory efficiency. To this end, this work presents a promising community detection approach based on the detection and analysis of separation nodes, which has the advantage that the dimensions of the resulting QUBO matrix do not exceed the number of nodes and the matrix itself is as sparse as the adjacency matrix of the graph. These separating nodes are designed to divide the graph when they are removed such that the remaining components are each exactly part of a community. This approach is extended to weighted graphs by determining the probability that an edge is a separating edge based on the information flow of the neighborhood. This approach is tested using synthesized graphs with a fixed ground truth about their communities, to which weights are assigned without changing the community structure.

Translated with www.DeepL.com/Translator (free version)

Author:

Dominik Ott

Advisors:

Jonas Stein, Jonas Nüßlein, Claudia Linnhoff-Popien


Student Thesis | Published August 2023 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


12345
Page 4 of 5

QAR-Lab – Quantum Applications and Research Laboratory
Ludwig-Maximilians-Universität München
Oettingenstraße 67
80538 Munich
Phone: +49 89 2180-9153
E-mail: qar-lab@mobile.ifi.lmu.de

© Copyright 2025

General

Team
Contact
Legal notice

Social Media

Twitter Linkedin Github

Language

  • Deutsch
  • English
Cookie-Zustimmung verwalten
Wir verwenden Cookies, um unsere Website und unseren Service zu optimieren.
Funktional Always active
Die technische Speicherung oder der Zugang ist unbedingt erforderlich für den rechtmäßigen Zweck, die Nutzung eines bestimmten Dienstes zu ermöglichen, der vom Teilnehmer oder Nutzer ausdrücklich gewünscht wird, oder für den alleinigen Zweck, die Übertragung einer Nachricht über ein elektronisches Kommunikationsnetz durchzuführen.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistiken
Die technische Speicherung oder der Zugriff, der ausschließlich zu statistischen Zwecken erfolgt. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
Die technische Speicherung oder der Zugriff ist erforderlich, um Nutzerprofile zu erstellen, um Werbung zu versenden oder um den Nutzer auf einer Website oder über mehrere Websites hinweg zu ähnlichen Marketingzwecken zu verfolgen.
Manage options Manage services Manage {vendor_count} vendors Read more about these purposes
Einstellungen anzeigen
{title} {title} {title}