paper-with-me

홈 › Papers

Revisiting Locality in Binary-Integer Representations

2020-07-23 · Hrishee Shastri, Eitan Frachtenberg

Mutation and recombination operators play a key role in determining the speed and quality of Genetic and Evolutionary Algorithms (GEAs). Prior work has analyzed the effects of these operators on genotypic variation, often using locality metrics that measure the sensitivity and stability of genotype-phenotype representations to these operators. In this paper, we focus on an important subset of representations, namely nonredundant bitstring-to-integer representations, and analyze them through the lens of Rothlauf's widely used locality metrics. We first define locality metrics equivalent to Rothlauf's that are tailored to our domain: the \textit{point locality} for single-bit mutation and \textit{general locality} for recombination. With these definitions, we derive tight bounds and a closed form expected value for point locality. For general locality we show that it is asymptotically equivalent across all representations and operators. We also recreate three established GEA experiments to understand the predictive power of point locality on GEA performance, focusing on two popular and often juxtaposed representations: standard binary and binary reflected Gray. We show that standard binary has provably no worse locality than any Gray encoding, including binary reflected Gray. We discuss this result in the context of previous studies that found binary reflected Gray to outperform standard binary, and we argue that locality cannot be the explanation for strong performance. Finally, we provide empirical evidence that weak point locality representations can be beneficial to performance in the exploration phase of the GEA, while strong point locality representations are more beneficial in the exploitation phase.

📄 PDF Abstract BibTeX arXiv:2007.12159

Code (1)

shastrihm/GAMO-R 공식 구현

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Revisiting Locality-Sensitive Binary Codes from Random Fourier Features

2021-09-29 · Xiaoyun Li, Ping Li

The method of Random Fourier Feature (RFF) has been popular for large-scale learning, which generates non-linear random features of the data. It has also been used to construct binary codes via stochastic quantization fo…

Information RetrievalQuantizationRetrieval

Robust Face Recognition with Structural Binary Gradient Patterns

2015-06-01 · Weilin Huang, Hujun Yin

This paper presents a computationally efficient yet powerful binary framework for robust facial representation based on image gradients. It is termed as structural binary gradient patterns (SBGP). To discover underlying …

Face RecognitionRobust Face Recognition

Face Alignment at 3000 FPS via Regressing Local Binary Features

2014-06-01 · CVPR 2014 6 · Shaoqing Ren, Xudong Cao, Yichen Wei, Jian Sun

This paper presents a highly efficient, very accurate regression approach for face alignment. Our approach has two novel components: a set of local binary features, and a locality principle for learning those features. T…

Face Alignmentregression

Bilinear Random Projections for Locality-Sensitive Binary Codes

2015-06-03 · CVPR 2015 6 · Saehoon Kim, Seungjin Choi

Locality-sensitive hashing (LSH) is a popular data-independent indexing method for approximate similarity search, where random projections followed by quantization hash the points from the database so as to ensure that t…

Quantization

Factorization Machine with Quadratic-Optimization Annealing for RNA Inverse Folding and Evaluation of Binary-Integer Encoding and Nucleotide Assignment

2026-02-18 · Shuta Kikuchi, Shu Tanaka arxiv

The RNA inverse folding problem aims to identify nucleotide sequences that preferentially adopt a given target secondary structure. While various heuristic and machine learning-based approaches have been proposed, many r…