Skip to main content

Showing 1–32 of 32 results for author: Spector, L

.
  1. arXiv:2406.15976  [pdf, other

    cs.NE

    Effective Adaptive Mutation Rates for Program Synthesis

    Authors: Andrew Ni, Lee Spector

    Abstract: The problem-solving performance of many evolutionary algorithms, including genetic programming systems used for program synthesis, depends on the values of hyperparameters including mutation rates. The mutation method used to produce some of the best results to date on software synthesis benchmark problems, Uniform Mutation by Addition and Deletion (UMAD), adds new genes into a genome at a predete… ▽ More

    Submitted 22 June, 2024; originally announced June 2024.

    Comments: 12 pages, 4 figures. Accepted at GECCO'24

  2. arXiv:2406.15599  [pdf, other

    cs.LG cs.AI

    Pareto-Optimal Learning from Preferences with Hidden Context

    Authors: Ryan Boldi, Li Ding, Lee Spector, Scott Niekum

    Abstract: Ensuring AI models align with human values is essential for their safety and functionality. Reinforcement learning from human feedback (RLHF) uses human preferences to achieve this alignment. However, preferences sourced from diverse populations can result in point estimates of human values that may be sub-optimal or unfair to specific groups. We propose Pareto Optimal Preference Learning (POPL),… ▽ More

    Submitted 21 June, 2024; originally announced June 2024.

  3. arXiv:2404.12750  [pdf, other

    cs.NE

    Leveraging Symbolic Regression for Heuristic Design in the Traveling Thief Problem

    Authors: Andrew Ni, Lee Spector

    Abstract: The Traveling Thief Problem is an NP-hard combination of the well known traveling salesman and knapsack packing problems. In this paper, we use symbolic regression to learn useful features of near-optimal packing plans, which we then use to design efficient metaheuristic genetic algorithms for the traveling thief algorithm. By using symbolic regression again to initialize the metaheuristic GA with… ▽ More

    Submitted 19 April, 2024; originally announced April 2024.

    Comments: 23 pages

  4. arXiv:2401.12424  [pdf, other

    cs.NE cs.LG

    DALex: Lexicase-like Selection via Diverse Aggregation

    Authors: Andrew Ni, Li Ding, Lee Spector

    Abstract: Lexicase selection has been shown to provide advantages over other selection algorithms in several areas of evolutionary computation and machine learning. In its standard form, lexicase selection filters a population or other collection based on randomly ordered training cases that are considered one at a time. This iterated filtering process can be time-consuming, particularly in settings with la… ▽ More

    Submitted 8 February, 2024; v1 submitted 22 January, 2024; originally announced January 2024.

    Comments: 15 pages, 4 figures. Accepted at EuroGP'24

  5. arXiv:2312.12606  [pdf, other

    cs.LG cs.CV cs.NE

    Optimizing Neural Networks with Gradient Lexicase Selection

    Authors: Li Ding, Lee Spector

    Abstract: One potential drawback of using aggregated performance measurement in machine learning is that models may learn to accept higher errors on some training cases as compromises for lower errors on others, with the lower errors actually being instances of overfitting. This can lead to both stagnation at local optima and poor generalization. Lexicase selection is an uncompromising method developed in e… ▽ More

    Submitted 19 December, 2023; originally announced December 2023.

    Comments: ICLR 2022

    Journal ref: International Conference on Learning Representations (2022)

  6. arXiv:2311.02283  [pdf, other

    cs.NE

    Objectives Are All You Need: Solving Deceptive Problems Without Explicit Diversity Maintenance

    Authors: Ryan Boldi, Li Ding, Lee Spector

    Abstract: Navigating deceptive domains has often been a challenge in machine learning due to search algorithms getting stuck at sub-optimal local optima. Many algorithms have been proposed to navigate these domains by explicitly maintaining diversity or equivalently promoting exploration, such as Novelty Search or other so-called Quality Diversity algorithms. In this paper, we present an approach with promi… ▽ More

    Submitted 3 November, 2023; originally announced November 2023.

    Comments: Published at the Workshop on Agent Learning in Open-Endedness (ALOE) at NeurIPS 2023

  7. arXiv:2310.12103  [pdf, other

    cs.AI cs.NE

    Quality Diversity through Human Feedback: Towards Open-Ended Diversity-Driven Optimization

    Authors: Li Ding, Jenny Zhang, Jeff Clune, Lee Spector, Joel Lehman

    Abstract: Reinforcement Learning from Human Feedback (RLHF) has shown potential in qualitative tasks where easily defined performance measures are lacking. However, there are drawbacks when RLHF is commonly used to optimize for average human preferences, especially in generative tasks that demand diverse model responses. Meanwhile, Quality Diversity (QD) algorithms excel at identifying diverse and high-qual… ▽ More

    Submitted 4 June, 2024; v1 submitted 18 October, 2023; originally announced October 2023.

    Comments: ICML 2024

  8. arXiv:2309.10082  [pdf, other

    cs.ET

    Constructor algorithms for building unconventional computers able to solve NP-complete problems

    Authors: Tony McCaffrey, Thomas E. Gorochowski, Lee Spector

    Abstract: Nature often builds physical structures tailored for specific information processing tasks with computations encoded using diverse phenomena. These can sometimes outperform typical general-purpose computers. However, describing the construction and function of these unconventional computers is often challenging. Here, we address this by introducing constructor algorithms in the context of a roboti… ▽ More

    Submitted 18 September, 2023; originally announced September 2023.

    Comments: 14 pages, 4 figures

    MSC Class: F.1; J.3

  9. arXiv:2306.06812  [pdf, other

    cs.NE cs.AI cs.LG

    Particularity

    Authors: Lee Spector, Li Ding, Ryan Boldi

    Abstract: We describe a design principle for adaptive systems under which adaptation is driven by particular challenges that the environment poses, as opposed to average or otherwise aggregated measures of performance over many challenges. We trace the development of this "particularity" approach from the use of lexicase selection in genetic programming to "particularist" approaches to other forms of machin… ▽ More

    Submitted 11 June, 2023; originally announced June 2023.

    Comments: Genetic Programming Theory and Practice XX

    ACM Class: I.2.2; I.2.6

  10. Probabilistic Lexicase Selection

    Authors: Li Ding, Edward Pantridge, Lee Spector

    Abstract: Lexicase selection is a widely used parent selection algorithm in genetic programming, known for its success in various task domains such as program synthesis, symbolic regression, and machine learning. Due to its non-parametric and recursive nature, calculating the probability of each individual being selected by lexicase selection has been proven to be an NP-hard problem, which discourages deepe… ▽ More

    Submitted 19 May, 2023; originally announced May 2023.

    Comments: GECCO 2023

  11. arXiv:2305.07767  [pdf, ps, other

    cs.NE

    Can the Problem-Solving Benefits of Quality Diversity Be Obtained Without Explicit Diversity Maintenance?

    Authors: Ryan Boldi, Lee Spector

    Abstract: When using Quality Diversity (QD) optimization to solve hard exploration or deceptive search problems, we assume that diversity is extrinsically valuable. This means that diversity is important to help us reach an objective, but is not an objective in itself. Often, in these domains, practitioners benchmark their QD algorithms against single objective optimization frameworks. In this paper, we arg… ▽ More

    Submitted 12 May, 2023; originally announced May 2023.

    Comments: GECCO 2023 Workshop on Quality Diversity Algorithm Benchmarks

  12. arXiv:2304.07089  [pdf, ps, other

    cs.NE

    Analyzing the Interaction Between Down-Sampling and Selection

    Authors: Ryan Boldi, Ashley Bao, Martin Briesch, Thomas Helmuth, Dominik Sobania, Lee Spector, Alexander Lale**i

    Abstract: Genetic programming systems often use large training sets to evaluate the quality of candidate solutions for selection. However, evaluating populations on large training sets can be computationally expensive. Down-sampling training sets has long been used to decrease the computational cost of evaluation in a wide range of application domains. Indeed, recent studies have shown that both random and… ▽ More

    Submitted 14 April, 2023; originally announced April 2023.

    Comments: 9 pages

  13. A Static Analysis of Informed Down-Samples

    Authors: Ryan Boldi, Alexander Lale**i, Thomas Helmuth, Lee Spector

    Abstract: We present an analysis of the loss of population-level test coverage induced by different down-sampling strategies when combined with lexicase selection. We study recorded populations from the first generation of genetic programming runs, as well as entirely synthetic populations. Our findings verify the hypothesis that informed down-sampling better maintains population-level test coverage when co… ▽ More

    Submitted 16 April, 2023; v1 submitted 4 April, 2023; originally announced April 2023.

    Comments: Accepted to the Genetic and Evolutionary Computation Conference 2023

  14. arXiv:2301.01488  [pdf, other

    cs.NE

    Informed Down-Sampled Lexicase Selection: Identifying productive training cases for efficient problem solving

    Authors: Ryan Boldi, Martin Briesch, Dominik Sobania, Alexander Lale**i, Thomas Helmuth, Franz Rothlauf, Charles Ofria, Lee Spector

    Abstract: Genetic Programming (GP) often uses large training sets and requires all individuals to be evaluated on all training cases during selection. Random down-sampled lexicase selection evaluates individuals on only a random subset of the training cases allowing for more individuals to be explored with the same amount of program executions. However, creating a down-sample randomly might exclude importan… ▽ More

    Submitted 22 February, 2024; v1 submitted 4 January, 2023; originally announced January 2023.

    Comments: Accepted for Publication in the Evolutionary Computation Journal by MIT Press

  15. arXiv:2208.11167  [pdf, other

    cs.NE quant-ph

    Evolutionary Quantum Architecture Search for Parametrized Quantum Circuits

    Authors: Li Ding, Lee Spector

    Abstract: Recent advancements in quantum computing have shown promising computational advantages in many problem areas. As one of those areas with increasing attention, hybrid quantum-classical machine learning systems have demonstrated the capability to solve various data-driven learning tasks. Recent works show that parameterized quantum circuits (PQCs) can be used to solve challenging reinforcement learn… ▽ More

    Submitted 23 August, 2022; originally announced August 2022.

    Journal ref: Proceedings of the 2022 Genetic and Evolutionary Computation Conference Companion (pp. 2190-2195)

  16. Lexicase Selection at Scale

    Authors: Li Ding, Ryan Boldi, Thomas Helmuth, Lee Spector

    Abstract: Lexicase selection is a semantic-aware parent selection method, which assesses individual test cases in a randomly-shuffled data stream. It has demonstrated success in multiple research areas including genetic programming, genetic algorithms, and more recently symbolic regression and deep learning. One potential drawback of lexicase selection and its variants is that the selection procedure requir… ▽ More

    Submitted 22 August, 2022; originally announced August 2022.

    Journal ref: Proceedings of the 2022 Genetic and Evolutionary Computation Conference Companion (pp. 2054-2062)

  17. arXiv:2206.04561  [pdf, ps, other

    cs.AI cs.NE cs.PL

    Functional Code Building Genetic Programming

    Authors: Edward Pantridge, Thomas Helmuth, Lee Spector

    Abstract: General program synthesis has become an important application area for genetic programming (GP), and for artificial intelligence more generally. Code Building Genetic Programming (CBGP) is a recently introduced GP method for general program synthesis that leverages reflection and first class specifications to support the evolution of programs that may use arbitrary data types, polymorphism, and fu… ▽ More

    Submitted 9 June, 2022; originally announced June 2022.

  18. arXiv:2205.15931  [pdf, ps, other

    cs.NE

    The Environmental Discontinuity Hypothesis for Down-Sampled Lexicase Selection

    Authors: Ryan Boldi, Thomas Helmuth, Lee Spector

    Abstract: Down-sampling training data has long been shown to improve the generalization performance of a wide range of machine learning systems. Recently, down-sampling has proved effective in genetic programming (GP) runs that utilize the lexicase parent selection technique. Although this down-sampling procedure has been shown to significantly improve performance across a variety of problems, it does not s… ▽ More

    Submitted 31 May, 2022; originally announced May 2022.

    Comments: Accepted to The 2022 Conference on Artificial Life - Why it Didn't Work-Shop. 10 pages

  19. Evolving Neural Selection with Adaptive Regularization

    Authors: Li Ding, Lee Spector

    Abstract: Over-parameterization is one of the inherent characteristics of modern deep neural networks, which can often be overcome by leveraging regularization methods, such as Dropout. Usually, these methods are applied globally and all the input cases are treated equally. However, given the natural variation of the input space for real-world tasks such as image recognition and natural language understandi… ▽ More

    Submitted 4 April, 2022; originally announced April 2022.

    Journal ref: Proceedings of the Genetic and Evolutionary Computation Conference Companion (pp. 1717-1725). 2021

  20. arXiv:2106.06085  [pdf, ps, other

    cs.NE cs.AI

    Problem-solving benefits of down-sampled lexicase selection

    Authors: Thomas Helmuth, Lee Spector

    Abstract: In genetic programming, an evolutionary method for producing computer programs that solve specified computational problems, parent selection is ordinarily based on aggregate measures of performance across an entire training set. Lexicase selection, by contrast, selects on the basis of performance on random sequences of training cases; this has been shown to enhance problem-solving power in many ci… ▽ More

    Submitted 10 June, 2021; originally announced June 2021.

    Comments: to be published in Artificial Life Journal

  21. arXiv:2008.03649  [pdf, other

    cs.PL cs.NE cs.SE

    Code Building Genetic Programming

    Authors: Edward Pantridge, Lee Spector

    Abstract: In recent years the field of genetic programming has made significant advances towards automatic programming. Research and development of contemporary program synthesis methods, such as PushGP and Grammar Guided Genetic Programming, can produce programs that solve problems typically assigned in introductory academic settings. These problems focus on a narrow, predetermined set of simple data struc… ▽ More

    Submitted 9 August, 2020; originally announced August 2020.

    Comments: Proceedings of the 2020 Genetic and Evolutionary Computation Conference, Genetic Programming Track

  22. Lexicase selection in Learning Classifier Systems

    Authors: Sneha Aenugu, Lee Spector

    Abstract: The lexicase parent selection method selects parents by considering performance on individual data points in random order instead of using a fitness function based on an aggregated data accuracy. While the method has demonstrated promise in genetic programming and more recently in genetic algorithms, its applications in other forms of evolutionary machine learning have not been explored. In this p… ▽ More

    Submitted 10 July, 2019; originally announced July 2019.

    Comments: Genetic and Evolutionary Computation Conference, 2019

  23. Epsilon-Lexicase Selection for Regression

    Authors: William La Cava, Lee Spector, Kourosh Danai

    Abstract: Lexicase selection is a parent selection method that considers test cases separately, rather than in aggregate, when performing parent selection. It performs well in discrete error spaces but not on the continuous-valued problems that compose most system identification tasks. In this paper, we develop a new form of lexicase selection for symbolic regression, named epsilon-lexicase selection, that… ▽ More

    Submitted 30 May, 2019; originally announced May 2019.

    Comments: 9 pages, 9 figures. Presented at GECCO '16. Includes correction

  24. Lexicase Selection of Specialists

    Authors: Thomas Helmuth, Edward Pantridge, Lee Spector

    Abstract: Lexicase parent selection filters the population by considering one random training case at a time, eliminating any individuals with errors for the current case that are worse than the best error in the selection pool, until a single individual remains. This process often stops before considering all training cases, meaning that it will ignore the error values on any cases that were not yet consid… ▽ More

    Submitted 2 January, 2020; v1 submitted 22 May, 2019; originally announced May 2019.

  25. arXiv:1709.05394  [pdf, other

    cs.NE

    A probabilistic and multi-objective analysis of lexicase selection and epsilon-lexicase selection

    Authors: William La Cava, Thomas Helmuth, Lee Spector, Jason H. Moore

    Abstract: Lexicase selection is a parent selection method that considers training cases individually, rather than in aggregate, when performing parent selection. Whereas previous work has demonstrated the ability of lexicase selection to solve difficult problems in program synthesis and symbolic regression, the central goal of this paper is to develop the theoretical underpinnings that explain its performan… ▽ More

    Submitted 29 April, 2018; v1 submitted 15 September, 2017; originally announced September 2017.

    Comments: 30 pages, 8 figures. To appear in Evolutionary Computation Journal

  26. arXiv:1508.00684  [pdf, ps, other

    q-bio.QM

    Group Size Effect on the Success of Wolves Hunting

    Authors: Ramon Escobedo, Denys Dutykh, Cristina Muro, Lee Spector, Raymond Cop**er

    Abstract: Social foraging shows unexpected features such as the existence of a group size threshold to accomplish a successful hunt. Above this threshold, additional individuals do not increase the probability of capturing the prey. Recent direct observations of wolves in Yellowstone Park show that the group size threshold when hunting its most formidable prey, bison, is nearly three times greater than when… ▽ More

    Submitted 4 August, 2015; originally announced August 2015.

    Comments: 20 pages, 4 figures, 8 references. Other author's papers can be downloaded at http://www.denys-dutykh.com/

  27. arXiv:1308.3733  [pdf, other

    physics.atom-ph physics.chem-ph

    Multiple orbital contributions to molecular high-harmonic generation in an asymmetric top

    Authors: Limor S. Spector, Shungo Miyabe, Alvaro Magana, Simon Petretti, Piero Decleva, Todd Martinez, Alejandro Saenz, Markus Guehr, Philip H. Bucksbaum

    Abstract: High-order harmonic generation (HHG) in aligned linear molecules can offer valuable information about strong-field interactions in lower-lying molecular orbitals, but extracting this information is difficult for three-dimensional molecular geometries. Our measurements of the asymmetric top SO2 show large axis dependencies, which change with harmonic order. The analysis shows that these spectral fe… ▽ More

    Submitted 16 August, 2013; originally announced August 2013.

    Comments: Main text and supplemental material

  28. arXiv:1301.3104  [pdf

    physics.chem-ph

    Delayed Ultrafast X-ray Auger Probing (DUXAP) of Nucleobase Ultraviolet Photoprotection

    Authors: B. K. McFarland, J. P. Farrell, S. Miyabe, F. Tarantelli, A. Aguilar, N. Berrah, C. Bostedt, J. Bozek, P. H. Bucksbaum, J. C. Castagna, R. Coffee, J. Cryan, L. Fang, R. Feifel, K. Gaffney, J. Glownia, T. Martinez, M. Mucke, B. Murphy, A. Natan, T. Osipov, V . Petrovic, S. Schorb, Th. Schultz, L. Spector , et al. (6 additional authors not shown)

    Abstract: We present a new method for ultrafast spectroscopy of molecular photoexcited dynamics. The technique uses a pair of femtosecond pulses: a photoexcitation pulse initiating excited state dynamics followed by a soft x-ray (SXR) probe pulse that core ionizes certain atoms inside the molecule. We observe the Auger decay of the core hole as a function of delay between the photoexcitation and SXR pulses.… ▽ More

    Submitted 14 January, 2013; originally announced January 2013.

  29. arXiv:1207.2517  [pdf, other

    physics.atom-ph

    Orientational decomposition of molecular high harmonic emission in three dimensions

    Authors: Limor S. Spector, Maxim Artamonov, Shungo Miyabe, Todd Martinez, Tamar Seideman, Markus Guehr, Philip H. Bucksbaum

    Abstract: An important goal in molecular physics and chemistry today is to obtain structure-dependent information about molecular function to obtain a deeper understanding into chemical reactions. However, until now, asymmetric tops, which comprise the widest and most general class of molecules, remain principally unexplored. This gap is particularly evident in high harmonic generation (HHG). HHG has succes… ▽ More

    Submitted 18 January, 2013; v1 submitted 10 July, 2012; originally announced July 2012.

    Comments: Main text and supplementary information

    Journal ref: Nat, Communications 5, 3190 (2014)

  30. Strong field ionization to multiple electronic states in water

    Authors: Joe P. Farrell, Simon Petretti, Johann Förster, Brian K. McFarland, Limor S. Spector, Yulian V. Vanne, Piero Decleva, Philip H. Bucksbaum, Alejandro Saenz, Markus Gühr

    Abstract: High harmonic spectra show that laser-induced strong field ionization of water has a significant contribution from an inner-valence orbital. Our experiment uses the ratio of H2O and D2O high harmonic yields to isolate the characteristic nuclear motion of the molecular ionic states. The nuclear motion initiated via ionization of the highest occupied molecular orbital (HOMO) is small and is expected… ▽ More

    Submitted 22 March, 2011; originally announced March 2011.

  31. arXiv:1011.1297  [pdf, other

    physics.atom-ph physics.optics

    Influence of Phase Matching on the Cooper Minimum in Ar High Harmonic Spectra

    Authors: J. P. Farrell, L. S. Spector, B. K. McFarland, P. H. Bucksbaum, M. Gühr, M. B. Gaarde, K. J. Schafer

    Abstract: We study the influence of phase matching on interference minima in high harmonic spectra. We concentrate on structures in atoms due to interference of different angular momentum channels during recombination. We use the Cooper minimum (CM) in argon at 47 eV as a marker in the harmonic spectrum. We measure 2d harmonic spectra in argon as a function of wavelength and angular divergence. While we ide… ▽ More

    Submitted 4 November, 2010; originally announced November 2010.

    Journal ref: Phys. Rev. A 83, 023420 (2011)

  32. arXiv:quant-ph/9907056  [pdf, ps, other

    quant-ph

    A quantum circuit for OR

    Authors: Howard Barnum, Herbert J. Bernstein, Lee Spector

    Abstract: We give the first quantum circuit for computing $f(0)$ OR $f(1)$ more reliably than is classically possible with a single evaluation of the function. OR therefore joins XOR (i.e. parity, $f(0) \oplus f(1)$) to give the full set of logical connectives (up to relabeling of inputs and outputs) for which there is quantum speedup. The XOR algorithm is of fundamental importance in quantum computation;… ▽ More

    Submitted 8 October, 1999; v1 submitted 16 July, 1999; originally announced July 1999.

    Comments: 4 pages + 2 postscript figures. Version 3 restores the figures to Version 2, which changed the title, abstract, introduction and concluding paragraph, order of material, and emphasis from Version 1. No change in technical content