paper-with-me

홈 › Papers

Evolutionary Algorithms in Approximate Computing: A Survey

2021-08-16 · Lukas Sekanina

In recent years, many design automation methods have been developed to routinely create approximate implementations of circuits and programs that show excellent trade-offs between the quality of output and required resources. This paper deals with evolutionary approximation as one of the popular approximation methods. The paper provides the first survey of evolutionary algorithm (EA)-based approaches applied in the context of approximate computing. The survey reveals that EAs are primarily applied as multi-objective optimizers. We propose to divide these approaches into two main classes: (i) parameter optimization in which the EA optimizes a vector of system parameters, and (ii) synthesis and optimization in which EA is responsible for determining the architecture and parameters of the resulting system. The evolutionary approximation has been applied at all levels of design abstraction and in many different applications. The neural architecture search enabling the automated hardware-aware design of approximate deep neural networks was identified as a newly emerging topic in this area.

📄 PDF Abstract BibTeX arXiv:2108.07000

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary AlgorithmsNeural Architecture SearchSurvey

Similar Papers 제목 키워드 기반

Survey of Genetic and Differential Evolutionary Algorithm Approaches to Search Documents Based On Semantic Similarity

2025-07-15 · Chandrashekar Muniyappa, Eunjin Kim arxiv

Identifying similar documents within extensive volumes of data poses a significant challenge. To tackle this issue, researchers have developed a variety of effective distributed computing techniques. With the advancement…

Semantic Similarity

Quantum-inspired evolutionary algorithms: a survey and empirical study

2010-06-13 · 2011 2010 6 · Gexiang Zhang

Quantum-inspired evolutionary algorithms, one of the three main research areas related to the complex interaction between quantum computing and evolutionary algorithms, are receiving renewed attention. A quantum-inspired…

Evolutionary AlgorithmsSurvey

Quantum-Inspired Evolutionary Algorithms for Feature Subset Selection: A Comprehensive Survey

2024-07-25 · Yelleti Vivek, Vadlamani Ravi, P. Radha Krishna

The clever hybridization of quantum computing concepts and evolutionary algorithms (EAs) resulted in a new field called quantum-inspired evolutionary algorithms (QIEAs). Unlike traditional EAs, QIEAs employ quantum bits …

DiversityEvolutionary Algorithms

Time Complexity Analysis of Evolutionary Algorithms for 2-Hop (1,2)-Minimum Spanning Tree Problem

2021-10-10 · Feng Shi, Frank Neumann, Jianxin Wang

The Minimum Spanning Tree problem (abbr. MSTP) is a well-known combinatorial optimization problem that has been extensively studied by the researchers in the field of evolutionary computing to theoretically analyze the o…

Combinatorial OptimizationEvolutionary Algorithms

Re-visiting Reservoir Computing architectures optimized by Evolutionary Algorithms

2022-11-11 · Sebastián Basterrech, Tarun Kumar Sharma

For many years, Evolutionary Algorithms (EAs) have been applied to improve Neural Networks (NNs) architectures. They have been used for solving different problems, such as training the networks (adjusting the weights), d…

Evolutionary Algorithms