paper-with-me

Papers

FOGA: Flag Optimization with Genetic Algorithm

2021-05-15 · Burak Tağtekin, Berkan Höke, Mert Kutay Sezer, Mahiye Uluyağmur Öztürk

Recently, program autotuning has become very popular especially in embedded systems, when we have limited resources such as computing power and memory where these systems run generally time-critical applications. Compiler optimization space gradually expands with the renewed compiler options and inclusion of new architectures. These advancements bring autotuning even more important position. In this paper, we introduced Flag Optimization with Genetic Algorithm (FOGA) as an autotuning solution for GCC flag optimization. FOGA has two main advantages over the other autotuning approaches: the first one is the hyperparameter tuning of the genetic algorithm (GA), the second one is the maximum iteration parameter to stop when no further improvement occurs. We demonstrated remarkable speedup in the execution time of C++ source codes with the help of optimization flags provided by FOGA when compared to the state of the art framework OpenTuner.

📄 PDF Abstract BibTeX arXiv:2105.07202

Code (0)

등록된 구현이 없습니다.

Tasks

Compiler OptimizationPosition

Similar Papers 제목 키워드 기반

GAN-GA: A Generative Model based on Genetic Algorithm for Medical Image Generation

2023-12-30 · M. AbdulRazek, G. Khoriba, M. Belal

Medical imaging is an essential tool for diagnosing and treating diseases. However, lacking medical images can lead to inaccurate diagnoses and ineffective treatments. Generative models offer a promising solution for add…

Data AugmentationDiversityImage GenerationMedical Image Generation

The Univariate Marginal Distribution Algorithm Copes Well With Deception and Epistasis

2020-07-16 · Benjamin Doerr, Martin S. Krejca

In their recent work, Lehre and Nguyen (FOGA 2019) show that the univariate marginal distribution algorithm (UMDA) needs time exponential in the parent populations size to optimize the DeceptiveLeadingBlocks (DLB) proble…

Evolutionary Algorithms

Inference-InfoGAN: Inference Independence via Embedding Orthogonal Basis Expansion

2021-10-02 · Hongxiang Jiang, Jihao Yin, Xiaoyan Luo, Fuxiang Wang

Disentanglement learning aims to construct independent and interpretable latent variables in which generative models are a popular strategy. InfoGAN is a classic method via maximizing Mutual Information (MI) to obtain in…

AttributeDisentanglement

InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets

2016-06-12 · NeurIPS 2016 12 · Xi Chen, Yan Duan, Rein Houthooft, John Schulman 외

This paper describes InfoGAN, an information-theoretic extension to the Generative Adversarial Network that is able to learn disentangled representations in a completely unsupervised manner. InfoGAN is a generative adver…

Generative Adversarial NetworkImage GenerationRepresentation LearningUnsupervised Image Classification+1

DPD-InfoGAN: Differentially Private Distributed InfoGAN

2020-10-22 · Vaikkunth Mugunthan, Vignesh Gokul, Lalana Kagal, Shlomo Dubnov

Generative Adversarial Networks (GANs) are deep learning architectures capable of generating synthetic datasets. Despite producing high-quality synthetic images, the default GAN has no control over the kinds of images it…

Privacy Preserving