Skip to main content

Showing 1–50 of 142 results for author: Dorr, B

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.07794  [pdf, other

    cs.CL cs.AI

    Making Task-Oriented Dialogue Datasets More Natural by Synthetically Generating Indirect User Requests

    Authors: Amogh Mannekote, **seok Nam, Ziming Li, Jian Gao, Kristy Elizabeth Boyer, Bonnie J. Dorr

    Abstract: Indirect User Requests (IURs), such as "It's cold in here" instead of "Could you please increase the temperature?" are common in human-human task-oriented dialogue and require world knowledge and pragmatic reasoning from the listener. While large language models (LLMs) can handle these requests effectively, smaller models deployed on virtual assistants often struggle due to resource constraints. M… ▽ More

    Submitted 16 June, 2024; v1 submitted 11 June, 2024; originally announced June 2024.

  2. arXiv:2405.01014  [pdf, ps, other

    cs.NE

    Proven Runtime Guarantees for How the MOEA/D Computes the Pareto Front From the Subproblem Solutions

    Authors: Benjamin Doerr, Martin S. Krejca, Noé Weeks

    Abstract: The decomposition-based multi-objective evolutionary algorithm (MOEA/D) does not directly optimize a given multi-objective function $f$, but instead optimizes $N + 1$ single-objective subproblems of $f$ in a co-evolutionary manner. It maintains an archive of all non-dominated solutions found and outputs it as approximation to the Pareto front. Once the MOEA/D found all optima of the subproblems (t… ▽ More

    Submitted 3 May, 2024; v1 submitted 2 May, 2024; originally announced May 2024.

  3. arXiv:2404.12746  [pdf, ps, other

    cs.NE

    Near-Tight Runtime Guarantees for Many-Objective Evolutionary Algorithms

    Authors: Simon Wietheger, Benjamin Doerr

    Abstract: Despite significant progress in the field of mathematical runtime analysis of multi-objective evolutionary algorithms (MOEAs), the performance of MOEAs on discrete many-objective problems is little understood. In particular, the few existing bounds for the SEMO, global SEMO, and SMS-EMOA algorithms on classic benchmarks are all roughly quadratic in the size of the Pareto front. In this work, we pr… ▽ More

    Submitted 11 June, 2024; v1 submitted 19 April, 2024; originally announced April 2024.

  4. arXiv:2404.09371  [pdf, other

    cs.CL

    The Effect of Data Partitioning Strategy on Model Generalizability: A Case Study of Morphological Segmentation

    Authors: Zoey Liu, Bonnie J. Dorr

    Abstract: Recent work to enhance data partitioning strategies for more realistic model evaluation face challenges in providing a clear optimal choice. This study addresses these challenges, focusing on morphological segmentation and synthesizing limitations related to language diversity, adoption of multiple datasets and splits, and detailed model comparisons. Our study leverages data from 19 languages, inc… ▽ More

    Submitted 14 April, 2024; originally announced April 2024.

    Comments: Accepted to 2024 Annual Conference of the North American Chapter of the Association for Computational Linguistics (16 pages including 9 tables and 1 figure)

    ACM Class: I.2.7

  5. Superior Genetic Algorithms for the Target Set Selection Problem Based on Power-Law Parameter Choices and Simple Greedy Heuristics

    Authors: Benjamin Doerr, Martin S. Krejca, Nguyen Vu

    Abstract: The target set selection problem (TSS) asks for a set of vertices such that an influence spreading process started in these vertices reaches the whole graph. The current state of the art for this NP-hard problem are three recently proposed randomized search heuristics, namely a biased random-key genetic algorithm (BRKGA) obtained from extensive parameter tuning, a max-min ant system (MMAS), and a… ▽ More

    Submitted 5 April, 2024; originally announced April 2024.

  6. arXiv:2404.03838  [pdf, other

    cs.NE cs.AI

    A Block-Coordinate Descent EMO Algorithm: Theoretical and Empirical Analysis

    Authors: Benjamin Doerr, Joshua Knowles, Aneta Neumann, Frank Neumann

    Abstract: We consider whether conditions exist under which block-coordinate descent is asymptotically efficient in evolutionary multi-objective optimization, addressing an open problem. Block-coordinate descent, where an optimization problem is decomposed into $k$ blocks of decision variables and each of the blocks is optimized (with the others fixed) in a sequence, is a technique used in some large-scale o… ▽ More

    Submitted 10 April, 2024; v1 submitted 4 April, 2024; originally announced April 2024.

    Comments: Accepted at GECCO 2024

  7. arXiv:2404.02090  [pdf, ps, other

    cs.NE cs.AI

    Already Moderate Population Sizes Provably Yield Strong Robustness to Noise

    Authors: Denis Antipov, Benjamin Doerr, Alexandra Ivanova

    Abstract: Experience shows that typical evolutionary algorithms can cope well with stochastic disturbances such as noisy function evaluations. In this first mathematical runtime analysis of the $(1+λ)$ and $(1,λ)$ evolutionary algorithms in the presence of prior bit-wise noise, we show that both algorithms can tolerate constant noise probabilities without increasing the asymptotic runtime on the OneMax be… ▽ More

    Submitted 13 May, 2024; v1 submitted 2 April, 2024; originally announced April 2024.

    Comments: Full version of the same-titled paper accepted at GECCO 2024

  8. arXiv:2403.08153  [pdf, ps, other

    cs.NE cs.AI cs.DS

    The Runtime of Random Local Search on the Generalized Needle Problem

    Authors: Benjamin Doerr, Andrew James Kelley

    Abstract: In their recent work, C. Doerr and Krejca (Transactions on Evolutionary Computation, 2023) proved upper bounds on the expected runtime of the randomized local search heuristic on generalized Needle functions. Based on these upper bounds, they deduce in a not fully rigorous manner a drastic influence of the needle radius $k$ on the runtime. In this short article, we add the missing lower bound ne… ▽ More

    Submitted 19 March, 2024; v1 submitted 12 March, 2024; originally announced March 2024.

    Comments: 18 pages

  9. arXiv:2402.14155  [pdf, other

    cs.CL cs.AI

    Can Similarity-Based Domain-Ordering Reduce Catastrophic Forgetting for Intent Recognition?

    Authors: Amogh Mannekote, Xiaoyi Tian, Kristy Elizabeth Boyer, Bonnie J. Dorr

    Abstract: Task-oriented dialogue systems are expected to handle a constantly expanding set of intents and domains even after they have been deployed to support more and more functionalities. To live up to this expectation, it becomes critical to mitigate the catastrophic forgetting problem (CF) that occurs in continual learning (CL) settings for a task such as intent recognition. While existing dialogue sys… ▽ More

    Submitted 21 February, 2024; originally announced February 2024.

  10. Runtime Analysis of the SMS-EMOA for Many-Objective Optimization

    Authors: Weijie Zheng, Benjamin Doerr

    Abstract: The classic NSGA-II was recently proven to have considerable difficulties in many-objective optimization. This paper conducts the first rigorous runtime analysis in many objectives for the SMS-EMOA, a steady-state NSGA-II that uses the hypervolume contribution instead of the crowding distance as the second selection criterion. To this aim, we first propose a many-objective counterpart, the m-obj… ▽ More

    Submitted 12 June, 2024; v1 submitted 15 December, 2023; originally announced December 2023.

    Comments: Full version of a paper accepted in AAAI 2024

    Journal ref: Conference on Artificial Intelligence, AAAI 2024, pages 20874-20882

  11. arXiv:2311.11215  [pdf, other

    cs.CL cs.AI

    SPLAIN: Augmenting Cybersecurity Warnings with Reasons and Data

    Authors: Vera A. Kazakova, Jena D. Hwang, Bonnie J. Dorr, Yorick Wilks, J. Blake Gage, Alex Memory, Mark A. Clark

    Abstract: Effective cyber threat recognition and prevention demand comprehensible forecasting systems, as prior approaches commonly offer limited and, ultimately, unconvincing information. We introduce Simplified Plaintext Language (SPLAIN), a natural language generator that converts warning data into user-friendly cyber threat explanations. SPLAIN is designed to generate clear, actionable outputs, incorpor… ▽ More

    Submitted 18 November, 2023; originally announced November 2023.

    Comments: Presented at FLAIRS-2019 as poster (see ancillary files)

    ACM Class: I.2

    Journal ref: FLAIRS-2019

  12. Bivariate Estimation-of-Distribution Algorithms Can Find an Exponential Number of Optima

    Authors: Benjamin Doerr, Martin S. Krejca

    Abstract: Finding a large set of optima in a multimodal optimization landscape is a challenging task. Classical population-based evolutionary algorithms typically converge only to a single solution. While this can be counteracted by applying niching strategies, the number of optima is nonetheless trivially bounded by the population size. Estimation-of-distribution algorithms (EDAs) are an alternative, maint… ▽ More

    Submitted 6 October, 2023; originally announced October 2023.

    Journal ref: Theoretical Computer Science 971: 114074 (2023)

  13. arXiv:2307.06524  [pdf, other

    cs.CL

    Agreement Tracking for Multi-Issue Negotiation Dialogues

    Authors: Amogh Mannekote, Bonnie J. Dorr, Kristy Elizabeth Boyer

    Abstract: Automated negotiation support systems aim to help human negotiators reach more favorable outcomes in multi-issue negotiations (e.g., an employer and a candidate negotiating over issues such as salary, hours, and promotions before a job offer). To be successful, these systems must accurately track agreements reached by participants in real-time. Existing approaches either focus on task-oriented dia… ▽ More

    Submitted 12 July, 2023; originally announced July 2023.

  14. arXiv:2305.18736  [pdf, other

    cs.CL cs.SI

    LonXplain: Lonesomeness as a Consequence of Mental Disturbance in Reddit Posts

    Authors: Muskan Garg, Chandni Saxena, Debabrata Samanta, Bonnie J. Dorr

    Abstract: Social media is a potential source of information that infers latent mental states through Natural Language Processing (NLP). While narrating real-life experiences, social media users convey their feeling of loneliness or isolated lifestyle, impacting their mental well-being. Existing literature on psychological theories points to loneliness as the major consequence of interpersonal risk factors,… ▽ More

    Submitted 30 May, 2023; originally announced May 2023.

  15. arXiv:2305.18585  [pdf, other

    cs.CL cs.AI

    Exploiting Explainability to Design Adversarial Attacks and Evaluate Attack Resilience in Hate-Speech Detection Models

    Authors: Pranath Reddy Kumbam, Sohaib Uddin Syed, Prashanth Thamminedi, Suhas Harish, Ian Perera, Bonnie J. Dorr

    Abstract: The advent of social media has given rise to numerous ethical challenges, with hate speech among the most significant concerns. Researchers are attempting to tackle this problem by leveraging hate-speech detection and employing language models to automatically moderate content and promote civil discourse. Unfortunately, recent studies have revealed that hate-speech detection systems can be misled… ▽ More

    Submitted 29 May, 2023; originally announced May 2023.

  16. arXiv:2305.13459  [pdf, other

    cs.AI cs.DS cs.NE math.OC

    The First Proven Performance Guarantees for the Non-Dominated Sorting Genetic Algorithm II (NSGA-II) on a Combinatorial Optimization Problem

    Authors: Sacha Cerf, Benjamin Doerr, Benjamin Hebras, Yakob Kahane, Simon Wietheger

    Abstract: The Non-dominated Sorting Genetic Algorithm-II (NSGA-II) is one of the most prominent algorithms to solve multi-objective optimization problems. Recently, the first mathematical runtime guarantees have been obtained for this algorithm, however only for synthetic benchmark problems. In this work, we give the first proven performance guarantees for a classic optimization problem, the NP-complete b… ▽ More

    Submitted 9 June, 2023; v1 submitted 22 May, 2023; originally announced May 2023.

    Comments: Author-generated version of a paper appearing in the proceedings of IJCAI 2023, with appendix

    Journal ref: Proceedings of the Thirty-Second International Joint Conference on Artificial Intelligence, Main Track. Pages 5522-5530. 2023

  17. arXiv:2305.10259  [pdf, ps, other

    cs.NE cs.AI cs.DS math.OC

    Runtime Analyses of Multi-Objective Evolutionary Algorithms in the Presence of Noise

    Authors: Matthieu Dinot, Benjamin Doerr, Ulysse Hennebelle, Sebastian Will

    Abstract: In single-objective optimization, it is well known that evolutionary algorithms also without further adjustments can tolerate a certain amount of noise in the evaluation of the objective function. In contrast, this question is not at all understood for multi-objective optimization. In this work, we conduct the first mathematical runtime analysis of a simple multi-objective evolutionary algorithm… ▽ More

    Submitted 30 May, 2023; v1 submitted 17 May, 2023; originally announced May 2023.

    Comments: Appears at IJCAI 2023

    Journal ref: Proceedings of the Thirty-Second International Joint Conference on Artificial Intelligence. Main Track. Pages 5549-5557. 2023

  18. arXiv:2305.04553  [pdf, ps, other

    cs.NE cs.AI

    Larger Offspring Populations Help the $(1 + (λ, λ))$ Genetic Algorithm to Overcome the Noise

    Authors: Alexandra Ivanova, Denis Antipov, Benjamin Doerr

    Abstract: Evolutionary algorithms are known to be robust to noise in the evaluation of the fitness. In particular, larger offspring population sizes often lead to strong robustness. We analyze to what extent the $(1+(λ,λ))$ genetic algorithm is robust to noise. This algorithm also works with larger offspring population sizes, but an intermediate selection step and a non-standard use of crossover as repair m… ▽ More

    Submitted 8 May, 2023; originally announced May 2023.

    Comments: Author-generated version of the same paper published at GECCO 2023

  19. arXiv:2304.10848  [pdf, other

    cs.NE cs.AI cs.DS

    How Well Does the Metropolis Algorithm Cope With Local Optima?

    Authors: Benjamin Doerr, Taha El Ghazi El Houssaini, Amirhossein Rajabi, Carsten Witt

    Abstract: The Metropolis algorithm (MA) is a classic stochastic local search heuristic. It avoids getting stuck in local optima by occasionally accepting inferior solutions. To better and in a rigorous manner understand this ability, we conduct a mathematical runtime analysis of the MA on the CLIFF benchmark. Apart from one local optimum, cliff functions are monotonically increasing towards the global optim… ▽ More

    Submitted 15 May, 2023; v1 submitted 21 April, 2023; originally announced April 2023.

    Comments: To appear in the proceedings of GECCO 2023. With appendix containing all proofs. 28 pages

  20. arXiv:2304.10414  [pdf, ps, other

    cs.NE cs.AI cs.DS

    How the Move Acceptance Hyper-Heuristic Copes With Local Optima: Drastic Differences Between Jumps and Cliffs

    Authors: Benjamin Doerr, Arthur Dremaux, Johannes Lutzeyer, Aurélien Stumpf

    Abstract: In recent work, Lissovoi, Oliveto, and Warwicker (Artificial Intelligence (2023)) proved that the Move Acceptance Hyper-Heuristic (MAHH) leaves the local optimum of the multimodal cliff benchmark with remarkable efficiency. With its $O(n^3)$ runtime, for almost all cliff widths $d,$ the MAHH massively outperforms the $Θ(n^d)$ runtime of simple elitist evolutionary algorithms (EAs). For the most pr… ▽ More

    Submitted 20 April, 2023; originally announced April 2023.

    Comments: Author generated version of a paper appearing in the proceedings of GECCO. With an appendix containing the material omitted in the conference version for reasons of space

  21. arXiv:2303.11150  [pdf, other

    cs.DC cs.DS math.CO

    Randomized Rumor Spreading Revisited (Long Version)

    Authors: Benjamin Doerr, Anatolii Kostrygin

    Abstract: We develop a simple and generic method to analyze randomized rumor spreading processes in fully connected networks. In contrast to all previous works, which heavily exploit the precise definition of the process under investigation, we only need to understand the probability and the covariance of the events that uninformed nodes become informed. This universality allows us to easily analyze the cla… ▽ More

    Submitted 20 March, 2023; originally announced March 2023.

    Comments: Version submitted to ICALP 2017. This version contains all proofs that were omitted in the final conference version

  22. (1+1) Genetic Programming With Functionally Complete Instruction Sets Can Evolve Boolean Conjunctions and Disjunctions with Arbitrarily Small Error

    Authors: Benjamin Doerr, Andrei Lissovoi, Pietro S. Oliveto

    Abstract: Recently it has been proven that simple GP systems can efficiently evolve a conjunction of $n$ variables if they are equipped with the minimal required components. In this paper, we make a considerable step forward by analysing the behaviour and performance of a GP system for evolving a Boolean conjunction or disjunction of $n$ variables using a complete function set that allows the expression of… ▽ More

    Submitted 13 March, 2023; originally announced March 2023.

    Comments: 18 pages. Substantial text overlap with arXiv:1903.11936

    Journal ref: Artificial Intelligence 319: 103906 (2023)

  23. Estimation-of-Distribution Algorithms for Multi-Valued Decision Variables

    Authors: Firas Ben Jedidia, Benjamin Doerr, Martin S. Krejca

    Abstract: The majority of research on estimation-of-distribution algorithms (EDAs) concentrates on pseudo-Boolean optimization and permutation problems, leaving the domain of EDAs for problems in which the decision variables can take more than two values, but which are not permutation problems, mostly unexplored. To render this domain more accessible, we propose a natural way to extend the known univariate… ▽ More

    Submitted 1 January, 2024; v1 submitted 28 February, 2023; originally announced February 2023.

    Journal ref: Theoretical Computer Science 1003 (2024) 114622

  24. arXiv:2302.12570  [pdf, other

    cs.NE

    Lasting Diversity and Superior Runtime Guarantees for the $(μ+1)$ Genetic Algorithm

    Authors: Benjamin Doerr, Aymen Echarghaoui, Mohammed Jamal, Martin S. Krejca

    Abstract: Most evolutionary algorithms (EAs) used in practice employ crossover. In contrast, only for few and mostly artificial examples a runtime advantage from crossover could be proven with mathematical means. The most convincing such result shows that the $(μ+1)$ genetic algorithm (GA) with population size $μ=O(n)$ optimizes jump functions with gap size $k \ge 3$ in time $O(n^k / μ+ n^{k-1}\log n)$, bea… ▽ More

    Submitted 24 February, 2023; originally announced February 2023.

  25. arXiv:2302.08021  [pdf, ps, other

    cs.NE cs.AI cs.DS

    Fourier Analysis Meets Runtime Analysis: Precise Runtimes on Plateaus

    Authors: Benjamin Doerr, Andrew James Kelley

    Abstract: We propose a new method based on discrete Fourier analysis to analyze the time evolutionary algorithms spend on plateaus. This immediately gives a concise proof of the classic estimate of the expected runtime of the $(1+1)$ evolutionary algorithm on the Needle problem due to Garnier, Kallel, and Schoenauer (1999). We also use this method to analyze the runtime of the $(1+1)$ evolutionary algorit… ▽ More

    Submitted 1 May, 2023; v1 submitted 15 February, 2023; originally announced February 2023.

    Comments: 43 pages. This is the full version of a paper appearing in the proceedings of GECCO 2023. Version 3 improves notation, adds more references, and fixes a small error

  26. arXiv:2301.11004  [pdf, other

    cs.CL

    NLP as a Lens for Causal Analysis and Perception Mining to Infer Mental Health on Social Media

    Authors: Muskan Garg, Chandni Saxena, Usman Naseem, Bonnie J Dorr

    Abstract: Interactions among humans on social media often convey intentions behind their actions, yielding a psychological language resource for Mental Health Analysis (MHA) of online users. The success of Computational Intelligence Techniques (CIT) for inferring mental illness from such social media resources points to NLP as a lens for causal analysis and perception mining. However, we argue that more con… ▽ More

    Submitted 22 August, 2023; v1 submitted 26 January, 2023; originally announced January 2023.

  27. arXiv:2301.01319  [pdf, other

    cs.RO

    The ReSWARM Microgravity Flight Experiments: Planning, Control, and Model Estimation for On-Orbit Close Proximity Operations

    Authors: Bryce Doerr, Keenan Albee, Monica Ekal, Rodrigo Ventura, Richard Linares

    Abstract: On-orbit close proximity operations involve robotic spacecraft maneuvering and making decisions for a growing number of mission scenarios demanding autonomy, including on-orbit assembly, repair, and astronaut assistance. Of these scenarios, on-orbit assembly is an enabling technology that will allow large space structures to be built in-situ, using smaller building block modules. However, robotic… ▽ More

    Submitted 16 July, 2023; v1 submitted 3 January, 2023; originally announced January 2023.

  28. Runtime Analysis for the NSGA-II: Proving, Quantifying, and Explaining the Inefficiency For Many Objectives

    Authors: Weijie Zheng, Benjamin Doerr

    Abstract: The NSGA-II is one of the most prominent algorithms to solve multi-objective optimization problems. Despite numerous successful applications, several studies have shown that the NSGA-II is less effective for larger numbers of objectives. In this work, we use mathematical runtime analyses to rigorously demonstrate and quantify this phenomenon. We show that even on the simple $m$-objective generaliz… ▽ More

    Submitted 26 September, 2023; v1 submitted 23 November, 2022; originally announced November 2022.

    Comments: Accepted for publication in "IEEE Transactions on Evolutionary Computation"

  29. A Mathematical Runtime Analysis of the Non-dominated Sorting Genetic Algorithm III (NSGA-III)

    Authors: Simon Wietheger, Benjamin Doerr

    Abstract: The Non-dominated Sorting Genetic Algorithm II (NSGA-II) is the most prominent multi-objective evolutionary algorithm for real-world applications. While it performs evidently well on bi-objective optimization problems, empirical studies suggest that it is less effective when applied to problems with more than two objectives. A recent mathematical runtime analysis confirmed this observation by prov… ▽ More

    Submitted 12 June, 2023; v1 submitted 15 November, 2022; originally announced November 2022.

    Comments: Long version of a paper appearing at IJCAI 2023

    Journal ref: Proceedings of the Thirty-Second International Joint Conference on Artificial Intelligence, Main Track. Pages 5657-5665. 2023

  30. The $(1+(λ,λ))$ Global SEMO Algorithm

    Authors: Benjamin Doerr, Omar El Hadri, Adrien Pinard

    Abstract: The $(1+(λ,λ))$ genetic algorithm is a recently proposed single-objective evolutionary algorithm with several interesting properties. We show that its main working principle, mutation with a high rate and crossover as repair mechanism, can be transported also to multi-objective evolutionary computation. We define the $(1+(λ,λ))$ global SEMO algorithm, a variant of the classic global SEMO algorithm… ▽ More

    Submitted 7 October, 2022; originally announced October 2022.

    Comments: Author generated version of a paper at GECCO 2022

    Journal ref: The (1 + (λ, λ)) global SEMO algorithm. GECCO 2022: 520-528. ACM

  31. arXiv:2209.13974  [pdf, other

    cs.NE cs.AI cs.DS

    From Understanding the Population Dynamics of the NSGA-II to the First Proven Lower Bounds

    Authors: Benjamin Doerr, Zhongdi Qu

    Abstract: Due to the more complicated population dynamics of the NSGA-II, none of the existing runtime guarantees for this algorithm is accompanied by a non-trivial lower bound. Via a first mathematical understanding of the population dynamics of the NSGA-II, that is, by estimating the expected number of individuals having a certain objective value, we prove that the NSGA-II with suitable population size ne… ▽ More

    Submitted 10 March, 2023; v1 submitted 28 September, 2022; originally announced September 2022.

    Comments: Extended version of a paper that appears in the proceedings of AAAI 2023

  32. arXiv:2208.08759  [pdf, other

    cs.NE cs.AI cs.DS

    Runtime Analysis for the NSGA-II: Provable Speed-Ups From Crossover

    Authors: Benjamin Doerr, Zhongdi Qu

    Abstract: Very recently, the first mathematical runtime analyses for the NSGA-II, the most common multi-objective evolutionary algorithm, have been conducted. Continuing this research direction, we prove that the NSGA-II optimizes the OneJumpZeroJump benchmark asymptotically faster when crossover is employed. Together with a parallel independent work by Dang, Opris, Salehi, and Sudholt, this is the first ti… ▽ More

    Submitted 15 March, 2023; v1 submitted 18 August, 2022; originally announced August 2022.

    Comments: Extended version of a paper that appears in the proceedings of AAAI 2023

  33. arXiv:2207.04674  [pdf, other

    cs.CL

    CAMS: An Annotated Corpus for Causal Analysis of Mental Health Issues in Social Media Posts

    Authors: Muskan Garg, Chandni Saxena, Veena Krishnan, Ruchi Joshi, Sriparna Saha, Vijay Mago, Bonnie J Dorr

    Abstract: Research community has witnessed substantial growth in the detection of mental health issues and their associated reasons from analysis of social media. We introduce a new dataset for Causal Analysis of Mental health issues in Social media posts (CAMS). Our contributions for causal analysis are two-fold: causal interpretation and causal categorization. We introduce an annotation schema for this ta… ▽ More

    Submitted 11 July, 2022; originally announced July 2022.

    Comments: 10 pages

    Report number: 6387--6396

    Journal ref: Proceedings of the Thirteenth Language Resources and Evaluation Conference, LREC 2022

  34. Runtime Analysis for Permutation-based Evolutionary Algorithms

    Authors: Benjamin Doerr, Yassine Ghannane, Marouane Ibn Brahim

    Abstract: While the theoretical analysis of evolutionary algorithms (EAs) has made significant progress for pseudo-Boolean optimization problems in the last 25 years, only sporadic theoretical results exist on how EAs solve permutation-based problems. To overcome the lack of permutation-based benchmark problems, we propose a general way to transfer the classic pseudo-Boolean benchmarks into benchmarks def… ▽ More

    Submitted 20 April, 2024; v1 submitted 5 July, 2022; originally announced July 2022.

    Comments: Journal version of our paper at GECCO 2022, appeared in Algorithmica. 52 pages. arXiv admin note: substantial text overlap with arXiv:2204.07637

    Journal ref: Algorithmica 86(1): 90-129 (2024)

  35. General Univariate Estimation-of-Distribution Algorithms

    Authors: Benjamin Doerr, Marc Dufay

    Abstract: We propose a general formulation of a univariate estimation-of-distribution algorithm (EDA). It naturally incorporates the three classic univariate EDAs \emph{compact genetic algorithm}, \emph{univariate marginal distribution algorithm} and \emph{population-based incremental learning} as well as the \emph{max-min ant system} with iteration-best update. Our unified description of the existing algor… ▽ More

    Submitted 6 October, 2022; v1 submitted 22 June, 2022; originally announced June 2022.

    Comments: Conference version with missing proofs in the appendix

    Journal ref: General Univariate Estimation-of-Distribution Algorithms. PPSN (2) 2022: 470-484

  36. arXiv:2206.09090  [pdf, ps, other

    cs.NE cs.AI

    From Understanding Genetic Drift to a Smart-Restart Mechanism for Estimation-of-Distribution Algorithms

    Authors: Weijie Zheng, Benjamin Doerr

    Abstract: Estimation-of-distribution algorithms (EDAs) are optimization algorithms that learn a distribution on the search space from which good solutions can be sampled easily. A key parameter of most EDAs is the sample size (population size). If the population size is too small, the update of the probabilistic model builds on few samples, leading to the undesired effect of genetic drift. Too large populat… ▽ More

    Submitted 3 November, 2023; v1 submitted 17 June, 2022; originally announced June 2022.

    Comments: Extended version of our GECCO 2020 paper. This article supersedes arXiv:2004.07141

    Journal ref: Journal of Machine Learning Research 24 (2023) 1-40

  37. Automated Algorithm Selection for Radar Network Configuration

    Authors: Quentin Renau, Johann Dreo, Alain Peres, Yann Semet, Carola Doerr, Benjamin Doerr

    Abstract: The configuration of radar networks is a complex problem that is often performed manually by experts with the help of a simulator. Different numbers and types of radars as well as different locations that the radars shall cover give rise to different instances of the radar configuration problem. The exact modeling of these instances is complex, as the quality of the configurations depends on a lar… ▽ More

    Submitted 22 April, 2023; v1 submitted 7 May, 2022; originally announced May 2022.

    Comments: Author-generated version of a paper in the proceedings of The Genetic and Evolutionary Computation Conference 2022 (GECCO 2022)

    Journal ref: Automated algorithm selection for radar network configuration. GECCO 2022: 1263-1271

  38. arXiv:2204.13750  [pdf, ps, other

    cs.NE cs.AI cs.DS math.OC

    A First Runtime Analysis of the NSGA-II on a Multimodal Problem

    Authors: Benjamin Doerr, Zhongdi Qu

    Abstract: Very recently, the first mathematical runtime analyses of the multi-objective evolutionary optimizer NSGA-II have been conducted. We continue this line of research with a first runtime analysis of this algorithm on a benchmark problem consisting of two multimodal objectives. We prove that if the population size $N$ is at least four times the size of the Pareto front, then the NSGA-II with four dif… ▽ More

    Submitted 4 January, 2024; v1 submitted 28 April, 2022; originally announced April 2022.

    Comments: Appeared in the Transactions on Evolutionary Computation. Extends a paper that appeared in the Proceedings of PPSN 2022

    Journal ref: IEEE Transactions on Evolutionary Computation 27(5): 1288-1297 (2023)

  39. Towards a Stronger Theory for Permutation-based Evolutionary Algorithms

    Authors: Benjamin Doerr, Yassine Ghannane, Marouane Ibn Brahim

    Abstract: While the theoretical analysis of evolutionary algorithms (EAs) has made significant progress for pseudo-Boolean optimization problems in the last 25 years, only sporadic theoretical results exist on how EAs solve permutation-based problems. To overcome the lack of permutation-based benchmark problems, we propose a general way to transfer the classic pseudo-Boolean benchmarks into benchmarks def… ▽ More

    Submitted 6 October, 2022; v1 submitted 15 April, 2022; originally announced April 2022.

    Comments: Conference version with an appendix containing the proofs omitted for reasons of space

    Journal ref: GECCO 2022: 1390-1398

  40. Simulated Annealing is a Polynomial-Time Approximation Scheme for the Minimum Spanning Tree Problem

    Authors: Benjamin Doerr, Amirhossein Rajabi, Carsten Witt

    Abstract: We prove that Simulated Annealing with an appropriate cooling schedule computes arbitrarily tight constant-factor approximations to the minimum spanning tree problem in polynomial time. This result was conjectured by Wegener (2005). More precisely, denoting by $n, m, w_{\max}$, and $w_{\min}$ the number of vertices and edges as well as the maximum and minimum edge weight of the MST instance, we pr… ▽ More

    Submitted 22 July, 2023; v1 submitted 5 April, 2022; originally announced April 2022.

    Comments: 19 pages. Extended version of a paper at GECCO 2022. This version is accepted for publication in Algorithmica

    Journal ref: Simulated annealing is a polynomial-time approximation scheme for the minimum spanning tree problem. Algorithmica. 2023

  41. arXiv:2203.10659  [pdf, other

    cs.CL cs.AI

    From Stance to Concern: Adaptation of Propositional Analysis to New Tasks and Domains

    Authors: Brodie Mather, Bonnie J Dorr, Adam Dalton, William de Beaumont, Owen Rambow, Sonja M. Schmer-Galunder

    Abstract: We present a generalized paradigm for adaptation of propositional analysis (predicate-argument pairs) to new tasks and domains. We leverage an analogy between stances (belief-driven sentiment) and concerns (topical issues with moral dimensions/endorsements) to produce an explanatory representation. A key contribution is the combination of semi-automatic resource building for extraction of domain-d… ▽ More

    Submitted 20 March, 2022; originally announced March 2022.

    Comments: Accepted to Findings of the Association for Computational Linguistics, 2022

    MSC Class: 68T50 ACM Class: I.2.7

  42. arXiv:2203.02693  [pdf, ps, other

    cs.NE cs.AI

    Approximation Guarantees for the Non-Dominated Sorting Genetic Algorithm II (NSGA-II)

    Authors: Weijie Zheng, Benjamin Doerr

    Abstract: Recent theoretical works have shown that the NSGA-II efficiently computes the full Pareto front when the population size is large enough. In this work, we study how well it approximates the Pareto front when the population size is smaller. For the OneMinMax benchmark, we point out situations in which the parents and offspring cover well the Pareto front, but the next population has large gaps on… ▽ More

    Submitted 1 October, 2023; v1 submitted 5 March, 2022; originally announced March 2022.

    Comments: Extended version of our GECCO 2022 paper

  43. Stagnation Detection Meets Fast Mutation

    Authors: Benjamin Doerr, Amirhossein Rajabi

    Abstract: Two mechanisms have recently been proposed that can significantly speed up finding distant improving solutions via mutation, namely using a random mutation rate drawn from a heavy-tailed distribution ("fast mutation", Doerr et al. (2017)) and increasing the mutation strength based on stagnation detection (Rajabi and Witt (2020)). Whereas the latter can obtain the asymptotically best probability of… ▽ More

    Submitted 3 May, 2022; v1 submitted 28 January, 2022; originally announced January 2022.

    Comments: 28 pages. Full version of a paper appearing at EvoCOP 2022

    Journal ref: Theoretical Computer Science 946: 113670 (2023)

  44. Mathematical Runtime Analysis for the Non-Dominated Sorting Genetic Algorithm II (NSGA-II)

    Authors: Weijie Zheng, Benjamin Doerr

    Abstract: The non-dominated sorting genetic algorithm II (NSGA-II) is the most intensively used multi-objective evolutionary algorithm (MOEA) in real-world applications. However, in contrast to several simple MOEAs analyzed also via mathematical means, no such study exists for the NSGA-II so far. In this work, we show that mathematical runtime analyses are feasible also for the NSGA-II. As particular result… ▽ More

    Submitted 10 October, 2023; v1 submitted 15 December, 2021; originally announced December 2021.

    Comments: Journal version of the paper "Weijie Zheng, Yufei Liu, Benjamin Doerr: A First Mathematical Runtime Analysis of the Non-Dominated Sorting Genetic Algorithm II (NSGA-II). AAAI 2022. arXiv:2112.08581v3"

    Journal ref: Artificial Intelligence 325 (2023), 104016

  45. Choosing the Right Algorithm With Hints From Complexity Theory

    Authors: Shouda Wang, Weijie Zheng, Benjamin Doerr

    Abstract: Choosing a suitable algorithm from the myriads of different search heuristics is difficult when faced with a novel optimization problem. In this work, we argue that the purely academic question of what could be the best possible algorithm in a certain broad class of black-box optimizers can give fruitful indications in which direction to search for good established optimization heuristics. We demo… ▽ More

    Submitted 26 November, 2023; v1 submitted 14 September, 2021; originally announced September 2021.

    Comments: 1 Figure. Journal version of a paper appearing at IJCAI 2021

    Journal ref: Information and Computation 296, 105125, 2024

  46. An Extended Jump Functions Benchmark for the Analysis of Randomized Search Heuristics

    Authors: Henry Bambury, Antoine Bultel, Benjamin Doerr

    Abstract: Jump functions are the {most-studied} non-unimodal benchmark in the theory of randomized search heuristics, in particular, evolutionary algorithms (EAs). They have significantly improved our understanding of how EAs escape from local optima. However, their particular structure -- to leave the local optimum one can only jump directly to the global optimum -- raises the question of how representativ… ▽ More

    Submitted 28 April, 2022; v1 submitted 7 May, 2021; originally announced May 2021.

    Comments: Extended version of a paper that appeared in the proceedings of GECCO 2021. To appear in Algorithmica

  47. arXiv:2104.10799  [pdf, ps, other

    math.PR cs.DM math.NA

    On Negative Dependence Properties of Latin Hypercube Samples and Scrambled Nets

    Authors: Benjamin Doerr, Michael Gnewuch

    Abstract: We study the notion of $γ$-negative dependence of random variables. This notion is a relaxation of the notion of negative orthant dependence (which corresponds to $1$-negative dependence), but nevertheless it still ensures concentration of measure and allows to use large deviation bounds of Chernoff-Hoeffding- or Bernstein-type. We study random variables based on random points $P$. These random va… ▽ More

    Submitted 28 June, 2021; v1 submitted 21 April, 2021; originally announced April 2021.

    Journal ref: Journal of Complexity, Vol. 67 (2021), 101589

  48. Lazy Parameter Tuning and Control: Choosing All Parameters Randomly From a Power-Law Distribution

    Authors: Denis Antipov, Maxim Buzdalov, Benjamin Doerr

    Abstract: Most evolutionary algorithms have multiple parameters and their values drastically affect the performance. Due to the often complicated interplay of the parameters, setting these values right for a particular problem (parameter tuning) is a challenging task. This task becomes even more complicated when the optimal parameter values change significantly during the run of the algorithm since then a d… ▽ More

    Submitted 10 March, 2023; v1 submitted 14 April, 2021; originally announced April 2021.

    Comments: Extended version of the paper that appeared at GECCO 2021. To appear in Algorithmica

  49. Lower Bounds from Fitness Levels Made Easy

    Authors: Benjamin Doerr, Timo Kötzing

    Abstract: One of the first and easy to use techniques for proving run time bounds for evolutionary algorithms is the so-called method of fitness levels by Wegener. It uses a partition of the search space into a sequence of levels which are traversed by the algorithm in increasing order, possibly skip** levels. An easy, but often strong upper bound for the run time can then be derived by adding the recipro… ▽ More

    Submitted 28 April, 2021; v1 submitted 7 April, 2021; originally announced April 2021.

    Comments: Extended version of a paper appearing in the proceedings of GECCO 2021

  50. arXiv:2103.15712  [pdf, ps, other

    math.NA cs.CG cs.DM

    A Sharp Discrepancy Bound for Jittered Sampling

    Authors: Benjamin Doerr

    Abstract: For $m, d \in {\mathbb N}$, a jittered sampling point set $P$ having $N = m^d$ points in $[0,1)^d$ is constructed by partitioning the unit cube $[0,1)^d$ into $m^d$ axis-aligned cubes of equal size and then placing one point independently and uniformly at random in each cube. We show that there are constants $c \ge 0$ and $C$ such that for all $d$ and all $m \ge d$ the expected non-normalized star… ▽ More

    Submitted 28 December, 2021; v1 submitted 29 March, 2021; originally announced March 2021.

    Journal ref: Math. Comp. 91 (2022), 1871-1892