paper-with-me

홈 › Papers

Searching Search Spaces: Meta-evolving a Geometric Encoding for Neural Networks

2024-03-20 · Tarek Kunze, Paul Templier, Dennis G Wilson

In evolutionary policy search, neural networks are usually represented using a direct mapping: each gene encodes one network weight. Indirect encoding methods, where each gene can encode for multiple weights, shorten the genome to reduce the dimensions of the search space and better exploit permutations and symmetries. The Geometric Encoding for Neural network Evolution (GENE) introduced an indirect encoding where the weight of a connection is computed as the (pseudo-)distance between the two linked neurons, leading to a genome size growing linearly with the number of genes instead of quadratically in direct encoding. However GENE still relies on hand-crafted distance functions with no prior optimization. Here we show that better performing distance functions can be found for GENE using Cartesian Genetic Programming (CGP) in a meta-evolution approach, hence optimizing the encoding to create a search space that is easier to exploit. We show that GENE with a learned function can outperform both direct encoding and the hand-crafted distances, generalizing on unseen problems, and we study how the encoding impacts neural network properties.

📄 PDF Abstract BibTeX arXiv:2403.14019

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MAGELLAN: Metacognitive predictions of learning progress guide autotelic LLM agents in large goal spaces

2025-02-11 · Loris Gaven, Thomas Carta, Clément Romac, Cédric Colas 외

Open-ended learning agents must efficiently prioritize goals in vast possibility spaces, focusing on those that maximize learning progress (LP). When such autotelic exploration is achieved by LLM agents trained with onli…

Searching Meta Reasoning Skeleton to Guide LLM Reasoning

2025-10-05 · Ziying Zhang, Yaqing Wang, Quanming Yao arxiv

Meta reasoning behaviors work as a skeleton to guide large language model (LLM) reasoning, thus help to improve reasoning performance. However, prior researches implement meta reasoning skeleton with manually designed st…

Searching for Programmatic Policies in Semantic Spaces

2024-05-08 · Rubens O. Moraes, Levi H. S. Lelis

Syntax-guided synthesis is commonly used to generate programs encoding policies. In this approach, the set of programs, that can be written in a domain-specific language defines the search space, and an algorithm searche…

Connection-Adaptive Meta-Learning

2021-01-01 · Yadong Ding, Yu Wu, Chengyue Huang, Siliang Tang 외

Meta-learning enables models to adapt to new environments rapidly with a few training examples. Current gradient-based meta-learning methods concentrate on finding good initialization (meta-weights) for learners, but ign…

Meta-Learning

MAME: Multidimensional Adaptive Metamer Exploration with Human Perceptual Feedback

2025-03-17 · Mina Kamao, Hayato Ono, Ayumu Yamashita, Kaoru Amano 외 arxiv

Alignment between human brain networks and artificial models has become an active research area in vision science and machine learning. A widely adopted approach is identifying "metamers," stimuli physically different ye…

Image Generation