Zum Hauptinhalt springen

Showing 1–50 of 133 results for author: Back, T

.
  1. arXiv:2409.01446  [pdf, other

    cs.LG cs.NE

    Landscape-Aware Automated Algorithm Configuration using Multi-output Mixed Regression and Classification

    Authors: Fu Xing Long, Moritz Frenzel, Peter Krause, Markus Gitterle, Thomas Bäck, Niki van Stein

    Abstract: In landscape-aware algorithm selection problem, the effectiveness of feature-based predictive models strongly depends on the representativeness of training data for practical applications. In this work, we investigate the potential of randomly generated functions (RGF) for the model training, which cover a much more diverse set of optimization problem classes compared to the widely-used black-box… ▽ More

    Submitted 2 September, 2024; originally announced September 2024.

  2. arXiv:2408.03747  [pdf, other

    cs.LG cs.AI eess.SY

    Online Model-based Anomaly Detection in Multivariate Time Series: Taxonomy, Survey, Research Challenges and Future Directions

    Authors: Lucas Correia, Jan-Christoph Goos, Philipp Klein, Thomas Bäck, Anna V. Kononova

    Abstract: Time-series anomaly detection plays an important role in engineering processes, like development, manufacturing and other operations involving dynamic systems. These processes can greatly benefit from advances in the field, as state-of-the-art approaches may aid in cases involving, for example, highly dimensional data. To provide the reader with understanding of the terminology, this survey introd… ▽ More

    Submitted 9 August, 2024; v1 submitted 7 August, 2024; originally announced August 2024.

    Comments: Submitted to Engineering Applications of Artificial Intelligence journal

  3. arXiv:2407.11511  [pdf, other

    cs.AI cs.CL cs.LG

    Reasoning with Large Language Models, a Survey

    Authors: Aske Plaat, Annie Wong, Suzan Verberne, Joost Broekens, Niki van Stein, Thomas Back

    Abstract: Scaling up language models to billions of parameters has opened up possibilities for in-context learning, allowing instruction tuning and few-shot learning on tasks that the model was not specifically trained for. This has achieved breakthrough performance on language tasks such as translation, summarization, and question-answering. Furthermore, in addition to these associative "System 1" tasks, r… ▽ More

    Submitted 16 July, 2024; originally announced July 2024.

  4. arXiv:2407.06849  [pdf, other

    cs.LG cs.AI cs.CE

    TeVAE: A Variational Autoencoder Approach for Discrete Online Anomaly Detection in Variable-state Multivariate Time-series Data

    Authors: Lucas Correia, Jan-Christoph Goos, Philipp Klein, Thomas Bäck, Anna V. Kononova

    Abstract: As attention to recorded data grows in the realm of automotive testing and manual evaluation reaches its limits, there is a growing need for automatic online anomaly detection. This real-world data is complex in many ways and requires the modelling of testee behaviour. To address this, we propose a temporal variational autoencoder (TeVAE) that can detect anomalies with minimal false positives when… ▽ More

    Submitted 9 July, 2024; originally announced July 2024.

    Comments: Submitted to Studies in Computational Intelligence Journal. arXiv admin note: substantial text overlap with arXiv:2309.02253

  5. CGP++ : A Modern C++ Implementation of Cartesian Genetic Programming

    Authors: Roman Kalkreuth, Thomas Baeck

    Abstract: The reference implementation of Cartesian Genetic Programming (CGP) was written in the C programming language. C inherently follows a procedural programming paradigm, which entails challenges in providing a reusable and scalable implementation model for complex structures and methods. Moreover, due to the limiting factors of C, the reference implementation of CGP does not provide a generic framewo… ▽ More

    Submitted 13 June, 2024; originally announced June 2024.

    Comments: Accepted as a full paper in the BBSR track at the Genetic and Evolutionary Computation Conference (GECCO'24), July 14-18, 2024, Melbourne, Australia

  6. arXiv:2405.20132  [pdf, other

    cs.NE cs.AI

    LLaMEA: A Large Language Model Evolutionary Algorithm for Automatically Generating Metaheuristics

    Authors: Niki van Stein, Thomas Bäck

    Abstract: Large Language Models (LLMs) such as GPT-4 have demonstrated their ability to understand natural language and generate complex code snippets. This paper introduces a novel Large Language Model Evolutionary Algorithm (LLaMEA) framework, leveraging GPT models for the automated generation and refinement of algorithms. Given a set of criteria and a task definition (the search space), LLaMEA iterativel… ▽ More

    Submitted 20 August, 2024; v1 submitted 30 May, 2024; originally announced May 2024.

    Comments: Submitted to IEEE TEVC

  7. arXiv:2405.18772  [pdf, ps, other

    cs.NE

    Evolving Reliable Differentiating Constraints for the Chance-constrained Maximum Coverage Problem

    Authors: Saba Sadeghi Ahouei, Jacob de Nobel, Aneta Neumann, Thomas Bäck, Frank Neumann

    Abstract: Chance-constrained problems involve stochastic components in the constraints which can be violated with a small probability. We investigate the impact of different types of chance constraints on the performance of iterative search algorithms and study the classical maximum coverage problem in graphs with chance constraints. Our goal is to evolve reliable chance constraint settings for a given grap… ▽ More

    Submitted 29 May, 2024; originally announced May 2024.

  8. arXiv:2405.10271  [pdf, other

    cs.LG cs.AI cs.DC cs.ET

    Automated Federated Learning via Informed Pruning

    Authors: Christian Internò, Elena Raponi, Niki van Stein, Thomas Bäck, Markus Olhofer, Yaochu Jin, Barbara Hammer

    Abstract: Federated learning (FL) represents a pivotal shift in machine learning (ML) as it enables collaborative training of local ML models coordinated by a central aggregator, all without the need to exchange local data. However, its application on edge devices is hindered by limited computational capabilities and data communication challenges, compounded by the inherent complexity of Deep Learning (DL)… ▽ More

    Submitted 16 May, 2024; originally announced May 2024.

  9. arXiv:2405.01226  [pdf, other

    cs.NE

    Avoiding Redundant Restarts in Multimodal Global Optimization

    Authors: Jacob de Nobel, Diederick Vermetten, Anna V. Kononova, Ofer M. Shir, Thomas Bäck

    Abstract: Naïve restarts of global optimization solvers when operating on multimodal search landscapes may resemble the Coupon's Collector Problem, with a potential to waste significant function evaluations budget on revisiting the same basins of attractions. In this paper, we assess the degree to which such ``duplicate restarts'' occur on standard multimodal benchmark functions, which defines the \textit{r… ▽ More

    Submitted 2 May, 2024; originally announced May 2024.

  10. arXiv:2404.15837  [pdf, other

    cs.NE

    Empirical Analysis of the Dynamic Binary Value Problem with IOHprofiler

    Authors: Diederick Vermetten, Johannes Lengler, Dimitri Rusin, Thomas Bäck, Carola Doerr

    Abstract: Optimization problems in dynamic environments have recently been the source of several theoretical studies. One of these problems is the monotonic Dynamic Binary Value problem, which theoretically has high discriminatory power between different Genetic Algorithms. Given this theoretical foundation, we integrate several versions of this problem into the IOHprofiler benchmarking framework. Using thi… ▽ More

    Submitted 24 April, 2024; originally announced April 2024.

  11. arXiv:2403.05352  [pdf, other

    cs.CV

    Enhancing Plausibility Evaluation for Generated Designs with Denoising Autoencoder

    Authors: Jiajie Fan, Amal Trigui, Thomas Bäck, Hao Wang

    Abstract: A great interest has arisen in using Deep Generative Models (DGM) for generative design. When assessing the quality of the generated designs, human designers focus more on structural plausibility, e.g., no missing component, rather than visual artifacts, e.g., noises in the images. Meanwhile, commonly used metrics such as Fréchet Inception Distance (FID) may not evaluate accurately as they tend to… ▽ More

    Submitted 8 March, 2024; originally announced March 2024.

  12. arXiv:2402.09800  [pdf, other

    cs.NE

    Large-scale Benchmarking of Metaphor-based Optimization Heuristics

    Authors: Diederick Vermetten, Carola Doerr, Hao Wang, Anna V. Kononova, Thomas Bäck

    Abstract: The number of proposed iterative optimization heuristics is growing steadily, and with this growth, there have been many points of discussion within the wider community. One particular criticism that is raised towards many new algorithms is their focus on metaphors used to present the method, rather than emphasizing their potential algorithmic contributions. Several studies into popular metaphor-b… ▽ More

    Submitted 15 February, 2024; originally announced February 2024.

  13. arXiv:2402.07654  [pdf, other

    cs.NE

    Impact of spatial transformations on landscape features of CEC2022 basic benchmark problems

    Authors: Haoran Yin, Diederick Vermetten, Furong Ye, Thomas H. W. Bäck, Anna V. Kononova

    Abstract: When benchmarking optimization heuristics, we need to take care to avoid an algorithm exploiting biases in the construction of the used problems. One way in which this might be done is by providing different versions of each problem but with transformations applied to ensure the algorithms are equipped with mechanisms for successfully tackling a range of problems. In this paper, we investigate sev… ▽ More

    Submitted 12 February, 2024; originally announced February 2024.

  14. arXiv:2402.06912  [pdf, other

    cs.LG cs.AI

    Solving Deep Reinforcement Learning Tasks with Evolution Strategies and Linear Policy Networks

    Authors: Annie Wong, Jacob de Nobel, Thomas Bäck, Aske Plaat, Anna V. Kononova

    Abstract: Although deep reinforcement learning methods can learn effective policies for challenging problems such as Atari games and robotics tasks, algorithms are complex, and training times are often long. This study investigates how Evolution Strategies perform compared to gradient-based deep reinforcement learning methods. We use Evolution Strategies to optimize the weights of a neural network via neuro… ▽ More

    Submitted 24 July, 2024; v1 submitted 10 February, 2024; originally announced February 2024.

  15. arXiv:2402.06299  [pdf, other

    cs.NE cs.AI

    A Functional Analysis Approach to Symbolic Regression

    Authors: Kirill Antonov, Roman Kalkreuth, Kaifeng Yang, Thomas Bäck, Niki van Stein, Anna V Kononova

    Abstract: Symbolic regression (SR) poses a significant challenge for randomized search heuristics due to its reliance on the synthesis of expressions for input-output mappings. Although traditional genetic programming (GP) algorithms have achieved success in various domains, they exhibit limited performance when tree-based representations are used for SR. To address these limitations, we introduce a novel S… ▽ More

    Submitted 9 February, 2024; originally announced February 2024.

    Comments: 14 pages, 3 figures. Submitted to Genetic and Evolutionary Computation Conference (GECCO-2024)

  16. arXiv:2402.01343  [pdf, other

    cs.LG

    Shapelet-based Model-agnostic Counterfactual Local Explanations for Time Series Classification

    Authors: Qi Huang, Wei Chen, Thomas Bäck, Niki van Stein

    Abstract: In this work, we propose a model-agnostic instance-based post-hoc explainability method for time series classification. The proposed algorithm, namely Time-CF, leverages shapelets and TimeGAN to provide counterfactual explanations for arbitrary time series classifiers. We validate the proposed method on several real-world univariate time series classification tasks from the UCR Time Series Archive… ▽ More

    Submitted 2 February, 2024; originally announced February 2024.

    Comments: The paper has been accepted by the XAI4Sci workshop of AAAI 2024

  17. arXiv:2401.17842  [pdf, other

    cs.NE cs.AI

    Explainable Benchmarking for Iterative Optimization Heuristics

    Authors: Niki van Stein, Diederick Vermetten, Anna V. Kononova, Thomas Bäck

    Abstract: Benchmarking heuristic algorithms is vital to understand under which conditions and on what kind of problems certain algorithms perform well. In most current research into heuristic optimization algorithms, only a very limited number of scenarios, algorithm configurations and hyper-parameter settings are explored, leading to incomplete and often biased insights and results. This paper presents a n… ▽ More

    Submitted 23 February, 2024; v1 submitted 31 January, 2024; originally announced January 2024.

    Comments: Submitted to ACM TELO

  18. arXiv:2312.11083  [pdf, other

    cs.NE

    MA-BBOB: A Problem Generator for Black-Box Optimization Using Affine Combinations and Shifts

    Authors: Diederick Vermetten, Furong Ye, Thomas Bäck, Carola Doerr

    Abstract: Choosing a set of benchmark problems is often a key component of any empirical evaluation of iterative optimization heuristics. In continuous, single-objective optimization, several sets of problems have become widespread, including the well-established BBOB suite. While this suite is designed to enable rigorous benchmarking, it is also commonly used for testing methods such as algorithm selection… ▽ More

    Submitted 18 December, 2023; originally announced December 2023.

  19. arXiv:2311.15663  [pdf, other

    quant-ph

    Comparison between Tensor Networks and Variational Quantum Classifier

    Authors: Georgios Laskaris, Artem A. Melnikov, Michael R. Perelshtein, Reuben Brasher, Thomas Baeck, Florian Neukart

    Abstract: The primary objective of this paper is to conduct a comparative analysis between two Machine Learning approaches: Tensor Networks (TN) and Variational Quantum Classifiers (VQC). While both approaches share similarities in their representation of the Hilbert space using a logarithmic number of parameters, they diverge in the manifolds they cover. Thus, the aim is to evaluate and compare the express… ▽ More

    Submitted 8 July, 2024; v1 submitted 27 November, 2023; originally announced November 2023.

  20. arXiv:2311.11207  [pdf, other

    cs.CV cs.AI cs.CE

    On the Noise Scheduling for Generating Plausible Designs with Diffusion Models

    Authors: Jiajie Fan, Laure Vuaille, Thomas Bäck, Hao Wang

    Abstract: Deep Generative Models (DGMs) are widely used to create innovative designs across multiple industries, ranging from fashion to the automotive sector. In addition to generating images of high visual quality, the task of structural design generation imposes more stringent constrains on the semantic expression, e.g., no floating material or missing part, which we refer to as plausibility in this work… ▽ More

    Submitted 18 November, 2023; originally announced November 2023.

  21. arXiv:2309.12078  [pdf, other

    cs.LG

    Clustering-based Domain-Incremental Learning

    Authors: Christiaan Lamers, Rene Vidal, Nabil Belbachir, Niki van Stein, Thomas Baeck, Paris Giampouras

    Abstract: We consider the problem of learning multiple tasks in a continual learning setting in which data from different tasks is presented to the learner in a streaming fashion. A key challenge in this setting is the so-called "catastrophic forgetting problem", in which the performance of the learner in an "old task" decreases when subsequently trained on a "new task". Existing continual learning methods,… ▽ More

    Submitted 21 September, 2023; originally announced September 2023.

  22. arXiv:2309.02253  [pdf, ps, other

    cs.LG cs.AI eess.SY

    MA-VAE: Multi-head Attention-based Variational Autoencoder Approach for Anomaly Detection in Multivariate Time-series Applied to Automotive Endurance Powertrain Testing

    Authors: Lucas Correia, Jan-Christoph Goos, Philipp Klein, Thomas Bäck, Anna V. Kononova

    Abstract: A clear need for automatic anomaly detection applied to automotive testing has emerged as more and more attention is paid to the data recorded and manual evaluation by humans reaches its capacity. Such real-world data is massive, diverse, multivariate and temporal in nature, therefore requiring modelling of the testee behaviour. We propose a variational autoencoder with multi-head attention (MA-VA… ▽ More

    Submitted 5 September, 2023; originally announced September 2023.

    Comments: Accepted in NCTA2023

  23. arXiv:2307.10166  [pdf, other

    cs.CV cs.CE eess.IV

    Adversarial Latent Autoencoder with Self-Attention for Structural Image Synthesis

    Authors: Jiajie Fan, Laure Vuaille, Hao Wang, Thomas Bäck

    Abstract: Generative Engineering Design approaches driven by Deep Generative Models (DGM) have been proposed to facilitate industrial engineering processes. In such processes, designs often come in the form of images, such as blueprints, engineering drawings, and CAD models depending on the level of detail. DGMs have been successfully employed for synthesis of natural images, e.g., displaying animals, human… ▽ More

    Submitted 19 July, 2023; originally announced July 2023.

    Comments: 18 pages, 8 figures

    Journal ref: 2024 IEEE Conference on Artificial Intelligence (CAI)

  24. arXiv:2306.10627  [pdf, other

    cs.LG cs.NE math.OC

    MA-BBOB: Many-Affine Combinations of BBOB Functions for Evaluating AutoML Approaches in Noiseless Numerical Black-Box Optimization Contexts

    Authors: Diederick Vermetten, Furong Ye, Thomas Bäck, Carola Doerr

    Abstract: Extending a recent suggestion to generate new instances for numerical black-box optimization benchmarking by interpolating pairs of the well-established BBOB functions from the COmparing COntinuous Optimizers (COCO) platform, we propose in this work a further generalization that allows multiple affine combinations of the original instances and arbitrarily chosen locations of the global optima. We… ▽ More

    Submitted 18 June, 2023; originally announced June 2023.

    Comments: To appear in the AutoML 2023 proceedings (ABCD track)

  25. arXiv:2306.02985  [pdf, other

    cs.NE

    Representation-agnostic distance-driven perturbation for optimizing ill-conditioned problems

    Authors: Kirill Antonov, Anna V. Kononova, Thomas Bäck, Niki van Stein

    Abstract: Locality is a crucial property for efficiently optimising black-box problems with randomized search heuristics. However, in practical applications, it is not likely to always find such a genotype encoding of candidate solutions that this property is upheld with respect to the Hamming distance. At the same time, it may be possible to use domain-specific knowledge to define a metric with locality pr… ▽ More

    Submitted 5 June, 2023; originally announced June 2023.

    Comments: 10 pages, 2 figures

  26. arXiv:2305.15245  [pdf, other

    cs.NE

    Challenges of ELA-guided Function Evolution using Genetic Programming

    Authors: Fu Xing Long, Diederick Vermetten, Anna V. Kononova, Roman Kalkreuth, Kaifeng Yang, Thomas Bäck, Niki van Stein

    Abstract: Within the optimization community, the question of how to generate new optimization problems has been gaining traction in recent years. Within topics such as instance space analysis (ISA), the generation of new problems can provide new benchmarks which are not yet explored in existing research. Beyond that, this function generation can also be exploited for solving complex real-world optimization… ▽ More

    Submitted 24 May, 2023; originally announced May 2023.

  27. arXiv:2304.13117  [pdf, other

    cs.NE math.OC

    When to be Discrete: Analyzing Algorithm Performance on Discretized Continuous Problems

    Authors: André Thomaser, Jacob de Nobel, Diederick Vermetten, Furong Ye, Thomas Bäck, Anna V. Kononova

    Abstract: The domain of an optimization problem is seen as one of its most important characteristics. In particular, the distinction between continuous and discrete optimization is rather impactful. Based on this, the optimizing algorithm, analyzing method, and more are specified. However, in practice, no problem is ever truly continuous. Whether this is caused by computing limits or more tangible propertie… ▽ More

    Submitted 25 April, 2023; originally announced April 2023.

  28. Application of quantum-inspired generative models to small molecular datasets

    Authors: C. Moussa, H. Wang, M. Araya-Polo, T. Bäck, V. Dunjko

    Abstract: Quantum and quantum-inspired machine learning has emerged as a promising and challenging research field due to the increased popularity of quantum computing, especially with near-term devices. Theoretical contributions point toward generative modeling as a promising direction to realize the first examples of real-world quantum advantages from these technologies. A few empirical studies also demons… ▽ More

    Submitted 21 April, 2023; originally announced April 2023.

    Comments: First version

    Journal ref: 2023 IEEE International Conference on Quantum Computing and Engineering (QCE), Bellevue, WA, USA, 2023, pp. 342-348

  29. arXiv:2304.09524  [pdf, other

    cs.NE

    Modular Differential Evolution

    Authors: Diederick Vermetten, Fabio Caraffini, Anna V. Kononova, Thomas Bäck

    Abstract: New contributions in the field of iterative optimisation heuristics are often made in an iterative manner. Novel algorithmic ideas are not proposed in isolation, but usually as an extension of a preexisting algorithm. Although these contributions are often compared to the base algorithm, it is challenging to make fair comparisons between larger sets of algorithm variants. This happens because even… ▽ More

    Submitted 19 April, 2023; originally announced April 2023.

  30. arXiv:2304.01219  [pdf, other

    math.OC cs.AI cs.LG cs.NE

    DoE2Vec: Deep-learning Based Features for Exploratory Landscape Analysis

    Authors: Bas van Stein, Fu Xing Long, Moritz Frenzel, Peter Krause, Markus Gitterle, Thomas Bäck

    Abstract: We propose DoE2Vec, a variational autoencoder (VAE)-based methodology to learn optimization landscape characteristics for downstream meta-learning tasks, e.g., automated selection of optimization algorithms. Principally, using large training data sets generated with a random function generator, DoE2Vec self-learns an informative latent representation for any design of experiments (DoE). Unlike the… ▽ More

    Submitted 31 March, 2023; originally announced April 2023.

  31. arXiv:2303.04611  [pdf, other

    cs.NE

    Towards Self-adaptive Mutation in Evolutionary Multi-Objective Algorithms

    Authors: Furong Ye, Frank Neumann, Jacob de Nobel, Aneta Neumann, Thomas Bäck

    Abstract: Parameter control has succeeded in accelerating the convergence process of evolutionary algorithms. While empirical and theoretical studies have shed light on the behavior of algorithms for single-objective optimization, little is known about how self-adaptation influences multi-objective evolutionary algorithms. In this work, we contribute (1) extensive experimental analysis of the Global Simple… ▽ More

    Submitted 8 May, 2023; v1 submitted 8 March, 2023; originally announced March 2023.

    Comments: submitted to FOGA 2023

  32. arXiv:2302.01464  [pdf, other

    cs.AI cs.NE

    Benchmarking Algorithms for Submodular Optimization Problems Using IOHProfiler

    Authors: Frank Neumann, Aneta Neumann, Chao Qian, Viet Anh Do, Jacob de Nobel, Diederick Vermetten, Saba Sadeghi Ahouei, Furong Ye, Hao Wang, Thomas Bäck

    Abstract: Submodular functions play a key role in the area of optimization as they allow to model many real-world problems that face diminishing returns. Evolutionary algorithms have been shown to obtain strong theoretical performance guarantees for a wide class of submodular problems under various types of constraints while clearly outperforming standard greedy approximation algorithms. This paper introduc… ▽ More

    Submitted 2 February, 2023; originally announced February 2023.

  33. arXiv:2212.09431  [pdf, other

    quant-ph

    Robustness of quantum reinforcement learning under hardware errors

    Authors: Andrea Skolik, Stefano Mangini, Thomas Bäck, Chiara Macchiavello, Vedran Dunjko

    Abstract: Variational quantum machine learning algorithms have become the focus of recent research on how to utilize near-term quantum devices for machine learning tasks. They are considered suitable for this as the circuits that are run can be tailored to the device, and a big part of the computation is delegated to the classical optimizer. It has also been hypothesized that they may be more robust to hard… ▽ More

    Submitted 19 December, 2022; originally announced December 2022.

    Comments: 30 pages, 17 figures

  34. arXiv:2212.06438  [pdf, ps, other

    cs.NE

    Multi-surrogate Assisted Efficient Global Optimization for Discrete Problems

    Authors: Qi Huang, Roy de Winter, Bas van Stein, Thomas Bäck, Anna V. Kononova

    Abstract: Decades of progress in simulation-based surrogate-assisted optimization and unprecedented growth in computational power have enabled researchers and practitioners to optimize previously intractable complex engineering problems. This paper investigates the possible benefit of a concurrent utilization of multiple simulation-based surrogate models to solve complex discrete optimization problems. To f… ▽ More

    Submitted 13 December, 2022; originally announced December 2022.

  35. A Decision Diagram Operation for Reachability

    Authors: Sebastiaan Brand, Thomas Bäck, Alfons Laarman

    Abstract: Saturation is considered the state-of-the-art method for computing fixpoints with decision diagrams. We present a relatively simple decision diagram operation called REACH that also computes fixpoints. In contrast to saturation, it does not require a partitioning of the transition relation. We give sequential algorithms implementing the new operation for both binary and multi-valued decision diagr… ▽ More

    Submitted 7 December, 2022; originally announced December 2022.

  36. arXiv:2211.07285  [pdf, other

    q-bio.NC cs.NE

    Optimizing Stimulus Energy for Cochlear Implants with a Machine Learning Model of the Auditory Nerve

    Authors: Jacob de Nobel, Anna V. Kononova, Jeroen Briaire, Johan Frijns, Thomas Bäck

    Abstract: Performing simulations with a realistic biophysical auditory nerve fiber model can be very time consuming, due to the complex nature of the calculations involved. Here, a surrogate (approximate) model of such an auditory nerve fiber model was developed using machine learning methods, to perform simulations more efficiently. Several machine learning models were compared, of which a Convolutional Ne… ▽ More

    Submitted 14 November, 2022; originally announced November 2022.

    Comments: 39 pages, 10 figures

    MSC Class: 92C20 ACM Class: J.3; I.2.8

  37. arXiv:2210.16776  [pdf, other

    cs.CV

    Saliency Can Be All You Need In Contrastive Self-Supervised Learning

    Authors: Veysel Kocaman, Ofer M. Shir, Thomas Bäck, Ahmed Nabil Belbachir

    Abstract: We propose an augmentation policy for Contrastive Self-Supervised Learning (SSL) in the form of an already established Salient Image Segmentation technique entitled Global Contrast based Salient Region Detection. This detection technique, which had been devised for unrelated Computer Vision tasks, was empirically observed to play the role of an augmentation facilitator within the SSL protocol. Thi… ▽ More

    Submitted 30 October, 2022; originally announced October 2022.

    Comments: Accepted for the 17th International Symposium on Visual Computing (ISVC 2022)

  38. arXiv:2209.10178  [pdf, other

    cs.LG

    Deep Learning based pipeline for anomaly detection and quality enhancement in industrial binder jetting processes

    Authors: Alexander Zeiser, Bas van Stein, Thomas Bäck

    Abstract: Anomaly detection describes methods of finding abnormal states, instances or data points that differ from a normal value space. Industrial processes are a domain where predicitve models are needed for finding anomalous data instances for quality enhancement. A main challenge, however, is absence of labels in this environment. This paper contributes to a data-centric way of approaching artificial i… ▽ More

    Submitted 23 September, 2022; v1 submitted 21 September, 2022; originally announced September 2022.

    Comments: Conference paper for: 17. Fachtagung "Entwurf komplexer Automatisierungssysteme (EKA)", Magdeburg/Germany, June 2022

  39. Reinforcement Learning Assisted Recursive QAOA

    Authors: Yash J. Patel, Sofiene Jerbi, Thomas Bäck, Vedran Dunjko

    Abstract: Variational quantum algorithms such as the Quantum Approximation Optimization Algorithm (QAOA) in recent years have gained popularity as they provide the hope of using NISQ devices to tackle hard combinatorial optimization problems. It is, however, known that at low depth, certain locality constraints of QAOA limit its performance. To go beyond these limitations, a non-local variant of QAOA, namel… ▽ More

    Submitted 5 February, 2024; v1 submitted 13 July, 2022; originally announced July 2022.

    Comments: 17 pages, 6 figures. EPJ Quantum Technology journal version

    Journal ref: EPJ Quantum Technol. 11, 6 (2024)

  40. arXiv:2206.11263  [pdf, other

    cs.LG

    Optimally Weighted Ensembles of Regression Models: Exact Weight Optimization and Applications

    Authors: Patrick Echtenbruck, Martina Echtenbruck, Joost Batenburg, Thomas Bäck, Boris Naujoks, Michael Emmerich

    Abstract: Automated model selection is often proposed to users to choose which machine learning model (or method) to apply to a given regression task. In this paper, we show that combining different regression models can yield better results than selecting a single ('best') regression model, and outline an efficient method that obtains optimally weighted convex linear combination from a heterogeneous set of… ▽ More

    Submitted 22 June, 2022; originally announced June 2022.

    MSC Class: 62J02 ACM Class: I.2.6; I.2

  41. arXiv:2206.10743  [pdf, other

    quant-ph cs.LG cs.NE

    Quantum-Enhanced Selection Operators for Evolutionary Algorithms

    Authors: David Von Dollen, Sheir Yarkoni, Daniel Weimer, Florian Neukart, Thomas Bäck

    Abstract: Genetic algorithms have unique properties which are useful when applied to black box optimization. Using selection, crossover, and mutation operators, candidate solutions may be obtained without the need to calculate a gradient. In this work, we study results obtained from using quantum-enhanced operators within the selection mechanism of a genetic algorithm. Our approach frames the selection proc… ▽ More

    Submitted 21 June, 2022; originally announced June 2022.

  42. Hyperparameter Importance of Quantum Neural Networks Across Small Datasets

    Authors: Charles Moussa, Jan N. van Rijn, Thomas Bäck, Vedran Dunjko

    Abstract: As restricted quantum computers are slowly becoming a reality, the search for meaningful first applications intensifies. In this domain, one of the more investigated approaches is the use of a special type of quantum circuit - a so-called quantum neural network -- to serve as a basis for a machine learning model. Roughly speaking, as the name suggests, a quantum neural network can play a similar r… ▽ More

    Submitted 20 June, 2022; originally announced June 2022.

    Comments: Submitted to Discovery Science 2022

  43. arXiv:2205.06109  [pdf, other

    quant-ph cs.LG

    Equivariant quantum circuits for learning on weighted graphs

    Authors: Andrea Skolik, Michele Cattelan, Sheir Yarkoni, Thomas Bäck, Vedran Dunjko

    Abstract: Variational quantum algorithms are the leading candidate for advantage on near-term quantum hardware. When training a parametrized quantum circuit in this setting to solve a specific problem, the choice of ansatz is one of the most important factors that determines the trainability and performance of the algorithm. In quantum machine learning (QML), however, the literature on ansatzes that are mot… ▽ More

    Submitted 24 April, 2023; v1 submitted 12 May, 2022; originally announced May 2022.

    Comments: 17+3 pages, 10 figures, version accepted at journal

  44. arXiv:2204.09353  [pdf, other

    cs.NE

    Analyzing the Impact of Undersampling on the Benchmarking and Configuration of Evolutionary Algorithms

    Authors: Diederick Vermetten, Hao Wang, Manuel López-Ibañez, Carola Doerr, Thomas Bäck

    Abstract: The stochastic nature of iterative optimization heuristics leads to inherently noisy performance measurements. Since these measurements are often gathered once and then used repeatedly, the number of collected samples will have a significant impact on the reliability of algorithm comparisons. We show that care should be taken when making decisions based on limited data. Particularly, we show that… ▽ More

    Submitted 22 April, 2022; v1 submitted 20 April, 2022; originally announced April 2022.

    Comments: To be published in proceedings of Genetic and Evolutionary Computation Conference (GECCO 22), July 9-13, 2022, Boston, MA, USA. ACM, New York, NY, USA, 9 pages. https://doi.org/10.1145/3512290.3528799

  45. arXiv:2204.06825  [pdf, other

    cs.SE cs.LG

    The Vision of Self-Evolving Computing Systems

    Authors: Danny Weyns, Thomas Baeck, Rene Vidal, Xin Yao, Ahmed Nabil Belbachir

    Abstract: Computing systems are omnipresent; their sustainability has become crucial for our society. A key aspect of this sustainability is the ability of computing systems to cope with the continuous change they face, ranging from dynamic operating conditions, to changing goals, and technological progress. While we are able to engineer smart computing systems that autonomously deal with various types of c… ▽ More

    Submitted 14 April, 2022; originally announced April 2022.

    Comments: 19 pages

  46. arXiv:2204.06539  [pdf, other

    cs.NE

    Switching between Numerical Black-box Optimization Algorithms with Warm-starting Policies

    Authors: Dominik Schröder, Diederick Vermetten, Hao Wang, Carola Doerr, Thomas Bäck

    Abstract: When solving optimization problems with black-box approaches, the algorithms gather valuable information about the problem instance during the optimization process. This information is used to adjust the distributions from which new solution candidates are sampled. In fact, a key objective in evolutionary computation is to identify the most effective ways to collect and exploit instance knowledge.… ▽ More

    Submitted 12 January, 2023; v1 submitted 13 April, 2022; originally announced April 2022.

  47. arXiv:2203.13108  [pdf, other

    cs.LG cs.AI cs.NE cs.SC

    Explainable Artificial Intelligence for Exhaust Gas Temperature of Turbofan Engines

    Authors: Marios Kefalas, Juan de Santiago Rojo Jr., Asteris Apostolidis, Dirk van den Herik, Bas van Stein, Thomas Bäck

    Abstract: Data-driven modeling is an imperative tool in various industrial applications, including many applications in the sectors of aeronautics and commercial aviation. These models are in charge of providing key insights, such as which parameters are important on a specific measured outcome or which parameter values we should expect to observe given a set of input parameters. At the same time, however,… ▽ More

    Submitted 25 March, 2022; v1 submitted 24 March, 2022; originally announced March 2022.

    Comments: Main paper: 20 pages, 4 figures. Supplemental material: 18 pages, 30 figures. Published; Removed footnote on page 11 of the main article regarding a typo on formula (8) on the Journal version of this work. The Journal has corrected this typo since, therefore, there is no need for the footnote

  48. arXiv:2203.09227  [pdf, other

    cs.NE

    Non-Elitist Selection Can Improve the Performance of Irace

    Authors: Furong Ye, Diederick L. Vermetten, Carola Doerr, Thomas Bäck

    Abstract: Modern optimization strategies such as evolutionary algorithms, ant colony algorithms, Bayesian optimization techniques, etc. come with several parameters that steer their behavior during the optimization process. To obtain high-performing algorithm instances, automated algorithm configuration techniques have been developed. One of the most popular tools is irace, which evaluates configurations in… ▽ More

    Submitted 25 June, 2022; v1 submitted 17 March, 2022; originally announced March 2022.

    Comments: PPSN 2022

  49. Unsupervised strategies for identifying optimal parameters in Quantum Approximate Optimization Algorithm

    Authors: Charles Moussa, Hao Wang, Thomas Bäck, Vedran Dunjko

    Abstract: As combinatorial optimization is one of the main quantum computing applications, many methods based on parameterized quantum circuits are being developed. In general, a set of parameters are being tweaked to optimize a cost function out of the quantum circuit output. One of these algorithms, the Quantum Approximate Optimization Algorithm stands out as a promising approach to tackling combinatorial… ▽ More

    Submitted 6 May, 2022; v1 submitted 18 February, 2022; originally announced February 2022.

    Comments: Second version after publishing in journal

  50. arXiv:2201.11289  [pdf

    cond-mat.mtrl-sci

    High throughput data-driven design of laser crystallized 2D MoS2 chemical sensors

    Authors: Drake Austin, Paige Miesle, Deanna Sessions, Michael Motala, David Moore, Griffin Beyer, Adam Miesle, Andrew Sarangan, Amritanand Sebastian, Saptarshi Das, Anand Puthirath, Xiang Zhang, Jordan Hachtel, Pulickel Ajayan, Tyson Back, Peter Stevenson, Michael Brothers, Steven Kim, Philip Buskohl, Rahul Rao, Christopher Muratore, Nicholas Glavin

    Abstract: High throughput characterization and processing techniques are becoming increasingly necessary to navigate multivariable, data-driven design challenges for sensors and electronic devices. For two-dimensional materials, device performance is highly dependent upon a vast array of material properties including number of layers, lattice strain, carrier concentration, defect density, and grain structur… ▽ More

    Submitted 26 January, 2022; originally announced January 2022.