Skip to main content

Showing 1–10 of 10 results for author: Teytaud, F

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

    cs.NE cs.AI cs.LG

    Fairness in generative modeling

    Authors: Mariia Zameshina, Olivier Teytaud, Fabien Teytaud, Vlad Hosu, Nathanael Carraz, Laurent Najman, Markus Wagner

    Abstract: We design general-purpose algorithms for addressing fairness issues and mode collapse in generative modeling. More precisely, to design fair algorithms for as many sensitive variables as possible, including variables we might not be aware of, we assume no prior knowledge of sensitive variables: our algorithms use unsupervised fairness only, meaning no information related to the sensitive variables… ▽ More

    Submitted 6 October, 2022; originally announced October 2022.

    Journal ref: GECCO '22: Genetic and Evolutionary Computation Conference, Jul 2022, Boston Massachusetts, France. pp.320-323

  2. Improving Nevergrad's Algorithm Selection Wizard NGOpt through Automated Algorithm Configuration

    Authors: Risto Trajanov, Ana Nikolikj, Gjorg**a Cenikj, Fabien Teytaud, Mathurin Videau, Olivier Teytaud, Tome Eftimov, Manuel López-Ibáñez, Carola Doerr

    Abstract: Algorithm selection wizards are effective and versatile tools that automatically select an optimization algorithm given high-level information about the problem and available computational resources, such as number and type of decision variables, maximal number of evaluations, possibility to parallelize evaluations, etc. State-of-the-art algorithm selection wizards are complex and difficult to imp… ▽ More

    Submitted 9 September, 2022; originally announced September 2022.

    Comments: Proc. of PPSN 2022

  3. arXiv:2009.13311  [pdf, other

    cs.CV cs.LG

    EvolGAN: Evolutionary Generative Adversarial Networks

    Authors: Baptiste Roziere, Fabien Teytaud, Vlad Hosu, Hanhe Lin, Jeremy Rapin, Mariia Zameshina, Olivier Teytaud

    Abstract: We propose to use a quality estimator and evolutionary methods to search the latent space of generative adversarial networks trained on small, difficult datasets, or both. The new method leads to the generation of significantly higher quality images while preserving the original generator's diversity. Human raters preferred an image from the new version with frequency 83.7pc for Cats, 74pc for Fas… ▽ More

    Submitted 28 September, 2020; originally announced September 2020.

    Comments: accepted ACCV oral

  4. arXiv:2004.14014  [pdf, other

    cs.AI cs.NE

    Versatile Black-Box Optimization

    Authors: Jialin Liu, Antoine Moreau, Mike Preuss, Baptiste Roziere, Jeremy Rapin, Fabien Teytaud, Olivier Teytaud

    Abstract: Choosing automatically the right algorithm using problem descriptors is a classical component of combinatorial optimization. It is also a good tool for making evolutionary algorithms fast, robust and versatile. We present Shiwa, an algorithm good at both discrete and continuous, noisy and noise-free, sequential and parallel, black-box optimization. Our algorithm is experimentally compared to compe… ▽ More

    Submitted 29 April, 2020; originally announced April 2020.

    Comments: Accepted at GECCO 2020

  5. arXiv:2001.09832  [pdf, other

    cs.LG stat.ML

    Polygames: Improved Zero Learning

    Authors: Tristan Cazenave, Yen-Chi Chen, Guan-Wei Chen, Shi-Yu Chen, Xian-Dong Chiu, Julien Dehos, Maria Elsa, Qucheng Gong, Hengyuan Hu, Vasil Khalidov, Cheng-Ling Li, Hsin-I Lin, Yu-** Lin, Xavier Martinet, Vegard Mella, Jeremy Rapin, Baptiste Roziere, Gabriel Synnaeve, Fabien Teytaud, Olivier Teytaud, Shi-Cheng Ye, Yi-Jun Ye, Shi-Jim Yen, Sergey Zagoruyko

    Abstract: Since DeepMind's AlphaZero, Zero learning quickly became the state-of-the-art method for many board games. It can be improved using a fully convolutional structure (no fully connected layer). Using such an architecture plus global pooling, we can create bots independent of the board size. The training can be made more robust by kee** track of the best checkpoints during the training and by train… ▽ More

    Submitted 27 January, 2020; originally announced January 2020.

  6. arXiv:1910.08406  [pdf, other

    cs.LG stat.ML

    Fully Parallel Hyperparameter Search: Reshaped Space-Filling

    Authors: M. -L. Cauwet, C. Couprie, J. Dehos, P. Luc, J. Rapin, M. Riviere, F. Teytaud, O. Teytaud

    Abstract: Space-filling designs such as scrambled-Hammersley, Latin Hypercube Sampling and Jittered Sampling have been proposed for fully parallel hyperparameter search, and were shown to be more effective than random or grid search. In this paper, we show that these designs only improve over random search by a constant factor. In contrast, we introduce a new approach based on resha** the search distribut… ▽ More

    Submitted 20 January, 2020; v1 submitted 18 October, 2019; originally announced October 2019.

  7. arXiv:1904.01401  [pdf, other

    cs.LG stat.ML

    BCMA-ES: A Bayesian approach to CMA-ES

    Authors: Eric Benhamou, David Saltiel, Sebastien Verel, Fabien Teytaud

    Abstract: This paper introduces a novel theoretically sound approach for the celebrated CMA-ES algorithm. Assuming the parameters of the multi variate normal distribution for the minimum follow a conjugate prior distribution, we derive their optimal update at each iteration step. Not only provides this Bayesian framework a justification for the update of the CMA-ES algorithm but it also gives two new versio… ▽ More

    Submitted 2 April, 2019; originally announced April 2019.

    Comments: 10 pages, 9 figures

    MSC Class: 68T20

  8. arXiv:1607.08100  [pdf, other

    cs.AI cs.GT

    Automatically Reinforcing a Game AI

    Authors: David L. St-Pierre, Jean-Baptiste Hoock, Jialin Liu, Fabien Teytaud, Olivier Teytaud

    Abstract: A recent research trend in Artificial Intelligence (AI) is the combination of several programs into one single, stronger, program; this is termed portfolio methods. We here investigate the application of such methods to Game Playing Programs (GPPs). In addition, we consider the case in which only one GPP is available - by decomposing this single GPP into several ones through the use of parameters… ▽ More

    Submitted 27 July, 2016; originally announced July 2016.

    Comments: 17 pages, 31 figures, 2 tables

    MSC Class: 68T20 ACM Class: I.2.8

  9. arXiv:1607.02431  [pdf, other

    cs.AI cs.GT

    Learning opening books in partially observable games: using random seeds in Phantom Go

    Authors: Tristan Cazenave, Jialin Liu, Fabien Teytaud, Olivier Teytaud

    Abstract: Many artificial intelligences (AIs) are randomized. One can be lucky or unlucky with the random seed; we quantify this effect and show that, maybe contrarily to intuition, this is far from being negligible. Then, we apply two different existing algorithms for selecting good seeds and good probability distributions over seeds. This mainly leads to learning an opening book. We apply this to Phantom… ▽ More

    Submitted 8 July, 2016; originally announced July 2016.

    Comments: 7 pages, 15 figures. Accepted by CIG2016

    MSC Class: 91A05; 91A10

  10. arXiv:1407.1993  [pdf

    cs.CR cs.NE

    A Critical Reassessment of Evolutionary Algorithms on the cryptanalysis of the simplified data encryption standard algorithm

    Authors: Fabien Teytaud, Cyril Fonlupt

    Abstract: In this paper we analyze the cryptanalysis of the simplified data encryption standard algorithm using meta-heuristics and in particular genetic algorithms. The classic fitness function when using such an algorithm is to compare n-gram statistics of a the decrypted message with those of the target message. We show that using such a function is irrelevant in case of Genetic Algorithm, simply because… ▽ More

    Submitted 8 July, 2014; originally announced July 2014.

    Comments: 12 pages; International Journal on Cryptography and Information Security 4 (2014)